/[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.6 by adcroft, Wed Apr 5 17:52:37 2000 UTC revision 1.8 by jmc, Mon Mar 12 20:41:02 2001 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2    C $Name$
3    
4  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
5    
# Line 32  C--   Set model variables to initial/res Line 33  C--   Set model variables to initial/res
33         CALL INI_THETA( myThid )         CALL INI_THETA( myThid )
34         CALL INI_SALT( myThid )         CALL INI_SALT( myThid )
35         CALL INI_PSURF( myThid )         CALL INI_PSURF( myThid )
36    #ifdef ALLOW_NONHYDROSTATIC
37           IF ( nonHydrostatic ) THEN
38             CALL INI_GW( myThid )
39           ENDIF
40    #endif
41        ELSE        ELSE
42         IF ( nIter0 .EQ. 0 ) THEN         IF ( nIter0 .EQ. 0 ) THEN
43          nIter0 = INT(startTime/deltaTClock )          nIter0 = INT(startTime/deltaTClock )

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

  ViewVC Help
Powered by ViewVC 1.1.22