/[MITgcm]/MITgcm/model/src/forward_step.F
ViewVC logotype

Diff of /MITgcm/model/src/forward_step.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9 by jmc, Tue Feb 20 22:08:57 2001 UTC revision 1.10 by jmc, Tue Mar 6 16:51:02 2001 UTC
# Line 60  C     == Global variables === Line 60  C     == Global variables ===
60  #include "EEPARAMS.h"  #include "EEPARAMS.h"
61  #include "PARAMS.h"  #include "PARAMS.h"
62  #include "DYNVARS.h"  #include "DYNVARS.h"
 #include "CG2D.h"  
63  #ifdef ALLOW_NONHYDROSTATIC  #ifdef ALLOW_NONHYDROSTATIC
64  #include "CG3D.h"  #include "CG3D.h"
65  #endif  #endif
# Line 154  C     Because of the ordering of the tim Line 153  C     Because of the ordering of the tim
153  C     tendency term code at end of loop model arrays hold  C     tendency term code at end of loop model arrays hold
154  C     U,V,T,S  at "time-level" N but gu, gv, gs, gt, guNM1,...  C     U,V,T,S  at "time-level" N but gu, gv, gs, gt, guNM1,...
155  C     at "time-level" N+1/2 (guNM1 at "time-level" N+1/2 is  C     at "time-level" N+1/2 (guNM1 at "time-level" N+1/2 is
156  C     gu at "time-level" N-1/2) and cg2d_x at "time-level" N+1/2.  C     gu at "time-level" N-1/2) and etaN at "time-level" N+1/2.
157  C      where N = I+timeLevBase-1  C      where N = I+timeLevBase-1
158  C     Thus a checkpoint contains U.0000000000, GU.0000000001 and  C     Thus a checkpoint contains U.0000000000, GU.0000000001 and
159  C     cg2d_x.0000000001 in the indexing scheme used for the model  C     etaN.0000000001 in the indexing scheme used for the model
160  C     "state" files. This example is referred to as a checkpoint  C     "state" files. This example is referred to as a checkpoint
161  C     at time level 1  C     at time level 1
162        CALL TIMER_START('I/O (WRITE)        [FORWARD_STEP]',myThid)        CALL TIMER_START('I/O (WRITE)        [FORWARD_STEP]',myThid)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.22