/[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.29 by edhill, Wed Mar 24 15:29:33 2004 UTC revision 1.30 by adcroft, Thu May 13 15:40:53 2004 UTC
# Line 99  C     Variables defining model grid spac Line 99  C     Variables defining model grid spac
99        CALL INI_GRID( myThid )        CALL INI_GRID( myThid )
100        _BARRIER        _BARRIER
101    
 #ifdef ALLOW_MNC  
 C     Initialize the MNC state files and write the grid info  
       IF (useMNC) THEN  
         CALL INI_MNC_IO(myThid)  
       ENDIF  
 #endif  
   
102  C--   Set equation of state parameters.  C--   Set equation of state parameters.
103        CALL INI_EOS( myThid )        CALL INI_EOS( myThid )
104        _BARRIER        _BARRIER
# Line 152  C--   Check parameters and model cofigur Line 145  C--   Check parameters and model cofigur
145  C--   Finally summarise the model cofiguration  C--   Finally summarise the model cofiguration
146        CALL CONFIG_SUMMARY( myThid )        CALL CONFIG_SUMMARY( myThid )
147    
148    C--   Write units/set precision/etc for I/O of variables/arrays belonging
149    C     to the core dynamical model
150          CALL INI_MODEL_IO( myThid )
151    
152    C--   Write grid data and geometry arrays
153          CALL WRITE_GRID( myThid )
154    
155  #ifdef COMPONENT_MODULE  #ifdef COMPONENT_MODULE
156  C--   Post component-model configuration information to coupler  C--   Post component-model configuration information to coupler
157  C     and get config. info for other component(s).  C     and get config. info for other component(s).

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

  ViewVC Help
Powered by ViewVC 1.1.22