/[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.14 by mlosch, Wed Sep 18 16:38:02 2002 UTC revision 1.18 by jmc, Sun Dec 14 23:24:55 2003 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
4    #include "PACKAGES_CONFIG.h"
5  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
6    
7  CBOP  CBOP
# Line 33  C     myThid -  Number of this instance Line 34  C     myThid -  Number of this instance
34  CEOP  CEOP
35    
36  C--   Set model variables to initial/restart conditions  C--   Set model variables to initial/restart conditions
37        IF ( startTime .EQ. 0. .AND.  nIter0 .EQ. 0 ) THEN        IF ( startTime .EQ. 0. .AND.  nIter0 .EQ. 0
38         &     .AND. pickupSuff .EQ. ' ' ) THEN
39         CALL INI_VEL( myThid )         CALL INI_VEL( myThid )
40         CALL INI_THETA( myThid )         CALL INI_THETA( myThid )
41         CALL INI_SALT( myThid )         CALL INI_SALT( myThid )

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.22