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

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

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

revision 1.62 by jmc, Sun Apr 6 20:53:22 2008 UTC revision 1.63 by mlosch, Mon Apr 14 09:45:18 2008 UTC
# Line 36  C       |-- GMREDI_INIT_FIXED Line 36  C       |-- GMREDI_INIT_FIXED
36  C       |  C       |
37  C       |-- KPP_INIT_FIXED  C       |-- KPP_INIT_FIXED
38  C       |  C       |
39    C       |-- MY82_INIT_FIXED
40    C       |
41  C       |-- OPPS_INIT  C       |-- OPPS_INIT
42  C       |  C       |
43  C       |-- OBCS_INIT_FIXED  C       |-- OBCS_INIT_FIXED
# Line 148  C--   Initialize fixed arrays for KPP Line 150  C--   Initialize fixed arrays for KPP
150        ENDIF        ENDIF
151  #endif  #endif
152    
153    #ifdef ALLOW_MY82
154    C--   Initialize fixed arrays for MY82
155          IF ( useMY82 ) THEN
156           CALL MY82_INIT_FIXED( myThid )
157          ENDIF
158    #endif
159    
160  #ifdef ALLOW_OPPS  #ifdef ALLOW_OPPS
161        IF (useOPPS) CALL OPPS_INIT( myThid )        IF (useOPPS) CALL OPPS_INIT( myThid )
162  #endif /* ALLOW_OPPS */  #endif /* ALLOW_OPPS */

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

  ViewVC Help
Powered by ViewVC 1.1.22