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

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

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

revision 1.9 by jmc, Thu Jan 31 14:52:28 2002 UTC revision 1.10 by mlosch, Wed Aug 7 16:55:52 2002 UTC
# Line 32  C      |-- MON_INIT Line 32  C      |-- MON_INIT
32  C      |  C      |
33  C      |-- INI_GRID  C      |-- INI_GRID
34  C      |  C      |
35    C      |-- INI_EOS
36    C      |
37  C      |-- INI_DEPTHS  C      |-- INI_DEPTHS
38  C      |  C      |
39  C      |-- INI_MASKS_ETC  C      |-- INI_MASKS_ETC
# Line 88  C     Variables defining model grid spac Line 90  C     Variables defining model grid spac
90        CALL INI_GRID( myThid )        CALL INI_GRID( myThid )
91        _BARRIER        _BARRIER
92    
93    C--   Set equation of state parameters.
94          CALL INI_EOS( myThid )
95          _BARRIER
96    
97  C--   Initialise map of depths  C--   Initialise map of depths
98        CALL INI_DEPTHS( myThid )        CALL INI_DEPTHS( myThid )
99        _BARRIER        _BARRIER

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.22