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

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

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

revision 1.8 by jmc, Mon Mar 12 20:41:02 2001 UTC revision 1.11 by adcroft, Fri Jun 29 17:14:49 2001 UTC
# Line 28  CEndOfInterface Line 28  CEndOfInterface
28    
29  C--   Set model variables to initial/restart conditions  C--   Set model variables to initial/restart conditions
30        IF ( startTime .EQ. 0. .AND.  nIter0 .EQ. 0 ) THEN        IF ( startTime .EQ. 0. .AND.  nIter0 .EQ. 0 ) THEN
31         CALL INI_UVEL( myThid )         CALL INI_VEL( myThid )
        CALL INI_VVEL( myThid )  
32         CALL INI_THETA( myThid )         CALL INI_THETA( myThid )
33         CALL INI_SALT( myThid )         CALL INI_SALT( myThid )
34         CALL INI_PSURF( myThid )         CALL INI_PSURF( myThid )
35  #ifdef ALLOW_NONHYDROSTATIC         IF (nonHydrostatic) CALL INI_PNH( myThid )
        IF ( nonHydrostatic ) THEN  
          CALL INI_GW( myThid )  
        ENDIF  
 #endif  
36        ELSE        ELSE
37         IF ( nIter0 .EQ. 0 ) THEN         IF ( nIter0 .EQ. 0 ) THEN
38          nIter0 = INT(startTime/deltaTClock )          nIter0 = INT(startTime/deltaTClock )

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22