/[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.19 by adcroft, Wed Jun 17 21:07:01 1998 UTC revision 1.22 by adcroft, Wed Jul 29 18:33:47 1998 UTC
# Line 230  C     deltaTtracer - Timestep for tracer Line 230  C     deltaTtracer - Timestep for tracer
230  C     freesurfFac  - Parameter to turn implicit free surface term on or off  C     freesurfFac  - Parameter to turn implicit free surface term on or off
231  C                    freesurfac = 1. uses implicit free surface  C                    freesurfac = 1. uses implicit free surface
232  C                    freesurfac = 0. uses rigid lid  C                    freesurfac = 0. uses rigid lid
233    C     hFacMin   - Minimum fraction size of a cell (affects hFacC etc...)
234    C     hFacMinDz - Minimum dimesional size of a cell (affects hFacC etc...)
235  C     tauCD     - CD scheme coupling timescale ( 1/s )  C     tauCD     - CD scheme coupling timescale ( 1/s )
236  C     rCD       - CD scheme normalised coupling parameter ( 0-1 )  C     rCD       - CD scheme normalised coupling parameter ( 0-1 )
237  C     GMmaxslope  - max. slope allowed in GM/Redi tensor  C     GMmaxslope  - max. slope allowed in GM/Redi tensor
# Line 237  C     GMlength  - Length to use in Visbe Line 239  C     GMlength  - Length to use in Visbe
239  C     GMalpha   - alpha to use in Visbeck et al. formula for K  C     GMalpha   - alpha to use in Visbeck et al. formula for K
240  C     GMdepth   - Depth over which to integrate Richardson # (Visbeck et al.)  C     GMdepth   - Depth over which to integrate Richardson # (Visbeck et al.)
241  C     GMkbackground - background value of GM/Redi coefficient  C     GMkbackground - background value of GM/Redi coefficient
242    C     GMmaxval  - max. value of KapGM allowed in GM/Redi scheme
243  C     startTime - Starting time for this integration ( s ).  C     startTime - Starting time for this integration ( s ).
244  C     endTime   - Ending time for this integration ( s ).  C     endTime   - Ending time for this integration ( s ).
245  C     chkPtFreq  - Frequency of rolling check pointing ( s ).  C     chkPtFreq  - Frequency of rolling check pointing ( s ).
246  C     pChkPtFreq - Frequency of permanent check pointing ( s ).  C     pChkPtFreq - Frequency of permanent check pointing ( s ).
247  C     dumpFreq  - Frequency with which model state is written to  C     dumpFreq  - Frequency with which model state is written to
248  C                 post-processing files ( s ).  C                 post-processing files ( s ).
249    C     taveFreq  - Frequency with which time-averaged model state is written to
250    C                 post-processing files ( s ).
251  C     afFacMom  - Advection of momentum term scaling parameter  C     afFacMom  - Advection of momentum term scaling parameter
252  C     vfFacMom  - Momentum viscosity scaling parameter  C     vfFacMom  - Momentum viscosity scaling parameter
253  C     pfFacMom  - Momentum pressure forcing parameter  C     pfFacMom  - Momentum pressure forcing parameter
# Line 262  C                           number times Line 267  C                           number times
267       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime, phiMin,       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime, phiMin,
268       & thetaMin, rSphere, rRSphere, f0, fCori, beta, viscAh, viscAz, viscA4,       & thetaMin, rSphere, rRSphere, f0, fCori, beta, viscAh, viscAz, viscA4,
269       & diffKhT, diffKzT, diffK4T, diffKhS, diffKzS, diffK4S, delT,       & diffKhT, diffKzT, diffK4T, diffKhS, diffKzS, diffK4S, delT,
270       & tauCD, rCD, freeSurfFac,       & tauCD, rCD, freeSurfFac, hFacMin, hFacMinDz,
271       & GMmaxslope,GMlength,GMalpha,GMdepth,GMkbackground,       & GMmaxslope,GMlength,GMalpha,GMdepth,GMkbackground,GMmaxval,
272       & gravity, gBaro, rhonil, tRef, sRef,       & gravity, gBaro, rhonil, tRef, sRef,
273       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,       & endTime, chkPtFreq, pchkPtFreq, dumpFreq, taveFreq,
274       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
275       & cAdjFreq, omega, tauThetaClimRelax, lambdaThetaClimRelax,       & cAdjFreq, omega, tauThetaClimRelax, lambdaThetaClimRelax,
276       & tauSaltClimRelax, lambdaSaltClimRelax,       & tauSaltClimRelax, lambdaSaltClimRelax,
# Line 286  C                           number times Line 291  C                           number times
291        _RL rRSphere        _RL rRSphere
292        _RL f0        _RL f0
293        _RL freeSurfFac        _RL freeSurfFac
294          _RL hFacMin
295          _RL hFacMinDz
296        _RL beta        _RL beta
297        _RL viscAh        _RL viscAh
298        _RL viscAz        _RL viscAz
# Line 304  C                           number times Line 311  C                           number times
311        _RL GMalpha        _RL GMalpha
312        _RL GMdepth        _RL GMdepth
313        _RL GMkbackground        _RL GMkbackground
314          _RL GMmaxval
315        _RL gravity        _RL gravity
316        _RL gBaro        _RL gBaro
317        _RL rhonil        _RL rhonil
# Line 315  C                           number times Line 323  C                           number times
323        _RL chkPtFreq        _RL chkPtFreq
324        _RL pChkPtFreq        _RL pChkPtFreq
325        _RL dumpFreq        _RL dumpFreq
326          _RL taveFreq
327        _RL afFacMom        _RL afFacMom
328        _RL vfFacMom        _RL vfFacMom
329        _RL pfFacMom        _RL pfFacMom

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.22

  ViewVC Help
Powered by ViewVC 1.1.22