/[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.96 by jmc, Wed Oct 29 00:17:44 2003 UTC revision 1.110 by adcroft, Wed May 26 14:50:09 2004 UTC
# Line 215  C     useCDscheme   :: use CD-scheme to Line 215  C     useCDscheme   :: use CD-scheme to
215  C     useJamartWetPoints :: Use wet-point method for Coriolis (Jamart and Ozer, 1986)  C     useJamartWetPoints :: Use wet-point method for Coriolis (Jamart and Ozer, 1986)
216  C     implicitDiffusion :: Turns implicit vertical diffusion on  C     implicitDiffusion :: Turns implicit vertical diffusion on
217  C     implicitViscosity :: Turns implicit vertical viscosity on  C     implicitViscosity :: Turns implicit vertical viscosity on
218    C     tempImplVertAdv :: Turns on implicit vertical advection for Temperature
219    C     saltImplVertAdv :: Turns on implicit vertical advection for Salinity
220    C     momImplVertAdv  :: Turns on implicit vertical advection for Momentum
221  C     multiDimAdvection :: Flag that enable multi-dimension advection  C     multiDimAdvection :: Flag that enable multi-dimension advection
222  C     forcing_In_AB :: if False, put forcing (Temp,Salt,Tracers) contribution  C     forcing_In_AB :: if False, put forcing (Temp,Salt,Tracers) contribution
223  C                      out off Adams-Bashforth time stepping.  C                      out off Adams-Bashforth time stepping.
# Line 237  C     useSingleCpuIO :: On SGI platforms Line 240  C     useSingleCpuIO :: On SGI platforms
240  C                       slow (f77) or does not work (f90).  When  C                       slow (f77) or does not work (f90).  When
241  C                       useSingleCpuIO is set, mdsio_writefield.F  C                       useSingleCpuIO is set, mdsio_writefield.F
242  C                       outputs from master mpi process only.  C                       outputs from master mpi process only.
243  C     allowFreezing  :: Allows water to freeze and form ice  C     allowFreezing  :: Allows surface water to freeze and form ice
244    C     useOldFreezing :: use the old version (before checkpoint52a_pre, 2003-11-12)
245  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)
246        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,
247       & usingCurvilinearGrid,       & usingCurvilinearGrid,
# Line 255  C     groundAtK1  :: put the surface(k=1 Line 259  C     groundAtK1  :: put the surface(k=1
259       & useCDscheme,       & useCDscheme,
260       & useEnergyConservingCoriolis, useJamartWetPoints,       & useEnergyConservingCoriolis, useJamartWetPoints,
261       & implicitDiffusion, implicitViscosity,       & implicitDiffusion, implicitViscosity,
262         & tempImplVertAdv, saltImplVertAdv, momImplVertAdv,
263       & multiDimAdvection, forcing_In_AB,       & multiDimAdvection, forcing_In_AB,
264       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,
265       & periodicExternalForcing,       & periodicExternalForcing,
266       & usingPCoords, usingZCoords, useDynP_inEos_Zc, setCenterDr,       & usingPCoords, usingZCoords, useDynP_inEos_Zc, setCenterDr,
267       & nonHydrostatic, quasiHydrostatic, globalFiles, useSingleCpuIO,       & nonHydrostatic, quasiHydrostatic, globalFiles, useSingleCpuIO,
268       & allowFreezing, groundAtK1,       & allowFreezing, useOldFreezing, groundAtK1,
269       & usePickupBeforeC35, debugMode,       & usePickupBeforeC35, debugMode,
270       & readPickupWithTracer, writePickupWithTracer       & readPickupWithTracer, writePickupWithTracer
271        LOGICAL usingCartesianGrid        LOGICAL usingCartesianGrid
# Line 301  C     groundAtK1  :: put the surface(k=1 Line 306  C     groundAtK1  :: put the surface(k=1
306        LOGICAL useJamartWetPoints        LOGICAL useJamartWetPoints
307        LOGICAL implicitDiffusion        LOGICAL implicitDiffusion
308        LOGICAL implicitViscosity        LOGICAL implicitViscosity
309          LOGICAL tempImplVertAdv
310          LOGICAL saltImplVertAdv
311          LOGICAL momImplVertAdv
312        LOGICAL multiDimAdvection        LOGICAL multiDimAdvection
313        LOGICAL forcing_In_AB        LOGICAL forcing_In_AB
314        LOGICAL doThetaClimRelax        LOGICAL doThetaClimRelax
# Line 316  C     groundAtK1  :: put the surface(k=1 Line 324  C     groundAtK1  :: put the surface(k=1
324        LOGICAL globalFiles        LOGICAL globalFiles
325        LOGICAL useSingleCpuIO        LOGICAL useSingleCpuIO
326        LOGICAL allowFreezing        LOGICAL allowFreezing
327          LOGICAL useOldFreezing
328        LOGICAL groundAtK1        LOGICAL groundAtK1
329        LOGICAL usePickupBeforeC35        LOGICAL usePickupBeforeC35
330        LOGICAL debugMode        LOGICAL debugMode
# Line 371  C     viscAr    :: Eddy viscosity coeff. Line 380  C     viscAr    :: Eddy viscosity coeff.
380  C                 momentum vertically ( units of r^2/s )  C                 momentum vertically ( units of r^2/s )
381  C     viscA4    :: Biharmonic viscosity coeff. for mixing of  C     viscA4    :: Biharmonic viscosity coeff. for mixing of
382  C                 momentum laterally ( m^4/s )  C                 momentum laterally ( m^4/s )
383    C     viscC2leith :: Leith non-dimensional viscosity factor
384    C     viscAhMax :: Maximum eddy viscosity coeff. for mixing of
385    C                 momentum laterally ( m^2/s )
386    C     viscA4Max :: Maximum biharmonic viscosity coeff. for mixing of
387    C                 momentum laterally ( m^4/s )
388    C     viscAhGrid:: non-dimensional grid-size dependent viscosity
389    C     viscA4Grid:: non-dimensional grid-size dependent bi-harmonic viscosity
390    C     viscC4leith :: Leith non-dimensional viscosity factor
391  C     diffKhT   :: Laplacian diffusion coeff. for mixing of  C     diffKhT   :: Laplacian diffusion coeff. for mixing of
392  C                 heat laterally ( m^2/s )  C                 heat laterally ( m^2/s )
393  C     diffKrT   :: Laplacian diffusion coeff. for mixing of  C     diffKrT   :: Laplacian diffusion coeff. for mixing of
# Line 462  C      --"-"--  Quadratic  ( linear: 1/s Line 479  C      --"-"--  Quadratic  ( linear: 1/s
479       & abeps, startTime,       & abeps, startTime,
480       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,
481       & fCori, fCoriG, fCoriCos,       & fCori, fCoriG, fCoriCos,
482       & viscAh,  viscA4,  viscAr, viscAstrain, viscAtension,       & viscAh,  viscAhMax, viscAhGrid, viscC2leith,
483         & viscA4,  viscA4Max, viscA4Grid, viscC4leith,
484         & viscAr, viscAstrain, viscAtension,
485       & diffKhT, diffK4T, diffKrT,       & diffKhT, diffK4T, diffKrT,
486       & diffKhS, diffK4S, diffKrS,       & diffKhS, diffK4S, diffKrS,
487       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,
# Line 470  C      --"-"--  Quadratic  ( linear: 1/s Line 489  C      --"-"--  Quadratic  ( linear: 1/s
489       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,
490       & recip_rhoConst, rhoConst,       & recip_rhoConst, rhoConst,
491       & rhoConstFresh, convertEmP2rUnit, tRef, sRef,       & rhoConstFresh, convertEmP2rUnit, tRef, sRef,
492       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,       & endTime, chkPtFreq, pchkPtFreq, dumpFreq, adjDumpFreq,
493       & diagFreq, taveFreq, tave_lastIter, monitorFreq,       & diagFreq, taveFreq, tave_lastIter, monitorFreq,
494       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
495       & cosPower, cAdjFreq, omega, rotationPeriod,       & cosPower, cAdjFreq, omega, rotationPeriod,
# Line 514  C      --"-"--  Quadratic  ( linear: 1/s Line 533  C      --"-"--  Quadratic  ( linear: 1/s
533        _RL hFacSup        _RL hFacSup
534        _RL beta        _RL beta
535        _RL viscAh        _RL viscAh
536          _RL viscAhMax
537          _RL viscAhGrid
538          _RL viscC2leith
539        _RL viscAstrain        _RL viscAstrain
540        _RL viscAtension        _RL viscAtension
541        _RL viscAr        _RL viscAr
542        _RL viscA4        _RL viscA4
543          _RL viscA4Max
544          _RL viscA4Grid
545          _RL viscC4leith
546        _RL diffKhT        _RL diffKhT
547        _RL diffKrT        _RL diffKrT
548        _RL diffK4T        _RL diffK4T
# Line 546  C      --"-"--  Quadratic  ( linear: 1/s Line 571  C      --"-"--  Quadratic  ( linear: 1/s
571        _RL chkPtFreq        _RL chkPtFreq
572        _RL pChkPtFreq        _RL pChkPtFreq
573        _RL dumpFreq        _RL dumpFreq
574          _RL adjDumpFreq
575        _RL diagFreq        _RL diagFreq
576        _RL taveFreq        _RL taveFreq
577        _RL tave_lastIter        _RL tave_lastIter
# Line 619  C Logical flags for selecting packages Line 645  C Logical flags for selecting packages
645        LOGICAL usePTRACERS        LOGICAL usePTRACERS
646        LOGICAL useSBO        LOGICAL useSBO
647        LOGICAL useSEAICE        LOGICAL useSEAICE
648        LOGICAL useBulkforce        LOGICAL useBulkForce
649        LOGICAL useThermSEAICE        LOGICAL useThSIce
650          LOGICAL usefizhi
651          LOGICAL usegridalt
652          LOGICAL usediagnostics
653          LOGICAL useEBM
654        COMMON /PARM_PACKAGES/        COMMON /PARM_PACKAGES/
655       &        useKPP, useGMRedi, useOBCS, useAIM, useLand, useECCO,       &        useKPP, useGMRedi, useOBCS, useAIM, useLand, useECCO,
656       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,
657       &        usePTRACERS,  useSBO, useSEAICE,       &        usePTRACERS,  useSBO, useSEAICE, useThSIce, useBulkForce,
658       &        useThermSEAICE, useBulkforce       &        usefizhi,  usegridalt, usediagnostics, useEBM
659    
660    C     Run-time flags for early-initialization of MNC
661          LOGICAL
662         &     useMNC,
663         &     mnc_use_indir, mnc_use_outdir, mnc_outdir_date,
664         &     mnc_echo_gvtypes, mnc_pickup_write, mnc_pickup_read,
665         &     mnc_use_for_mon
666          CHARACTER*(MAX_LEN_FNAM) mnc_outdir_str
667          CHARACTER*(MAX_LEN_FNAM) mnc_indir_str
668          COMMON /PARM_MNC/
669         &     useMNC,
670         &     mnc_use_indir, mnc_use_outdir, mnc_outdir_date,
671         &     mnc_echo_gvtypes, mnc_pickup_write, mnc_pickup_read,
672         &     mnc_outdir_str, mnc_indir_str,
673         &     mnc_use_for_mon
674    
675    
676    CEH3 ;;; Local Variables: ***
677    CEH3 ;;; mode:fortran ***
678    CEH3 ;;; End: ***

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.110

  ViewVC Help
Powered by ViewVC 1.1.22