/[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.101 by molod, Thu Jan 29 14:10:50 2004 UTC revision 1.112 by adcroft, Wed Jun 9 14:03:35 2004 UTC
# Line 213  C     useBetaPlaneF :: Coriolis paramete Line 213  C     useBetaPlaneF :: Coriolis paramete
213  C     useSphereF    :: Coriolis parameter set to 2.omega.sin(phi)  C     useSphereF    :: Coriolis parameter set to 2.omega.sin(phi)
214  C     useCDscheme   :: use CD-scheme to calculate Coriolis terms.  C     useCDscheme   :: use CD-scheme to calculate Coriolis terms.
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     SadournyCoriolis :: use the enstrophy conserving scheme by Sadourny
217    C     upwindVorticity :: bias interpolation of vorticity in the Coriolis term
218    C     highOrderVorticity :: use 3rd/4th order interp. of vorticity in Coriolis
219    C     useAbsVorticity :: work with f+zeta in Coriolis terms
220  C     implicitDiffusion :: Turns implicit vertical diffusion on  C     implicitDiffusion :: Turns implicit vertical diffusion on
221  C     implicitViscosity :: Turns implicit vertical viscosity on  C     implicitViscosity :: Turns implicit vertical viscosity on
222  C     tempImplVertAdv :: Turns on implicit vertical advection for Temperature  C     tempImplVertAdv :: Turns on implicit vertical advection for Temperature
# Line 258  C     groundAtK1  :: put the surface(k=1 Line 262  C     groundAtK1  :: put the surface(k=1
262       & useConstantF, useBetaPlaneF, useSphereF,       & useConstantF, useBetaPlaneF, useSphereF,
263       & useCDscheme,       & useCDscheme,
264       & useEnergyConservingCoriolis, useJamartWetPoints,       & useEnergyConservingCoriolis, useJamartWetPoints,
265         & SadournyCoriolis, upwindVorticity, highOrderVorticity,
266         & useAbsVorticity,
267       & implicitDiffusion, implicitViscosity,       & implicitDiffusion, implicitViscosity,
268       & tempImplVertAdv, saltImplVertAdv, momImplVertAdv,       & tempImplVertAdv, saltImplVertAdv, momImplVertAdv,
269       & multiDimAdvection, forcing_In_AB,       & multiDimAdvection, forcing_In_AB,
# Line 304  C     groundAtK1  :: put the surface(k=1 Line 310  C     groundAtK1  :: put the surface(k=1
310        LOGICAL useCDscheme        LOGICAL useCDscheme
311        LOGICAL useEnergyConservingCoriolis        LOGICAL useEnergyConservingCoriolis
312        LOGICAL useJamartWetPoints        LOGICAL useJamartWetPoints
313          LOGICAL SadournyCoriolis
314          LOGICAL upwindVorticity
315          LOGICAL highOrderVorticity
316          LOGICAL useAbsVorticity
317        LOGICAL implicitDiffusion        LOGICAL implicitDiffusion
318        LOGICAL implicitViscosity        LOGICAL implicitViscosity
319        LOGICAL tempImplVertAdv        LOGICAL tempImplVertAdv
# Line 380  C     viscAr    :: Eddy viscosity coeff. Line 390  C     viscAr    :: Eddy viscosity coeff.
390  C                 momentum vertically ( units of r^2/s )  C                 momentum vertically ( units of r^2/s )
391  C     viscA4    :: Biharmonic viscosity coeff. for mixing of  C     viscA4    :: Biharmonic viscosity coeff. for mixing of
392  C                 momentum laterally ( m^4/s )  C                 momentum laterally ( m^4/s )
393    C     viscC2leith :: Leith non-dimensional viscosity factor
394    C     viscAhMax :: Maximum eddy viscosity coeff. for mixing of
395    C                 momentum laterally ( m^2/s )
396    C     viscA4Max :: Maximum biharmonic viscosity coeff. for mixing of
397    C                 momentum laterally ( m^4/s )
398    C     viscAhGrid:: non-dimensional grid-size dependent viscosity
399    C     viscA4Grid:: non-dimensional grid-size dependent bi-harmonic viscosity
400    C     viscC4leith :: Leith non-dimensional viscosity factor
401  C     diffKhT   :: Laplacian diffusion coeff. for mixing of  C     diffKhT   :: Laplacian diffusion coeff. for mixing of
402  C                 heat laterally ( m^2/s )  C                 heat laterally ( m^2/s )
403  C     diffKrT   :: Laplacian diffusion coeff. for mixing of  C     diffKrT   :: Laplacian diffusion coeff. for mixing of
# Line 392  C     diffKrS   :: Laplacian diffusion c Line 410  C     diffKrS   :: Laplacian diffusion c
410  C                 salt vertically ( units of r^2/s )  C                 salt vertically ( units of r^2/s )
411  C     diffK4S   :: Biharmonic diffusion coeff. for mixing of  C     diffK4S   :: Biharmonic diffusion coeff. for mixing of
412  C                 salt laterally ( m^4/s )  C                 salt laterally ( m^4/s )
413    C     diffKrBL79surf :: T/S surface diffusivity (m^2/s) Bryan and Lewis, 1979
414    C     diffKrBL79deep :: T/S deep diffusivity (m^2/s) Bryan and Lewis, 1979
415    C     diffKrBL79scl  :: depth scale for arctan fn (m) Bryan and Lewis, 1979
416    C     diffKrBL79Ho   :: depth offset for arctan fn (m) Bryan and Lewis, 1979
417  C     deltaT    :: Default timestep ( s )  C     deltaT    :: Default timestep ( s )
418  C     deltaTClock  :: Timestep used as model "clock". This determines the  C     deltaTClock  :: Timestep used as model "clock". This determines the
419  C                    IO frequencies and is used in tagging output. It can  C                    IO frequencies and is used in tagging output. It can
# Line 471  C      --"-"--  Quadratic  ( linear: 1/s Line 493  C      --"-"--  Quadratic  ( linear: 1/s
493       & abeps, startTime,       & abeps, startTime,
494       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,
495       & fCori, fCoriG, fCoriCos,       & fCori, fCoriG, fCoriCos,
496       & viscAh,  viscA4,  viscAr, viscAstrain, viscAtension,       & viscAh,  viscAhMax, viscAhGrid, viscC2leith,
497         & viscA4,  viscA4Max, viscA4Grid, viscC4leith,
498         & viscAr, viscAstrain, viscAtension,
499       & diffKhT, diffK4T, diffKrT,       & diffKhT, diffK4T, diffKrT,
500       & diffKhS, diffK4S, diffKrS,       & diffKhS, diffK4S, diffKrS,
501         & diffKrBL79surf, diffKrBL79deep, diffKrBL79scl, diffKrBL79Ho,
502       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,
503       & hFacMin, hFacMinDz, hFacInf, hFacSup,       & hFacMin, hFacMinDz, hFacInf, hFacSup,
504       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,
505       & recip_rhoConst, rhoConst,       & recip_rhoConst, rhoConst,
506       & rhoConstFresh, convertEmP2rUnit, tRef, sRef,       & rhoConstFresh, convertEmP2rUnit, tRef, sRef,
507       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,       & endTime, chkPtFreq, pchkPtFreq, dumpFreq, adjDumpFreq,
508       & diagFreq, taveFreq, tave_lastIter, monitorFreq,       & diagFreq, taveFreq, tave_lastIter, monitorFreq,
509       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
510       & cosPower, cAdjFreq, omega, rotationPeriod,       & cosPower, cAdjFreq, omega, rotationPeriod,
# Line 523  C      --"-"--  Quadratic  ( linear: 1/s Line 548  C      --"-"--  Quadratic  ( linear: 1/s
548        _RL hFacSup        _RL hFacSup
549        _RL beta        _RL beta
550        _RL viscAh        _RL viscAh
551          _RL viscAhMax
552          _RL viscAhGrid
553          _RL viscC2leith
554        _RL viscAstrain        _RL viscAstrain
555        _RL viscAtension        _RL viscAtension
556        _RL viscAr        _RL viscAr
557        _RL viscA4        _RL viscA4
558          _RL viscA4Max
559          _RL viscA4Grid
560          _RL viscC4leith
561        _RL diffKhT        _RL diffKhT
562        _RL diffKrT        _RL diffKrT
563        _RL diffK4T        _RL diffK4T
564        _RL diffKhS        _RL diffKhS
565        _RL diffKrS        _RL diffKrS
566        _RL diffK4S        _RL diffK4S
567          _RL diffKrBL79surf
568          _RL diffKrBL79deep
569          _RL diffKrBL79scl
570          _RL diffKrBL79Ho
571        _RL delt        _RL delt
572        _RL tauCD        _RL tauCD
573        _RL rCD        _RL rCD
# Line 555  C      --"-"--  Quadratic  ( linear: 1/s Line 590  C      --"-"--  Quadratic  ( linear: 1/s
590        _RL chkPtFreq        _RL chkPtFreq
591        _RL pChkPtFreq        _RL pChkPtFreq
592        _RL dumpFreq        _RL dumpFreq
593          _RL adjDumpFreq
594        _RL diagFreq        _RL diagFreq
595        _RL taveFreq        _RL taveFreq
596        _RL tave_lastIter        _RL tave_lastIter
# Line 633  C Logical flags for selecting packages Line 669  C Logical flags for selecting packages
669        LOGICAL usefizhi        LOGICAL usefizhi
670        LOGICAL usegridalt        LOGICAL usegridalt
671        LOGICAL usediagnostics        LOGICAL usediagnostics
672          LOGICAL useEBM
673        COMMON /PARM_PACKAGES/        COMMON /PARM_PACKAGES/
674       &        useKPP, useGMRedi, useOBCS, useAIM, useLand, useECCO,       &        useKPP, useGMRedi, useOBCS, useAIM, useLand, useECCO,
675       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,
676       &        usePTRACERS,  useSBO, useSEAICE, useThSIce, useBulkForce,       &        usePTRACERS,  useSBO, useSEAICE, useThSIce, useBulkForce,
677       &        usefizhi,  usegridalt, usediagnostics       &        usefizhi,  usegridalt, usediagnostics, useEBM
678    
679    C     Run-time flags for early-initialization of MNC
680          LOGICAL
681         &     useMNC,
682         &     mnc_use_indir, mnc_use_outdir, mnc_outdir_date,
683         &     mnc_echo_gvtypes, mnc_pickup_write, mnc_pickup_read,
684         &     mnc_use_for_mon
685          CHARACTER*(MAX_LEN_FNAM) mnc_outdir_str
686          CHARACTER*(MAX_LEN_FNAM) mnc_indir_str
687          COMMON /PARM_MNC/
688         &     useMNC,
689         &     mnc_use_indir, mnc_use_outdir, mnc_outdir_date,
690         &     mnc_echo_gvtypes, mnc_pickup_write, mnc_pickup_read,
691         &     mnc_outdir_str, mnc_indir_str,
692         &     mnc_use_for_mon
693    
694    
695    CEH3 ;;; Local Variables: ***
696    CEH3 ;;; mode:fortran ***
697    CEH3 ;;; End: ***

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.112

  ViewVC Help
Powered by ViewVC 1.1.22