/[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.11 by adcroft, Fri Jun 29 17:14:49 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 27  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           IF (nonHydrostatic) CALL INI_PNH( myThid )
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.6  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22