/[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.193 by jmc, Thu Dec 28 01:46:30 2006 UTC revision 1.198 by dimitri, Thu Apr 5 00:02:49 2007 UTC
# Line 67  C                    (unit=m) Line 67  C                    (unit=m)
67  C     hydrogThetaFile :: File containing initial hydrographic data for potential  C     hydrogThetaFile :: File containing initial hydrographic data for potential
68  C                       temperature.  C                       temperature.
69  C     hydrogSaltFile  :: File containing initial hydrographic data for salinity.  C     hydrogSaltFile  :: File containing initial hydrographic data for salinity.
70    C     diffKr3dSfile   :: File containing 3D specification of vertical salt diffusivity
71    C     diffKr3dTfile   :: File containing 3D specification of vertical heat diffusivity
72  C     zonalWindFile   :: File containing zonal wind data  C     zonalWindFile   :: File containing zonal wind data
73  C     meridWindFile   :: File containing meridional wind data  C     meridWindFile   :: File containing meridional wind data
74  C     thetaClimFile   :: File containing theta climataology used  C     thetaClimFile   :: File containing theta climataology used
# Line 94  C     the_run_name    :: string identify Line 96  C     the_run_name    :: string identify
96       &                delXFile, delYFile, horizGridFile,       &                delXFile, delYFile, horizGridFile,
97       &                bathyFile, topoFile, shelfIceFile,       &                bathyFile, topoFile, shelfIceFile,
98       &                hydrogThetaFile, hydrogSaltFile,       &                hydrogThetaFile, hydrogSaltFile,
99         &                diffKr3dSfile, diffKr3dTfile,
100       &                zonalWindFile, meridWindFile, thetaClimFile,       &                zonalWindFile, meridWindFile, thetaClimFile,
101       &                saltClimFile, buoyancyRelation,       &                saltClimFile, buoyancyRelation,
102       &                EmPmRfile, saltFluxFile,       &                EmPmRfile, saltFluxFile,
# Line 115  C     the_run_name    :: string identify Line 118  C     the_run_name    :: string identify
118        CHARACTER*(MAX_LEN_FNAM) delYFile        CHARACTER*(MAX_LEN_FNAM) delYFile
119        CHARACTER*(MAX_LEN_FNAM) horizGridFile        CHARACTER*(MAX_LEN_FNAM) horizGridFile
120        CHARACTER*(MAX_LEN_FNAM) bathyFile, topoFile, shelfIceFile        CHARACTER*(MAX_LEN_FNAM) bathyFile, topoFile, shelfIceFile
121        CHARACTER*(MAX_LEN_FNAM) hydrogThetaFile        CHARACTER*(MAX_LEN_FNAM) hydrogThetaFile, hydrogSaltFile
122        CHARACTER*(MAX_LEN_FNAM) hydrogSaltFile        CHARACTER*(MAX_LEN_FNAM) diffKr3dSfile, diffKr3dTfile
123        CHARACTER*(MAX_LEN_FNAM) zonalWindFile        CHARACTER*(MAX_LEN_FNAM) zonalWindFile
124        CHARACTER*(MAX_LEN_FNAM) meridWindFile        CHARACTER*(MAX_LEN_FNAM) meridWindFile
125        CHARACTER*(MAX_LEN_FNAM) thetaClimFile        CHARACTER*(MAX_LEN_FNAM) thetaClimFile
# Line 257  C     useStrainTensionVisc:: Set to true Line 260  C     useStrainTensionVisc:: Set to true
260  C     rigidLid            :: Set to true to use rigid lid  C     rigidLid            :: Set to true to use rigid lid
261  C     implicitFreeSurface :: Set to true to use implicit free surface  C     implicitFreeSurface :: Set to true to use implicit free surface
262  C     exactConserv        :: Set to true to conserve exactly the total Volume  C     exactConserv        :: Set to true to conserve exactly the total Volume
263    C     linFSConserveTr     :: Set to true to correct source/sink of tracer
264    C                            at the surface due to Linear Free Surface
265  C     uniformLin_PhiSurf  :: Set to true to use a uniform Bo_surf in the  C     uniformLin_PhiSurf  :: Set to true to use a uniform Bo_surf in the
266  C                           linear relation Phi_surf = Bo_surf*eta  C                           linear relation Phi_surf = Bo_surf*eta
267  C     use3Dsolver   :: set to true to use 3-D pressure solver  C     use3Dsolver   :: set to true to use 3-D pressure solver
# Line 287  C     useMultiDimAdvec  :: True if multi Line 292  C     useMultiDimAdvec  :: True if multi
292  C     momDissip_In_AB   :: if False, put Dissipation tendency contribution  C     momDissip_In_AB   :: if False, put Dissipation tendency contribution
293  C                          out off Adams-Bashforth time stepping.  C                          out off Adams-Bashforth time stepping.
294  C     doAB_onGtGs       :: if the Adams-Bashforth time stepping is used, always  C     doAB_onGtGs       :: if the Adams-Bashforth time stepping is used, always
295  C                          apply AB on tracer tendencies (rather than on Tracer)  C                          apply AB on tracer tendencies (rather than on Tracer)
296  C     startFromPickupAB2 :: with AB-3 code, start from an AB-2 pickup  C     startFromPickupAB2 :: with AB-3 code, start from an AB-2 pickup
297    C     usePickupBeforeC54 :: start from old-pickup files, generated with code from
298    C                           before checkpoint-54a, Jul 06, 2004.
299  C     doThetaClimRelax :: Set true if relaxation to temperature  C     doThetaClimRelax :: Set true if relaxation to temperature
300  C                        climatology is required.  C                        climatology is required.
301  C     doSaltClimRelax  :: Set true if relaxation to salinity  C     doSaltClimRelax  :: Set true if relaxation to salinity
# Line 338  C     balancePrintMean:: print substract Line 345  C     balancePrintMean:: print substract
345       & useRealFreshWaterFlux,       & useRealFreshWaterFlux,
346       & useFullLeith, useStrainTensionVisc,       & useFullLeith, useStrainTensionVisc,
347       & useAreaViscLength,       & useAreaViscLength,
348       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,       & rigidLid, implicitFreeSurface, exactConserv, linFSConserveTr,
349         & uniformLin_PhiSurf,
350       & use3Dsolver, implicitIntGravWave, staggerTimeStep,       & use3Dsolver, implicitIntGravWave, staggerTimeStep,
351       & momStepping, tempStepping, saltStepping,       & momStepping, tempStepping, saltStepping,
352       & metricTerms, useNHMTerms,       & metricTerms, useNHMTerms,
# Line 357  C     balancePrintMean:: print substract Line 365  C     balancePrintMean:: print substract
365       & usingPCoords, usingZCoords, useDynP_inEos_Zc,       & usingPCoords, usingZCoords, useDynP_inEos_Zc,
366       & nonHydrostatic, quasiHydrostatic, globalFiles, useSingleCpuIO,       & nonHydrostatic, quasiHydrostatic, globalFiles, useSingleCpuIO,
367       & allowFreezing, useOldFreezing,       & allowFreezing, useOldFreezing,
368       & usePickupBeforeC35, usePickupBeforeC54, startFromPickupAB2,       & usePickupBeforeC54, startFromPickupAB2,
369       & pickup_read_mdsio, pickup_write_mdsio, pickup_write_immed,       & pickup_read_mdsio, pickup_write_mdsio, pickup_write_immed,
370       & timeave_mdsio, snapshot_mdsio, monitor_stdio,       & timeave_mdsio, snapshot_mdsio, monitor_stdio,
371       & outputTypesInclusive, dumpInitAndLast, debugMode,       & outputTypesInclusive, dumpInitAndLast, debugMode,
# Line 391  C     balancePrintMean:: print substract Line 399  C     balancePrintMean:: print substract
399        LOGICAL rigidLid        LOGICAL rigidLid
400        LOGICAL implicitFreeSurface        LOGICAL implicitFreeSurface
401        LOGICAL exactConserv        LOGICAL exactConserv
402          LOGICAL linFSConserveTr
403        LOGICAL uniformLin_PhiSurf        LOGICAL uniformLin_PhiSurf
404        LOGICAL use3Dsolver        LOGICAL use3Dsolver
405        LOGICAL implicitIntGravWave        LOGICAL implicitIntGravWave
# Line 436  C     balancePrintMean:: print substract Line 445  C     balancePrintMean:: print substract
445        LOGICAL useSingleCpuIO        LOGICAL useSingleCpuIO
446        LOGICAL allowFreezing        LOGICAL allowFreezing
447        LOGICAL useOldFreezing        LOGICAL useOldFreezing
       LOGICAL usePickupBeforeC35  
448        LOGICAL usePickupBeforeC54        LOGICAL usePickupBeforeC54
449        LOGICAL startFromPickupAB2        LOGICAL startFromPickupAB2
450        LOGICAL dumpInitAndLast        LOGICAL dumpInitAndLast
# Line 490  C     phiRef    :: reference potential ( Line 498  C     phiRef    :: reference potential (
498  C     dBdrRef   :: vertical gradient of reference boyancy  [(m/s/r)^2)]:  C     dBdrRef   :: vertical gradient of reference boyancy  [(m/s/r)^2)]:
499  C               :: z-coord: = N^2_ref = Brunt-Vaissala frequency [s^-2]  C               :: z-coord: = N^2_ref = Brunt-Vaissala frequency [s^-2]
500  C               :: p-coord: = -(d.alpha/dp)_ref          [(m^2.s/kg)^2]  C               :: p-coord: = -(d.alpha/dp)_ref          [(m^2.s/kg)^2]
501    C     rVel2wUnit :: units conversion factor (Non-Hydrostatic code),
502    C                :: from r-coordinate vertical velocity to vertical velocity [m/s].
503    C                :: z-coord: = 1 ; p-coord: wSpeed [m/s] = rVel [Pa/s] * rVel2wUnit
504    C     wUnit2rVel :: units conversion factor (Non-Hydrostatic code),
505    C                :: from vertical velocity [m/s] to r-coordinate vertical velocity.
506    C                :: z-coord: = 1 ; p-coord: rVel [Pa/s] = wSpeed [m/s] * wUnit2rVel
507  C     phiMin    :: Latitude of southern most cell face.  C     phiMin    :: Latitude of southern most cell face.
508  C     thetaMin  :: Longitude of western most cell face (this  C     thetaMin  :: Longitude of western most cell face (this
509  C                 is an "inert" parameter but it is included  C                 is an "inert" parameter but it is included
# Line 547  C     diffKhT   :: Laplacian diffusion c Line 561  C     diffKhT   :: Laplacian diffusion c
561  C                 heat laterally ( m^2/s )  C                 heat laterally ( m^2/s )
562  C     diffKrNrT :: vertical profile of Laplacian diffusion coeff.  C     diffKrNrT :: vertical profile of Laplacian diffusion coeff.
563  C                 for mixing of heat vertically ( units of r^2/s )  C                 for mixing of heat vertically ( units of r^2/s )
564    C     diffKr3dT :: full 3D specification of Laplacian diffusion coeff.
565    C                 for mixing of heat vertically ( units of r^2/s )
566  C     diffK4T   :: Biharmonic diffusion coeff. for mixing of  C     diffK4T   :: Biharmonic diffusion coeff. for mixing of
567  C                 heat laterally ( m^4/s )  C                 heat laterally ( m^4/s )
568  C     diffKhS  ::  Laplacian diffusion coeff. for mixing of  C     diffKhS  ::  Laplacian diffusion coeff. for mixing of
569  C                 salt laterally ( m^2/s )  C                 salt laterally ( m^2/s )
570  C     diffKrNrS :: vertical profile of Laplacian diffusion coeff.  C     diffKrNrS :: vertical profile of Laplacian diffusion coeff.
571  C                 for mixing of salt vertically ( units of r^2/s ),  C                 for mixing of salt vertically ( units of r^2/s ),
572    C     diffKr3dS :: full 3D specification of Laplacian diffusion coeff.
573    C                 for mixing of salt vertically ( units of r^2/s )
574  C     diffK4S   :: Biharmonic diffusion coeff. for mixing of  C     diffK4S   :: Biharmonic diffusion coeff. for mixing of
575  C                 salt laterally ( m^4/s )  C                 salt laterally ( m^4/s )
576  C     diffKrBL79surf :: T/S surface diffusivity (m^2/s) Bryan and Lewis, 1979  C     diffKrBL79surf :: T/S surface diffusivity (m^2/s) Bryan and Lewis, 1979
# Line 655  C                      (i.e. allows conv Line 673  C                      (i.e. allows conv
673       & viscA4Max, viscA4Grid, viscA4GridMax, viscA4GridMin,       & viscA4Max, viscA4Grid, viscA4GridMax, viscA4GridMin,
674       & viscAhRemax, viscA4Remax,       & viscAhRemax, viscA4Remax,
675       & viscC4leith, viscC4leithD, viscAr,       & viscC4leith, viscC4leithD, viscAr,
676       & diffKhT, diffK4T, diffKrNrT,       & diffKhT, diffK4T, diffKrNrT, diffKr3dT,
677       & diffKhS, diffK4S, diffKrNrS,       & diffKhS, diffK4S, diffKrNrS, diffKr3dS,
678       & diffKrBL79surf, diffKrBL79deep, diffKrBL79scl, diffKrBL79Ho,       & diffKrBL79surf, diffKrBL79deep, diffKrBL79scl, diffKrBL79Ho,
679       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,
680       & hFacMin, hFacMinDz, hFacInf, hFacSup,       & hFacMin, hFacMinDz, hFacInf, hFacSup,
# Line 664  C                      (i.e. allows conv Line 682  C                      (i.e. allows conv
682       & rhonil, recip_rhonil, rhoConst, recip_rhoConst,       & rhonil, recip_rhonil, rhoConst, recip_rhoConst,
683       & rhoFacC, recip_rhoFacC, rhoFacF, recip_rhoFacF,       & rhoFacC, recip_rhoFacC, rhoFacF, recip_rhoFacF,
684       & rhoConstFresh, convertEmP2rUnit, tRef, sRef, phiRef, dBdrRef,       & rhoConstFresh, convertEmP2rUnit, tRef, sRef, phiRef, dBdrRef,
685         & rVel2wUnit, wUnit2rVel,
686       & baseTime, startTime, endTime,       & baseTime, startTime, endTime,
687       & chkPtFreq, pChkPtFreq, dumpFreq, adjDumpFreq,       & chkPtFreq, pChkPtFreq, dumpFreq, adjDumpFreq,
688       & diagFreq, taveFreq, tave_lastIter, monitorFreq, adjMonitorFreq,       & diagFreq, taveFreq, tave_lastIter, monitorFreq, adjMonitorFreq,
# Line 734  C                      (i.e. allows conv Line 753  C                      (i.e. allows conv
753        _RL viscC4leithD        _RL viscC4leithD
754        _RL diffKhT        _RL diffKhT
755        _RL diffKrNrT(Nr)        _RL diffKrNrT(Nr)
756          _RL diffKr3dT(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
757        _RL diffK4T        _RL diffK4T
758        _RL diffKhS        _RL diffKhS
759        _RL diffKrNrS(Nr)        _RL diffKrNrS(Nr)
760          _RL diffKr3dS(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
761        _RL diffK4S        _RL diffK4S
762        _RL diffKrBL79surf        _RL diffKrBL79surf
763        _RL diffKrBL79deep        _RL diffKrBL79deep
# Line 758  C                      (i.e. allows conv Line 779  C                      (i.e. allows conv
779        _RL sRef(Nr)        _RL sRef(Nr)
780        _RL phiRef(2*Nr+1)        _RL phiRef(2*Nr+1)
781        _RL dBdrRef(Nr)        _RL dBdrRef(Nr)
782          _RL rVel2wUnit(Nr+1), wUnit2rVel(Nr+1)
783        _RL baseTime        _RL baseTime
784        _RL startTime        _RL startTime
785        _RL endTime        _RL endTime
# Line 833  C Logical flags for selecting packages Line 855  C Logical flags for selecting packages
855        LOGICAL useMY82        LOGICAL useMY82
856        LOGICAL useGGL90        LOGICAL useGGL90
857        LOGICAL useKPP        LOGICAL useKPP
858          LOGICAL useGAD
859        LOGICAL useGMRedi        LOGICAL useGMRedi
860        LOGICAL useOBCS        LOGICAL useOBCS
861        LOGICAL useAIM        LOGICAL useAIM
# Line 866  C Logical flags for selecting packages Line 889  C Logical flags for selecting packages
889        LOGICAL useMYPACKAGE        LOGICAL useMYPACKAGE
890        COMMON /PARM_PACKAGES/        COMMON /PARM_PACKAGES/
891       &        useOPPS, usePP81, useMY82, useGGL90, useKPP,       &        useOPPS, usePP81, useMY82, useGGL90, useKPP,
892       &        useGMRedi, useOBCS, useAIM, useLand,       &        useGAD, useGMRedi, useOBCS, useAIM, useLand,
893       &        useCAL, useEXF, useEBM, useGrdchk, useECCO,       &        useCAL, useEXF, useEBM, useGrdchk, useECCO,
894       &        useSHAP_FILT, useZONAL_FILT, useFLT,       &        useSHAP_FILT, useZONAL_FILT, useFLT,
895       &        usePTRACERS, useGCHEM, useRBCS, useOffLine, useMATRIX,       &        usePTRACERS, useGCHEM, useRBCS, useOffLine, useMATRIX,

Legend:
Removed from v.1.193  
changed lines
  Added in v.1.198

  ViewVC Help
Powered by ViewVC 1.1.22