/[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.36 by jmc, Tue Feb 15 01:54:53 2005 UTC revision 1.37 by dimitri, Fri Apr 29 18:47:02 2005 UTC
# Line 28  C       |-- CD_CODE_INIT_FIXED Line 28  C       |-- CD_CODE_INIT_FIXED
28  C       |  C       |
29  C       |-- GMREDI_INIT_FIXED  C       |-- GMREDI_INIT_FIXED
30  C       |  C       |
31    C       |-- KPP_INIT_FIXED
32    C       |
33  C       |-- OPPS_INIT  C       |-- OPPS_INIT
34  C       |  C       |
35  C       |-- OBCS_INIT_FIXED  C       |-- OBCS_INIT_FIXED
# Line 102  C--   Initialize fixed arrays for GM-Red Line 104  C--   Initialize fixed arrays for GM-Red
104        ENDIF        ENDIF
105  #endif  #endif
106    
107    #ifdef ALLOW_KPP
108    C--   Initialize fixed arrays for KPP
109          IF ( useKPP ) THEN
110           CALL KPP_INIT_FIXED( myThid )
111          ENDIF
112    #endif
113    
114  #ifdef ALLOW_OPPS  #ifdef ALLOW_OPPS
115        IF (useOPPS) CALL OPPS_INIT( myThid )        IF (useOPPS) CALL OPPS_INIT( myThid )
116  #endif /* ALLOW_OPPS */  #endif /* ALLOW_OPPS */

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

  ViewVC Help
Powered by ViewVC 1.1.22