/[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.4 by cnh, Fri Nov 6 22:44:47 1998 UTC revision 1.7 by cnh, Sun Feb 4 14:38:47 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 13  C     | set here. For continuation runs Line 14  C     | set here. For continuation runs
14  C     | used. For original runs custom rules can be included     |  C     | used. For original runs custom rules can be included     |
15  C     | here.                                                    |  C     | here.                                                    |
16  C     \==========================================================/  C     \==========================================================/
17          IMPLICIT NONE
18    
19  C     === Global variables ===  C     === Global variables ===
20  #include "SIZE.h"  #include "SIZE.h"
# Line 30  C--   Set model variables to initial/res Line 32  C--   Set model variables to initial/res
32         CALL INI_VVEL( myThid )         CALL INI_VVEL( myThid )
33         CALL INI_THETA( myThid )         CALL INI_THETA( myThid )
34         CALL INI_SALT( myThid )         CALL INI_SALT( myThid )
35           CALL INI_PSURF( 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.4  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22