/[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.28 by cnh, Sat Sep 5 17:52:13 1998 UTC
# Line 26  C                dumping model state. Line 26  C                dumping model state.
26        PARAMETER ( precFloat32 = 0 )        PARAMETER ( precFloat32 = 0 )
27        INTEGER precFloat64        INTEGER precFloat64
28        PARAMETER ( precFloat64 = 1 )        PARAMETER ( precFloat64 = 1 )
29    C     UNSET_xxx - Used to indicate variables that have not been given a value
30          Real*8 UNSET_FLOAT8
31          PARAMETER ( UNSET_FLOAT8 = 1.234567D5 )
32          Real*4 UNSET_FLOAT4
33          PARAMETER ( UNSET_FLOAT4 = 1.234567E5 )
34          _RL    UNSET_RL    
35          PARAMETER ( UNSET_RL     = 1.234567D5 )
36          _RS    UNSET_RS    
37          PARAMETER ( UNSET_RS     = 1.234567E5 )
38          INTEGER UNSET_I
39          PARAMETER ( UNSET_I      = 123456789  )
40    
41  C     Checkpoint data  C     Checkpoint data
42        INTEGER maxNoChkptLev        INTEGER maxNoChkptLev
# Line 209  C     viscAh    - Eddy viscosity coeff. Line 220  C     viscAh    - Eddy viscosity coeff.
220  C                 momentum laterally ( m^2/s )  C                 momentum laterally ( m^2/s )
221  C     viscAz    - Eddy viscosity coeff. for mixing of  C     viscAz    - Eddy viscosity coeff. for mixing of
222  C                 momentum vertically ( m^2/s )  C                 momentum vertically ( m^2/s )
223    C     viscAp    - Eddy viscosity coeff. for mixing of
224    C                 momentum vertically ( Pa^2/s )
225  C     viscAr    - Eddy viscosity coeff. for mixing of  C     viscAr    - Eddy viscosity coeff. for mixing of
226  C                 momentum vertically ( units of r^2/s )  C                 momentum vertically ( units of r^2/s )
227  C     viscA4    - Biharmonic viscosity coeff. for mixing of  C     viscA4    - Biharmonic viscosity coeff. for mixing of
# Line 217  C     diffKhT   - Laplacian diffusion co Line 230  C     diffKhT   - Laplacian diffusion co
230  C                 heat laterally ( m^2/s )  C                 heat laterally ( m^2/s )
231  C     diffKzT   - Laplacian diffusion coeff. for mixing of  C     diffKzT   - Laplacian diffusion coeff. for mixing of
232  C                 heat vertically ( m^2/s )  C                 heat vertically ( m^2/s )
233    C     diffKpT   - Laplacian diffusion coeff. for mixing of
234    C                 heat vertically ( Pa^2/s )
235  C     diffKrT   - Laplacian diffusion coeff. for mixing of  C     diffKrT   - Laplacian diffusion coeff. for mixing of
236  C                 heat vertically ( units of r^2/s )  C                 heat vertically ( units of r^2/s )
237  C     diffK4T   - Biharmonic diffusion coeff. for mixing of  C     diffK4T   - Biharmonic diffusion coeff. for mixing of
# Line 225  C     diffKhS  -  Laplacian diffusion co Line 240  C     diffKhS  -  Laplacian diffusion co
240  C                 salt laterally ( m^2/s )  C                 salt laterally ( m^2/s )
241  C     diffKzS   - Laplacian diffusion coeff. for mixing of  C     diffKzS   - Laplacian diffusion coeff. for mixing of
242  C                 salt vertically ( m^2/s )  C                 salt vertically ( m^2/s )
243    C     diffKpS   - Laplacian diffusion coeff. for mixing of
244    C                 salt vertically ( Pa^2/s )
245  C     diffKrS   - Laplacian diffusion coeff. for mixing of  C     diffKrS   - Laplacian diffusion coeff. for mixing of
246  C                 salt vertically ( units of r^2/s )  C                 salt vertically ( units of r^2/s )
247  C     diffK4S   - Biharmonic diffusion coeff. for mixing of  C     diffK4S   - Biharmonic diffusion coeff. for mixing of
# Line 243  C                    freesurfac = 1. use Line 260  C                    freesurfac = 1. use
260  C                    freesurfac = 0. uses rigid lid  C                    freesurfac = 0. uses rigid lid
261  C     hFacMin      - Minimum fraction size of a cell (affects hFacC etc...)  C     hFacMin      - Minimum fraction size of a cell (affects hFacC etc...)
262  C     hFacMinDz    - Minimum dimesional size of a cell (affects hFacC etc..., m)  C     hFacMinDz    - Minimum dimesional size of a cell (affects hFacC etc..., m)
263    C     hFacMinDp    - Minimum dimesional size of a cell (affects hFacC etc..., Pa)
264  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)
265  C     tauCD        - CD scheme coupling timescale ( 1/s )  C     tauCD        - CD scheme coupling timescale ( 1/s )
266  C     rCD          - CD scheme normalised coupling parameter ( 0-1 )  C     rCD          - CD scheme normalised coupling parameter ( 0-1 )
267  C     GMmaxslope   - max. slope allowed in GM/Redi tensor  C     GMmaxslope    - max. slope allowed in GM/Redi tensor
268  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)
269  C     GMalpha      - alpha to use in Visbeck et al. formula for K  C     GMalpha       - alpha to use in Visbeck et al. formula for K
270  C     GMdepth      - Depth over which to integrate Richardson # (Visbeck et al.)  C     GMdepth       - Depth over which to integrate Richardson # (Visbeck et al.)
271  C     GMkbackground - background value of GM/Redi diffusion coefficient ( m^2/s )  C     GMkbackground - background value of GM/Redi diffusion coefficient ( m^2/s )
272  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 )
273  C     startTime     - Starting time for this integration ( s ).  C     startTime     - Starting time for this integration ( s ).
# Line 266  C     foFacMom      - Momentum forcing t Line 284  C     foFacMom      - Momentum forcing t
284  C     mtFacMom      - Metric terms tracer parameter  C     mtFacMom      - Metric terms tracer parameter
285  C     cAdjFreq      - Frequency of convective adjustment  C     cAdjFreq      - Frequency of convective adjustment
286  C  C
287  C     taveFreq  - Frequency with which time-averaged model state is written to  C     taveFreq      - Frequency with which time-averaged model state is written to
288  C                 post-processing files ( s ).  C                     post-processing files ( s ).
289  C     tauThetaClimRelax - Relaxation to climatology time scale ( s ).  C     tauThetaClimRelax - Relaxation to climatology time scale ( s ).
290  C     lambdaThetaClimRelax - Inverse time scale for relaxation ( 1/s ).  C     lambdaThetaClimRelax - Inverse time scale for relaxation ( 1/s ).
291  C     tauSaltClimRelax - Relaxation to climatology time scale ( s ).  C     tauSaltClimRelax - Relaxation to climatology time scale ( s ).
# Line 283  C                           number times Line 301  C                           number times
301       & viscAh,  viscAz,  viscA4,  viscAr,       & viscAh,  viscAz,  viscA4,  viscAr,
302       & diffKhT, diffKzT, diffK4T, diffKrT,       & diffKhT, diffKzT, diffK4T, diffKrT,
303       & diffKhS, diffKzS, diffK4S, diffKrS,       & diffKhS, diffKzS, diffK4S, diffKrS,
304       & delT, tauCD, rCD, freeSurfFac, hFacMin, hFacMinDz,       & delT, tauCD, rCD, freeSurfFac, hFacMin, hFacMinDz,
305       & GMmaxslope,GMlength,GMalpha,GMdepth,GMkbackground,GMmaxval,       & GMmaxslope,GMlength,GMalpha,GMdepth,GMkbackground,GMmaxval,
306       & gravity, gBaro, rhonil, recip_rhonil,       & gravity, gBaro, rhonil, recip_rhonil,
307       & recip_rhoConst, rhoConst, tRef, sRef, theta_S, specVol_S,       & recip_rhoConst, rhoConst, tRef, sRef,
308       & endTime, chkPtFreq, pchkPtFreq, dumpFreq, taveFreq,       & endTime, chkPtFreq, pchkPtFreq, dumpFreq, taveFreq,
309       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
310       & cAdjFreq, omega, tauThetaClimRelax, lambdaThetaClimRelax,       & cAdjFreq, omega, tauThetaClimRelax, lambdaThetaClimRelax,
311       & tauSaltClimRelax, lambdaSaltClimRelax,       & tauSaltClimRelax, lambdaSaltClimRelax,
312       & externForcingCycle, externForcingPeriod       & externForcingCycle, externForcingPeriod,
313         & viscAp, diffKpT, diffKpS, hFacMinDr, hFacMinDp,
314         & theta_S, specVol_S
315    
316        _RL cg2dTargetResidual        _RL cg2dTargetResidual
317        _RL cg2dpcOffDFac        _RL cg2dpcOffDFac
318        _RL delZ(Nr)        _RL delZ(Nr)
# Line 312  C                           number times Line 333  C                           number times
333        _RL freeSurfFac        _RL freeSurfFac
334        _RL hFacMin        _RL hFacMin
335        _RL hFacMinDz        _RL hFacMinDz
336          _RL hFacMinDp
337          _RL hFacMinDr
338        _RL beta        _RL beta
339        _RL viscAh        _RL viscAh
340        _RL viscAz        _RL viscAz
341          _RL viscAp
342        _RL viscAr        _RL viscAr
343        _RL viscA4        _RL viscA4
344        _RL diffKhT        _RL diffKhT
345        _RL diffKrT        _RL diffKrT
346        _RL diffKzT        _RL diffKzT
347          _RL diffKpT
348        _RL diffK4T        _RL diffK4T
349        _RL diffKhS        _RL diffKhS
350        _RL diffKrS        _RL diffKrS
351        _RL diffKzS        _RL diffKzS
352          _RL diffKpS
353        _RL diffK4S        _RL diffK4S
354        _RL delt        _RL delt
355        _RL tauCD        _RL tauCD

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

  ViewVC Help
Powered by ViewVC 1.1.22