/[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.1 by adcroft, Wed Apr 5 19:04:14 2000 UTC revision 1.2 by adcroft, Wed Jun 21 19:02:52 2000 UTC
# Line 35  C     == Local variables == Line 35  C     == Local variables ==
35  C--   Set model parameters.  C--   Set model parameters.
36  C     Parameters are set to defaults and then updates are read from  C     Parameters are set to defaults and then updates are read from
37  C     an input file called data.  C     an input file called data.
38        CALL INI_PARMS(  myThid )        CALL INI_PARMS( myThid )
39        _BARRIER        _BARRIER
40    
41    C--   Configure packages
42          CALL PACKAGE_INIT( myThid )
43    
44  #ifdef ALLOW_OBCS  #ifdef ALLOW_OBCS
45  C--   Open boundaries positions  C--   Open boundaries positions
46        CALL INI_OBCS( myThid )        CALL INI_OBCS( myThid )
# Line 78  C--   Set laplace operators for use in 3 Line 81  C--   Set laplace operators for use in 3
81  C--   Finally summarise the model cofiguration  C--   Finally summarise the model cofiguration
82        CALL CONFIG_SUMMARY( myThid )        CALL CONFIG_SUMMARY( myThid )
83    
84    C--   Check dependances between packages
85          CALL PACKAGE_CHECK( myThid )
86    
87        END        END

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22