/[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.262 by gforget, Fri Jun 22 02:03:02 2012 UTC revision 1.263 by gforget, Sat Jun 30 01:23:05 2012 UTC
# Line 341  C     doThetaClimRelax :: Set true if re Line 341  C     doThetaClimRelax :: Set true if re
341  C                        climatology is required.  C                        climatology is required.
342  C     doSaltClimRelax  :: Set true if relaxation to salinity  C     doSaltClimRelax  :: Set true if relaxation to salinity
343  C                        climatology is required.  C                        climatology is required.
344    C     balanceThetaClimRelax :: substract global mean effect at every time step
345    C     balanceSaltClimRelax :: substract global mean effect at every time step
346  C     allowFreezing  :: Allows surface water to freeze and form ice  C     allowFreezing  :: Allows surface water to freeze and form ice
347  C     useOldFreezing :: use the old version (before checkpoint52a_pre, 2003-11-12)  C     useOldFreezing :: use the old version (before checkpoint52a_pre, 2003-11-12)
348  C     periodicExternalForcing :: Set true if forcing is time-dependant  C     periodicExternalForcing :: Set true if forcing is time-dependant
# Line 394  C     printDomain     :: controls printi Line 396  C     printDomain     :: controls printi
396       & multiDimAdvection, useMultiDimAdvec,       & multiDimAdvection, useMultiDimAdvec,
397       & momDissip_In_AB, doAB_onGtGs,       & momDissip_In_AB, doAB_onGtGs,
398       & balanceEmPmR, balanceQnet, balancePrintMean,       & balanceEmPmR, balanceQnet, balancePrintMean,
399         & balanceThetaClimRelax, balanceSaltClimRelax,
400       & doThetaClimRelax, doSaltClimRelax,       & doThetaClimRelax, doSaltClimRelax,
401       & allowFreezing, useOldFreezing,       & allowFreezing, useOldFreezing,
402       & periodicExternalForcing,       & periodicExternalForcing,
# Line 484  C     printDomain     :: controls printi Line 487  C     printDomain     :: controls printi
487        LOGICAL balancePrintMean        LOGICAL balancePrintMean
488        LOGICAL doThetaClimRelax        LOGICAL doThetaClimRelax
489        LOGICAL doSaltClimRelax        LOGICAL doSaltClimRelax
490          LOGICAL balanceThetaClimRelax
491          LOGICAL balanceSaltClimRelax
492        LOGICAL allowFreezing        LOGICAL allowFreezing
493        LOGICAL useOldFreezing        LOGICAL useOldFreezing
494        LOGICAL periodicExternalForcing        LOGICAL periodicExternalForcing

Legend:
Removed from v.1.262  
changed lines
  Added in v.1.263

  ViewVC Help
Powered by ViewVC 1.1.22