/[MITgcm]/MITgcm/model/inc/PARAMS.h
ViewVC logotype

Diff of /MITgcm/model/inc/PARAMS.h

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

revision 1.284 by jmc, Mon Nov 28 22:47:42 2016 UTC revision 1.285 by jmc, Fri Mar 24 21:55:35 2017 UTC
# Line 33  C                        (+ 4 digits Pro Line 33  C                        (+ 4 digits Pro
33  C     adTapeDir       :: read-write checkpointing tape files from/to this  C     adTapeDir       :: read-write checkpointing tape files from/to this
34  C                        directory name instead of current dir. Conflicts  C                        directory name instead of current dir. Conflicts
35  C                        mdsioLocalDir, so only one of the two can be set.  C                        mdsioLocalDir, so only one of the two can be set.
 C                        In contrast to mdsioLocalDir, if specified adTapeDir  
 C                        must exist before the model starts.  
36  C     tRefFile      :: File containing reference Potential Temperat.  tRef (1.D)  C     tRefFile      :: File containing reference Potential Temperat.  tRef (1.D)
37  C     sRefFile      :: File containing reference salinity/spec.humid. sRef (1.D)  C     sRefFile      :: File containing reference salinity/spec.humid. sRef (1.D)
38  C     rhoRefFile    :: File containing reference density profile rhoRef (1.D)  C     rhoRefFile    :: File containing reference density profile rhoRef (1.D)
# Line 162  C     printResidualFreq   :: Frequency f Line 160  C     printResidualFreq   :: Frequency f
160  C     nIter0              :: Start time-step number of for this run  C     nIter0              :: Start time-step number of for this run
161  C     nTimeSteps          :: Number of timesteps to execute  C     nTimeSteps          :: Number of timesteps to execute
162  C     nTimeSteps_l2       :: Number of inner timesteps to execute per timestep  C     nTimeSteps_l2       :: Number of inner timesteps to execute per timestep
 C     writeStatePrec      :: Precision used for writing model state.  
 C     writeBinaryPrec     :: Precision used for writing binary files  
 C     readBinaryPrec      :: Precision used for reading binary files  
163  C     selectCoriMap       :: select setting of Coriolis parameter map:  C     selectCoriMap       :: select setting of Coriolis parameter map:
164  C                           =0 f-Plane (Constant Coriolis, = f0)  C                           =0 f-Plane (Constant Coriolis, = f0)
165  C                           =1 Beta-Plane Coriolis (= f0 + beta.y)  C                           =1 Beta-Plane Coriolis (= f0 + beta.y)
# Line 204  C     selectBotDragQuadr  :: quadratic b Line 199  C     selectBotDragQuadr  :: quadratic b
199  C                           =0: average KE from grid center to U & V location  C                           =0: average KE from grid center to U & V location
200  C                           =1: use local velocity norm @ U & V location  C                           =1: use local velocity norm @ U & V location
201  C                           =2: same with wet-point averaging of other component  C                           =2: same with wet-point averaging of other component
202    C     readBinaryPrec      :: Precision used for reading binary files
203    C     writeStatePrec      :: Precision used for writing model state.
204    C     writeBinaryPrec     :: Precision used for writing binary files
205    C     rwSuffixType        :: controls the format of the mds file suffix.
206    C                          =0 (default): use iteration number (myIter, I10.10);
207    C                          =1: 100*myTime (100th sec); =2: myTime (seconds);
208    C                          =3: myTime/360 (10th of hr); =4: myTime/3600 (hours).
209  C     monitorSelect       :: select group of variables to monitor  C     monitorSelect       :: select group of variables to monitor
210  C                            =1 : dynvars ; =2 : + vort ; =3 : + surface  C                            =1 : dynvars ; =2 : + vort ; =3 : + surface
211  C-    debugLevel          :: controls printing of algorithm intermediate results  C-    debugLevel          :: controls printing of algorithm intermediate results
# Line 215  C                            and statist Line 217  C                            and statist
217       &        cg3dMaxIters, cg3dChkResFreq,       &        cg3dMaxIters, cg3dChkResFreq,
218       &        printResidualFreq,       &        printResidualFreq,
219       &        nIter0, nTimeSteps, nTimeSteps_l2, nEndIter,       &        nIter0, nTimeSteps, nTimeSteps_l2, nEndIter,
      &        writeStatePrec,  
      &        writeBinaryPrec, readBinaryPrec,  
220       &        selectCoriMap,       &        selectCoriMap,
221       &        selectSigmaCoord,       &        selectSigmaCoord,
222       &        nonlinFreeSurf, select_rStar,       &        nonlinFreeSurf, select_rStar,
# Line 227  C                            and statist Line 227  C                            and statist
227       &        saltAdvScheme, saltVertAdvScheme,       &        saltAdvScheme, saltVertAdvScheme,
228       &        selectKEscheme, selectVortScheme,       &        selectKEscheme, selectVortScheme,
229       &        selectBotDragQuadr,       &        selectBotDragQuadr,
230       &        monitorSelect, debugLevel       &        readBinaryPrec, writeBinaryPrec, writeStatePrec,
231         &        rwSuffixType, monitorSelect, debugLevel
232        INTEGER cg2dMaxIters        INTEGER cg2dMaxIters
233        INTEGER cg2dChkResFreq        INTEGER cg2dChkResFreq
234        INTEGER cg2dPreCondFreq        INTEGER cg2dPreCondFreq
# Line 239  C                            and statist Line 240  C                            and statist
240        INTEGER nTimeSteps        INTEGER nTimeSteps
241        INTEGER nTimeSteps_l2        INTEGER nTimeSteps_l2
242        INTEGER nEndIter        INTEGER nEndIter
       INTEGER writeStatePrec  
       INTEGER writeBinaryPrec  
       INTEGER readBinaryPrec  
243        INTEGER selectCoriMap        INTEGER selectCoriMap
244        INTEGER selectSigmaCoord        INTEGER selectSigmaCoord
245        INTEGER nonlinFreeSurf        INTEGER nonlinFreeSurf
# Line 256  C                            and statist Line 254  C                            and statist
254        INTEGER selectKEscheme        INTEGER selectKEscheme
255        INTEGER selectVortScheme        INTEGER selectVortScheme
256        INTEGER selectBotDragQuadr        INTEGER selectBotDragQuadr
257          INTEGER readBinaryPrec
258          INTEGER writeStatePrec
259          INTEGER writeBinaryPrec
260          INTEGER rwSuffixType
261        INTEGER monitorSelect        INTEGER monitorSelect
262        INTEGER debugLevel        INTEGER debugLevel
263    

Legend:
Removed from v.1.284  
changed lines
  Added in v.1.285

  ViewVC Help
Powered by ViewVC 1.1.22