/[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.211 by jmc, Mon Jan 7 23:44:39 2008 UTC revision 1.212 by mlosch, Tue Feb 5 13:32:18 2008 UTC
# Line 331  C                        & Last iteratio Line 331  C                        & Last iteratio
331  C     balanceEmPmR    :: substract global mean of EmPmR at every time step  C     balanceEmPmR    :: substract global mean of EmPmR at every time step
332  C     balanceQnet     :: substract global mean of Qnet at every time step  C     balanceQnet     :: substract global mean of Qnet at every time step
333  C     balancePrintMean:: print substracted global means to STDOUT  C     balancePrintMean:: print substracted global means to STDOUT
334    C     rotateGrid      :: rotate grid coordinates to geographical coordinates
335    C                        according to Euler angles phiEuler, thetaEuler, psiEuler
336    
337        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,
338       & usingCurvilinearGrid, usingCylindricalGrid,       & usingCurvilinearGrid, usingCylindricalGrid,
# Line 368  C     balancePrintMean:: print substract Line 370  C     balancePrintMean:: print substract
370       & timeave_mdsio, snapshot_mdsio, monitor_stdio,       & timeave_mdsio, snapshot_mdsio, monitor_stdio,
371       & outputTypesInclusive, dumpInitAndLast, debugMode,       & outputTypesInclusive, dumpInitAndLast, debugMode,
372       & inAdMode, inAdTrue, inAdFalse, inAdExact,       & inAdMode, inAdTrue, inAdFalse, inAdExact,
373       & balanceEmPmR, balanceQnet, balancePrintMean       & balanceEmPmR, balanceQnet, balancePrintMean,
374         & rotateGrid
375    
376        LOGICAL usingCartesianGrid        LOGICAL usingCartesianGrid
377        LOGICAL usingSphericalPolarGrid        LOGICAL usingSphericalPolarGrid
# Line 458  C     balancePrintMean:: print substract Line 461  C     balancePrintMean:: print substract
461        LOGICAL balanceQnet        LOGICAL balanceQnet
462        LOGICAL balancePrintMean        LOGICAL balancePrintMean
463    
464          LOGICAL rotateGrid
465    
466  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.
467  C     cg2dTargetResidual  C     cg2dTargetResidual
468  C          :: Target residual for cg2d solver; no unit (RHS normalisation)  C          :: Target residual for cg2d solver; no unit (RHS normalisation)
# Line 666  C                           is to be rep Line 671  C                           is to be rep
671  C                           (affects myabs, mymin, mymax)  C                           (affects myabs, mymin, mymax)
672  C     nh_Am2        :: scales the non-hydrostatic terms and changes internal scales  C     nh_Am2        :: scales the non-hydrostatic terms and changes internal scales
673  C                      (i.e. allows convection at different Rayleigh numbers)  C                      (i.e. allows convection at different Rayleigh numbers)
674    C     phiEuler      :: Euler angle, rotation about original z-axis
675    C     thetaEuler    :: Euler angle, rotation about new x-axis
676    C     psiEuler      :: Euler angle, rotation about new z-axis
677        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,
678       & cg2dpcOffDFac, cg3dTargetResidual,       & cg2dpcOffDFac, cg3dTargetResidual,
679       & delR, delRc, delX, delY,       & delR, delRc, delX, delY,
# Line 706  C                      (i.e. allows conv Line 714  C                      (i.e. allows conv
714       & ivdc_kappa, hMixCriteria, Ro_SeaLevel,       & ivdc_kappa, hMixCriteria, Ro_SeaLevel,
715       & sideDragFactor, bottomDragLinear, bottomDragQuadratic, nh_Am2,       & sideDragFactor, bottomDragLinear, bottomDragQuadratic, nh_Am2,
716       & smoothAbsFuncRange,       & smoothAbsFuncRange,
717       & tCylIn, tCylOut       & tCylIn, tCylOut,
718         & phiEuler, thetaEuler, psiEuler
719    
720        _RL cg2dTargetResidual        _RL cg2dTargetResidual
721        _RL cg2dTargetResWunit        _RL cg2dTargetResWunit
# Line 834  C                      (i.e. allows conv Line 843  C                      (i.e. allows conv
843        _RL nh_Am2        _RL nh_Am2
844        _RL tCylIn        _RL tCylIn
845        _RL tCylOut        _RL tCylOut
846          _RL phiEuler, thetaEuler, psiEuler
847    
848  C--   COMMON /PARM_A/ Thermodynamics constants ?  C--   COMMON /PARM_A/ Thermodynamics constants ?
849        COMMON /PARM_A/ HeatCapacity_Cp,recip_Cp        COMMON /PARM_A/ HeatCapacity_Cp,recip_Cp

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.212

  ViewVC Help
Powered by ViewVC 1.1.22