/[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.26 by cnh, Sun Aug 23 15:34:39 1998 UTC revision 1.27 by cnh, Mon Aug 24 02:25:01 1998 UTC
# Line 209  C     viscAh    - Eddy viscosity coeff. Line 209  C     viscAh    - Eddy viscosity coeff.
209  C                 momentum laterally ( m^2/s )  C                 momentum laterally ( m^2/s )
210  C     viscAz    - Eddy viscosity coeff. for mixing of  C     viscAz    - Eddy viscosity coeff. for mixing of
211  C                 momentum vertically ( m^2/s )  C                 momentum vertically ( m^2/s )
212    C     viscAp    - Eddy viscosity coeff. for mixing of
213    C                 momentum vertically ( Pa^2/s )
214  C     viscAr    - Eddy viscosity coeff. for mixing of  C     viscAr    - Eddy viscosity coeff. for mixing of
215  C                 momentum vertically ( units of r^2/s )  C                 momentum vertically ( units of r^2/s )
216  C     viscA4    - Biharmonic viscosity coeff. for mixing of  C     viscA4    - Biharmonic viscosity coeff. for mixing of
# Line 217  C     diffKhT   - Laplacian diffusion co Line 219  C     diffKhT   - Laplacian diffusion co
219  C                 heat laterally ( m^2/s )  C                 heat laterally ( m^2/s )
220  C     diffKzT   - Laplacian diffusion coeff. for mixing of  C     diffKzT   - Laplacian diffusion coeff. for mixing of
221  C                 heat vertically ( m^2/s )  C                 heat vertically ( m^2/s )
222    C     diffKpT   - Laplacian diffusion coeff. for mixing of
223    C                 heat vertically ( Pa^2/s )
224  C     diffKrT   - Laplacian diffusion coeff. for mixing of  C     diffKrT   - Laplacian diffusion coeff. for mixing of
225  C                 heat vertically ( units of r^2/s )  C                 heat vertically ( units of r^2/s )
226  C     diffK4T   - Biharmonic diffusion coeff. for mixing of  C     diffK4T   - Biharmonic diffusion coeff. for mixing of
# Line 225  C     diffKhS  -  Laplacian diffusion co Line 229  C     diffKhS  -  Laplacian diffusion co
229  C                 salt laterally ( m^2/s )  C                 salt laterally ( m^2/s )
230  C     diffKzS   - Laplacian diffusion coeff. for mixing of  C     diffKzS   - Laplacian diffusion coeff. for mixing of
231  C                 salt vertically ( m^2/s )  C                 salt vertically ( m^2/s )
232    C     diffKpS   - Laplacian diffusion coeff. for mixing of
233    C                 salt vertically ( Pa^2/s )
234  C     diffKrS   - Laplacian diffusion coeff. for mixing of  C     diffKrS   - Laplacian diffusion coeff. for mixing of
235  C                 salt vertically ( units of r^2/s )  C                 salt vertically ( units of r^2/s )
236  C     diffK4S   - Biharmonic diffusion coeff. for mixing of  C     diffK4S   - Biharmonic diffusion coeff. for mixing of
# Line 246  C     hFacMinDz    - Minimum dimesional Line 252  C     hFacMinDz    - Minimum dimesional
252  C     hFacMinDr    - Minimum dimesional size of a cell (affects hFacC etc..., units of r)  C     hFacMinDr    - Minimum dimesional size of a cell (affects hFacC etc..., units of r)
253  C     tauCD        - CD scheme coupling timescale ( 1/s )  C     tauCD        - CD scheme coupling timescale ( 1/s )
254  C     rCD          - CD scheme normalised coupling parameter ( 0-1 )  C     rCD          - CD scheme normalised coupling parameter ( 0-1 )
255  C     GMmaxslope   - max. slope allowed in GM/Redi tensor  C     GMmaxslope    - max. slope allowed in GM/Redi tensor
256  C     GMlength     - Length to use in Visbeck et al. formula for K (m)  C     GMlength      - Length to use in Visbeck et al. formula for K (m)
257  C     GMalpha      - alpha to use in Visbeck et al. formula for K  C     GMalpha       - alpha to use in Visbeck et al. formula for K
258  C     GMdepth      - Depth over which to integrate Richardson # (Visbeck et al.)  C     GMdepth       - Depth over which to integrate Richardson # (Visbeck et al.)
259  C     GMkbackground - background value of GM/Redi diffusion coefficient ( m^2/s )  C     GMkbackground - background value of GM/Redi diffusion coefficient ( m^2/s )
260  C     GMmaxval      - max. value of KapGM allowed in GM/Redi scheme ( m^2/s )  C     GMmaxval      - max. value of KapGM allowed in GM/Redi scheme ( m^2/s )
261  C     startTime     - Starting time for this integration ( s ).  C     startTime     - Starting time for this integration ( s ).
# Line 266  C     foFacMom      - Momentum forcing t Line 272  C     foFacMom      - Momentum forcing t
272  C     mtFacMom      - Metric terms tracer parameter  C     mtFacMom      - Metric terms tracer parameter
273  C     cAdjFreq      - Frequency of convective adjustment  C     cAdjFreq      - Frequency of convective adjustment
274  C  C
275  C     taveFreq  - Frequency with which time-averaged model state is written to  C     taveFreq      - Frequency with which time-averaged model state is written to
276  C                 post-processing files ( s ).  C                     post-processing files ( s ).
277  C     tauThetaClimRelax - Relaxation to climatology time scale ( s ).  C     tauThetaClimRelax - Relaxation to climatology time scale ( s ).
278  C     lambdaThetaClimRelax - Inverse time scale for relaxation ( 1/s ).  C     lambdaThetaClimRelax - Inverse time scale for relaxation ( 1/s ).
279  C     tauSaltClimRelax - Relaxation to climatology time scale ( s ).  C     tauSaltClimRelax - Relaxation to climatology time scale ( s ).
# Line 283  C                           number times Line 289  C                           number times
289       & viscAh,  viscAz,  viscA4,  viscAr,       & viscAh,  viscAz,  viscA4,  viscAr,
290       & diffKhT, diffKzT, diffK4T, diffKrT,       & diffKhT, diffKzT, diffK4T, diffKrT,
291       & diffKhS, diffKzS, diffK4S, diffKrS,       & diffKhS, diffKzS, diffK4S, diffKrS,
292       & delT, tauCD, rCD, freeSurfFac, hFacMin, hFacMinDz,       & delT, tauCD, rCD, freeSurfFac, hFacMin, hFacMinDz,
293       & GMmaxslope,GMlength,GMalpha,GMdepth,GMkbackground,GMmaxval,       & GMmaxslope,GMlength,GMalpha,GMdepth,GMkbackground,GMmaxval,
294       & gravity, gBaro, rhonil, recip_rhonil,       & gravity, gBaro, rhonil, recip_rhonil,
295       & recip_rhoConst, rhoConst, tRef, sRef, theta_S, specVol_S,       & recip_rhoConst, rhoConst, tRef, sRef,
296       & endTime, chkPtFreq, pchkPtFreq, dumpFreq, taveFreq,       & endTime, chkPtFreq, pchkPtFreq, dumpFreq, taveFreq,
297       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
298       & cAdjFreq, omega, tauThetaClimRelax, lambdaThetaClimRelax,       & cAdjFreq, omega, tauThetaClimRelax, lambdaThetaClimRelax,
299       & tauSaltClimRelax, lambdaSaltClimRelax,       & tauSaltClimRelax, lambdaSaltClimRelax,
300       & externForcingCycle, externForcingPeriod       & externForcingCycle, externForcingPeriod,
301         & viscAp, diffKpT, diffKpS, hFacMinDr,
302         & theta_S, specVol_S
303    
304        _RL cg2dTargetResidual        _RL cg2dTargetResidual
305        _RL cg2dpcOffDFac        _RL cg2dpcOffDFac
306        _RL delZ(Nr)        _RL delZ(Nr)
# Line 312  C                           number times Line 321  C                           number times
321        _RL freeSurfFac        _RL freeSurfFac
322        _RL hFacMin        _RL hFacMin
323        _RL hFacMinDz        _RL hFacMinDz
324          _RL hFacMinDr
325        _RL beta        _RL beta
326        _RL viscAh        _RL viscAh
327        _RL viscAz        _RL viscAz
328          _RL viscAp
329        _RL viscAr        _RL viscAr
330        _RL viscA4        _RL viscA4
331        _RL diffKhT        _RL diffKhT
332        _RL diffKrT        _RL diffKrT
333        _RL diffKzT        _RL diffKzT
334          _RL diffKpT
335        _RL diffK4T        _RL diffK4T
336        _RL diffKhS        _RL diffKhS
337        _RL diffKrS        _RL diffKrS
338        _RL diffKzS        _RL diffKzS
339          _RL diffKpS
340        _RL diffK4S        _RL diffK4S
341        _RL delt        _RL delt
342        _RL tauCD        _RL tauCD

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

  ViewVC Help
Powered by ViewVC 1.1.22