[MITgcm-devel] small unimportant bug in mnc?

Martin Losch Martin.Losch at awi.de
Fri May 23 03:33:46 EDT 2008


Hi,
can someone confirm that the definition of 'Xwh' (which does not  
appear to be used anywhere in the code) is wrong by Olx:
with
         cv_start(1) = 1
         cv_count(1) = sNx + 2*OLx
instead of
          DO i = cv_start(1),cv_count(1)
           rtmp(i) = xC(i,1,bi,bj)
          ENDDO
shouldn't it be
          DO i = cv_start(1),cv_count(1)
           rtmp(i) = xC(i-Olx,1,bi,bj)
          ENDDO
in anology to the definition of 'Ywh'. I am currently working on this  
file (attributes for coordinate variables) and could fix this at the  
same time. I also have the suspicion that for the EXCH2 case the  
definition is not correct, but that I would not touch.

Martin




More information about the MITgcm-devel mailing list