/[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.19 by molod, Thu Feb 26 19:41:48 2004 UTC revision 1.29 by edhill, Wed Oct 13 20:42:30 2004 UTC
# Line 29  C       |-- ZONAL_FILT_INIT Line 29  C       |-- ZONAL_FILT_INIT
29  C       |  C       |
30  C       |-- AIM_INITIALISE  C       |-- AIM_INITIALISE
31  C       |  C       |
32    C       |-- GRIDALT_INITIALISE
33    C       |
34    C       |-- FIZHI_INIT_FIXED
35    C       |
36  C       |-- LAND_INITIALISE  C       |-- LAND_INITIALISE
37    C       |
38    C       |-- ECCO_COST_INIT_FIXED
39    C       |
40    C       |-- CTRL_INIT
41    C       |
42    C       |-- GCHEM_INIT_FIXED
43    C       |
44    C       |-- OPPS_INIT
45    C       |
46    C       |-- DIAGNOSTICS_INITIALISE
47    
48  C     !USES:  C     !USES:
49        IMPLICIT NONE        IMPLICIT NONE
# Line 53  C--   Initialize fixed arrays for OBCS Line 67  C--   Initialize fixed arrays for OBCS
67         CALL OBCS_INIT_FIXED( myThid )         CALL OBCS_INIT_FIXED( myThid )
68        ENDIF        ENDIF
69  #endif  #endif
70    
71  #ifdef ALLOW_FLT  #ifdef ALLOW_FLT
72  C--   Initialise Float positions  C--   Initialise Float positions
73        IF (useFLT) THEN        IF (useFLT) THEN
# Line 60  C--   Initialise Float positions Line 75  C--   Initialise Float positions
75        _BARRIER        _BARRIER
76        ENDIF        ENDIF
77  #endif  #endif
78    
79    #ifdef ALLOW_TIMEAVE
80    C     IF (useTIMEAVE) THEN
81          CALL TIMEAVE_INIT_FIXED( myThid )
82    C     ENDIF
83    #endif
84    
85  #ifdef ALLOW_ZONAL_FILT  #ifdef ALLOW_ZONAL_FILT
86  C--   Latitude circle filter initialisation  C--   Latitude circle filter initialisation
87        IF (useZONAL_FILT) THEN        IF (useZONAL_FILT) THEN
# Line 76  C--   Initialise & Read AIM physical par Line 98  C--   Initialise & Read AIM physical par
98  C AMM  C AMM
99  #ifdef ALLOW_GRIDALT  #ifdef ALLOW_GRIDALT
100  C--   Initialise GRIDALT parameters - the alternative grid  C--   Initialise GRIDALT parameters - the alternative grid
101        IF (useGRIDALT) CALL GRIDALT_INITIALISE( myThid )        IF (useGRIDALT) then
102           CALL TIMER_START('GRIDALT_INITIALISE  [PACKAGES_INIT_F]',mythid)
103           CALL GRIDALT_INITIALISE( myThid )
104           CALL TIMER_STOP ('GRIDALT_INITIALISE  [PACKAGES_INIT_F]',mythid)
105          ENDIF
106    
107  #endif  #endif
108    
109  #ifdef ALLOW_FIZHI  #ifdef ALLOW_FIZHI
# Line 104  C--   Initialise the control variables Line 131  C--   Initialise the control variables
131  #endif  #endif
132    
133  #ifdef ALLOW_PTRACERS  #ifdef ALLOW_PTRACERS
134          IF (usePTRACERS) CALL PTRACERS_INITIALISE(mythid)
135    #endif
136    
137    #ifdef ALLOW_PTRACERS
138  #ifdef ALLOW_GCHEM  #ifdef ALLOW_GCHEM
139        IF (usePTRACERS) then        IF (usePTRACERS) then
140         call GCHEM_INIT_FIXED(mythid)         call GCHEM_INIT_FIXED(mythid)
# Line 111  C--   Initialise the control variables Line 142  C--   Initialise the control variables
142  #endif  #endif
143  #endif  #endif
144    
145    #ifdef ALLOW_CD_CODE
146          IF (useCDscheme) then
147           call CD_CODE_INIT_FIXED(mythid)
148          ENDIF
149    #endif
150    
151    #ifdef ALLOW_OPPS
152          IF (useOPPS) CALL OPPS_INIT( myThid )
153    #endif /* ALLOW_OPPS */
154    
155  CAMM  CAMM
156  #ifdef ALLOW_DIAGNOSTICS  #ifdef ALLOW_DIAGNOSTICS
157        IF (usediagnostics) then        IF (usediagnostics) then

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

  ViewVC Help
Powered by ViewVC 1.1.22