/[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.30 by cnh, Sun Sep 6 17:35:19 1998 UTC revision 1.32 by cnh, Wed Sep 9 15:19:07 1998 UTC
# Line 208  C     delR      - Vertical grid spacing Line 208  C     delR      - Vertical grid spacing
208  C     delX      - Separation between cell faces (m) or (deg), depending  C     delX      - Separation between cell faces (m) or (deg), depending
209  C     delY        on input flags.  C     delY        on input flags.
210  C     gravity   - Accel. due to gravity ( m/s^2 )  C     gravity   - Accel. due to gravity ( m/s^2 )
211    C     recip_gravity and its inverse
212  C     gBaro     - Accel. due to gravity used in barotropic equation ( m/s^2 )  C     gBaro     - Accel. due to gravity used in barotropic equation ( m/s^2 )
213  C     ronil     - Reference density  C     ronil     - Reference density
214  C     rhoConst  - Vertically constant reference density  C     rhoConst  - Vertically constant reference density
# Line 301  C     externForcingCycle - Is the repeat Line 302  C     externForcingCycle - Is the repeat
302  C                          (note: externForcingCycle must be an integer  C                          (note: externForcingCycle must be an integer
303  C                           number times externForcingPeriod)  C                           number times externForcingPeriod)
304  C     horiVertRatio      - Ratio on units in vertical to units in horizontal.  C     horiVertRatio      - Ratio on units in vertical to units in horizontal.
305  C                          ( 1 if horiz in m and vertical in m ).  C     recip_horiVertRatio  ( 1 if horiz in m and vertical in m ).
306  C                          ( g*rho if horiz in m and vertical in Pa ).  C                          ( g*rho if horiz in m and vertical in Pa ).
307        COMMON /PARM_R/ cg2dTargetResidual, cg2dpcOffDFac,        COMMON /PARM_R/ cg2dTargetResidual, cg2dpcOffDFac,
308       & delP, delZ, delR, delX, delY,       & delP, delZ, delR, delX, delY,
# Line 312  C                          ( g*rho if ho Line 313  C                          ( g*rho if ho
313       & diffKhS, diffKzS, diffK4S, diffKrS,       & diffKhS, diffKzS, diffK4S, diffKrS,
314       & delT, tauCD, rCD, freeSurfFac, hFacMin, hFacMinDz,       & delT, tauCD, rCD, freeSurfFac, hFacMin, hFacMinDz,
315       & GMmaxslope,GMlength,GMalpha,GMdepth,GMkbackground,GMmaxval,       & GMmaxslope,GMlength,GMalpha,GMdepth,GMkbackground,GMmaxval,
316       & gravity, gBaro, rhonil, recip_rhonil,       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,
317       & recip_rhoConst, rhoConst, tRef, sRef,       & recip_rhoConst, rhoConst, tRef, sRef,
318       & endTime, chkPtFreq, pchkPtFreq, dumpFreq, taveFreq,       & endTime, chkPtFreq, pchkPtFreq, dumpFreq, taveFreq,
319       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
# Line 320  C                          ( g*rho if ho Line 321  C                          ( g*rho if ho
321       & tauSaltClimRelax, lambdaSaltClimRelax,       & tauSaltClimRelax, lambdaSaltClimRelax,
322       & externForcingCycle, externForcingPeriod,       & externForcingCycle, externForcingPeriod,
323       & viscAp, diffKpT, diffKpS, hFacMinDr, hFacMinDp,       & viscAp, diffKpT, diffKpS, hFacMinDr, hFacMinDp,
324       & theta_S, specVol_S, horiVertRatio       & theta_S, specVol_S, horiVertRatio, recip_horiVertRatio
325    
326        _RL cg2dTargetResidual        _RL cg2dTargetResidual
327        _RL cg2dpcOffDFac        _RL cg2dpcOffDFac
# Line 370  C                          ( g*rho if ho Line 371  C                          ( g*rho if ho
371        _RL GMkbackground        _RL GMkbackground
372        _RL GMmaxval        _RL GMmaxval
373        _RL gravity        _RL gravity
374          _RL recip_gravity
375        _RL gBaro        _RL gBaro
376        _RL rhonil        _RL rhonil
377        _RL recip_rhonil        _RL recip_rhonil
# Line 401  C                          ( g*rho if ho Line 403  C                          ( g*rho if ho
403        _RL externForcingCycle        _RL externForcingCycle
404        _RL externForcingPeriod        _RL externForcingPeriod
405        _RL horiVertRatio        _RL horiVertRatio
406          _RL recip_horiVertRatio
407    
408        COMMON /PARM_A/ HeatCapacity_Cp,        COMMON /PARM_A/ HeatCapacity_Cp,
409       &                Lamba_theta       &                Lamba_theta

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.32

  ViewVC Help
Powered by ViewVC 1.1.22