/[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.196 by jmc, Wed Jan 10 23:48:50 2007 UTC revision 1.197 by jmc, Mon Mar 12 23:41:15 2007 UTC
# Line 495  C     phiRef    :: reference potential ( Line 495  C     phiRef    :: reference potential (
495  C     dBdrRef   :: vertical gradient of reference boyancy  [(m/s/r)^2)]:  C     dBdrRef   :: vertical gradient of reference boyancy  [(m/s/r)^2)]:
496  C               :: z-coord: = N^2_ref = Brunt-Vaissala frequency [s^-2]  C               :: z-coord: = N^2_ref = Brunt-Vaissala frequency [s^-2]
497  C               :: p-coord: = -(d.alpha/dp)_ref          [(m^2.s/kg)^2]  C               :: p-coord: = -(d.alpha/dp)_ref          [(m^2.s/kg)^2]
498    C     rVel2wUnit :: units conversion factor (Non-Hydrostatic code),
499    C                :: from r-coordinate vertical velocity to vertical velocity [m/s].
500    C                :: z-coord: = 1 ; p-coord: wSpeed [m/s] = rVel [Pa/s] * rVel2wUnit
501    C     wUnit2rVel :: units conversion factor (Non-Hydrostatic code),
502    C                :: from vertical velocity [m/s] to r-coordinate vertical velocity.
503    C                :: z-coord: = 1 ; p-coord: rVel [Pa/s] = wSpeed [m/s] * wUnit2rVel
504  C     phiMin    :: Latitude of southern most cell face.  C     phiMin    :: Latitude of southern most cell face.
505  C     thetaMin  :: Longitude of western most cell face (this  C     thetaMin  :: Longitude of western most cell face (this
506  C                 is an "inert" parameter but it is included  C                 is an "inert" parameter but it is included
# Line 669  C                      (i.e. allows conv Line 675  C                      (i.e. allows conv
675       & rhonil, recip_rhonil, rhoConst, recip_rhoConst,       & rhonil, recip_rhonil, rhoConst, recip_rhoConst,
676       & rhoFacC, recip_rhoFacC, rhoFacF, recip_rhoFacF,       & rhoFacC, recip_rhoFacC, rhoFacF, recip_rhoFacF,
677       & rhoConstFresh, convertEmP2rUnit, tRef, sRef, phiRef, dBdrRef,       & rhoConstFresh, convertEmP2rUnit, tRef, sRef, phiRef, dBdrRef,
678         & rVel2wUnit, wUnit2rVel,
679       & baseTime, startTime, endTime,       & baseTime, startTime, endTime,
680       & chkPtFreq, pChkPtFreq, dumpFreq, adjDumpFreq,       & chkPtFreq, pChkPtFreq, dumpFreq, adjDumpFreq,
681       & diagFreq, taveFreq, tave_lastIter, monitorFreq, adjMonitorFreq,       & diagFreq, taveFreq, tave_lastIter, monitorFreq, adjMonitorFreq,
# Line 763  C                      (i.e. allows conv Line 770  C                      (i.e. allows conv
770        _RL sRef(Nr)        _RL sRef(Nr)
771        _RL phiRef(2*Nr+1)        _RL phiRef(2*Nr+1)
772        _RL dBdrRef(Nr)        _RL dBdrRef(Nr)
773          _RL rVel2wUnit(Nr+1), wUnit2rVel(Nr+1)
774        _RL baseTime        _RL baseTime
775        _RL startTime        _RL startTime
776        _RL endTime        _RL endTime

Legend:
Removed from v.1.196  
changed lines
  Added in v.1.197

  ViewVC Help
Powered by ViewVC 1.1.22