/[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.63 by cnh, Fri Sep 21 15:13:31 2001 UTC revision 1.78 by adcroft, Tue Nov 5 19:58:21 2002 UTC
# Line 69  C     surfQfile       :: File containing Line 69  C     surfQfile       :: File containing
69  C     surfQswfile     :: File containing surface shortwave radiation  C     surfQswfile     :: File containing surface shortwave radiation
70  C     dQdTfile        :: File containing thermal relaxation coefficient  C     dQdTfile        :: File containing thermal relaxation coefficient
71  C     EmPmRfile       :: File containing surface fresh water flux  C     EmPmRfile       :: File containing surface fresh water flux
72    C     pLoadFile       :: File containing pressure loading
73  C     buoyancyRelation :: Flag used to indicate which relation to use to  C     buoyancyRelation :: Flag used to indicate which relation to use to
74  C                        get buoyancy.  C                        get buoyancy.
75    C     eosType         :: choose the equation of state:
76    C                        LINEAR, POLY3, UNESCO, JMD95Z, JMD95P
77        COMMON /PARM_C/ checkPtSuff,        COMMON /PARM_C/ checkPtSuff,
78       &                bathyFile, topoFile,       &                bathyFile, topoFile,
79       &                hydrogThetaFile, hydrogSaltFile,       &                hydrogThetaFile, hydrogSaltFile,
# Line 78  C                        get buoyancy. Line 81  C                        get buoyancy.
81       &                saltClimFile, buoyancyRelation,       &                saltClimFile, buoyancyRelation,
82       &                EmPmRfile, surfQfile, surfQswfile,       &                EmPmRfile, surfQfile, surfQswfile,
83       &                uVelInitFile, vVelInitFile, pSurfInitFile,       &                uVelInitFile, vVelInitFile, pSurfInitFile,
84       &                dQdTfile       &                dQdTfile, ploadFile,
85         &                eosType
86        CHARACTER*(5) checkPtSuff(maxNoChkptLev)        CHARACTER*(5) checkPtSuff(maxNoChkptLev)
87        CHARACTER*(MAX_LEN_FNAM) bathyFile, topoFile        CHARACTER*(MAX_LEN_FNAM) bathyFile, topoFile
88        CHARACTER*(MAX_LEN_FNAM) hydrogThetaFile        CHARACTER*(MAX_LEN_FNAM) hydrogThetaFile
# Line 95  C                        get buoyancy. Line 99  C                        get buoyancy.
99        CHARACTER*(MAX_LEN_FNAM) vVelInitFile        CHARACTER*(MAX_LEN_FNAM) vVelInitFile
100        CHARACTER*(MAX_LEN_FNAM) pSurfInitFile        CHARACTER*(MAX_LEN_FNAM) pSurfInitFile
101        CHARACTER*(MAX_LEN_FNAM) dQdTfile        CHARACTER*(MAX_LEN_FNAM) dQdTfile
102          CHARACTER*(MAX_LEN_FNAM) ploadFile
103          CHARACTER*(6) eosType
104    
105  C--   COMMON /PARM_I/ Integer valued parameters used by the model.  C--   COMMON /PARM_I/ Integer valued parameters used by the model.
106  C     cg2dMaxIters        :: Maximum number of iterations in the  C     cg2dMaxIters        :: Maximum number of iterations in the
# Line 126  C                           =0 Linear fr Line 132  C                           =0 Linear fr
132       &        writeStatePrec, nCheckLev,       &        writeStatePrec, nCheckLev,
133       &        writeBinaryPrec, readBinaryPrec,       &        writeBinaryPrec, readBinaryPrec,
134       &        nonlinFreeSurf,       &        nonlinFreeSurf,
      &        zonal_filt_sinpow, zonal_filt_cospow,  
135       &        tempAdvScheme, saltAdvScheme, tracerAdvScheme       &        tempAdvScheme, saltAdvScheme, tracerAdvScheme
136        INTEGER cg2dMaxIters        INTEGER cg2dMaxIters
137        INTEGER cg2dChkResFreq        INTEGER cg2dChkResFreq
# Line 141  C                           =0 Linear fr Line 146  C                           =0 Linear fr
146        INTEGER readBinaryPrec        INTEGER readBinaryPrec
147        INTEGER nCheckLev        INTEGER nCheckLev
148        INTEGER nonlinFreeSurf        INTEGER nonlinFreeSurf
       INTEGER zonal_filt_sinpow  
       INTEGER zonal_filt_cospow  
149        INTEGER tempAdvScheme        INTEGER tempAdvScheme
150        INTEGER saltAdvScheme        INTEGER saltAdvScheme
151        INTEGER tracerAdvScheme        INTEGER tracerAdvScheme
# Line 163  C     momPressureForcing :: Flag which t Line 166  C     momPressureForcing :: Flag which t
166  C                          on and off.  C                          on and off.
167  C     metricTerms   :: Flag which turns metric terms on or off.  C     metricTerms   :: Flag which turns metric terms on or off.
168  C     usingSphericalPolarMTerms :: If TRUE use spherical polar metric terms.  C     usingSphericalPolarMTerms :: If TRUE use spherical polar metric terms.
169    C     useNHMTerms :: If TRUE use non-hydrostatic metric terms.
170  C     useCoriolis   :: Flag which turns the coriolis terms on and off.  C     useCoriolis   :: Flag which turns the coriolis terms on and off.
171  C     tempDiffusion :: Flag which turns diffusion of temperature on  C     tempDiffusion :: Flag which turns diffusion of temperature on
172  C                     and off.  C                     and off.
# Line 170  C     tempAdvection :: Flag which turns Line 174  C     tempAdvection :: Flag which turns
174  C                     and off.  C                     and off.
175  C     tempForcing   :: Flag which turns external forcing of temperature on  C     tempForcing   :: Flag which turns external forcing of temperature on
176  C                     and off.  C                     and off.
177  C     saltDiffusion :: Flag which turns diffusion of salinit on  C     saltDiffusion :: Flag which turns diffusion of salinity on
178  C                     and off.  C                     and off.
179  C     saltAdvection :: Flag which turns advection of salinit on  C     saltAdvection :: Flag which turns advection of salinity on
180  C                     and off.  C                     and off.
181  C     saltForcing   :: Flag which turns external forcing of salinit on  C     saltForcing   :: Flag which turns external forcing of salinity on
182  C                     and off.  C                     and off.
183    C     useRealFreshWaterFlux :: if True (=Natural BCS), treats P+R-E flux
184    C                         as a real Fresh Water (=> changes the Sea Level)
185    C                         if F, converts P+R-E to salt flux (no SL effect)
186  C     rigidLid            :: Set to true to use rigid lid  C     rigidLid            :: Set to true to use rigid lid
187  C     implicitFreeSurface :: Set to true to use implcit free surface  C     implicitFreeSurface :: Set to true to use implcit free surface
188  C     exactConserv        :: Set to true to conserve exactly the total Volume  C     exactConserv        :: Set to true to conserve exactly the total Volume
# Line 188  C     tr1Stepping   :: Turns passive tra Line 195  C     tr1Stepping   :: Turns passive tra
195  C     useConstantF  :: Coriolis parameter set to f0  C     useConstantF  :: Coriolis parameter set to f0
196  C     useBetaPlaneF :: Coriolis parameter set to f0 + beta.y  C     useBetaPlaneF :: Coriolis parameter set to f0 + beta.y
197  C     useSphereF    :: Coriolis parameter set to 2.omega.sin(phi)  C     useSphereF    :: Coriolis parameter set to 2.omega.sin(phi)
198    C     useJamartWetPoints :: Use wet-point method for Coriolis (Jamart and Ozer, 1986)
199  C     implicitDiffusion :: Turns implicit vertical diffusion on  C     implicitDiffusion :: Turns implicit vertical diffusion on
200  C     implicitViscosity :: Turns implicit vertical viscosity on  C     implicitViscosity :: Turns implicit vertical viscosity on
201    C     multiDimAdvection :: Flag that enable multi-dimension advection
202    C     forcing_In_AB :: if False, put forcing (Temp,Salt,Tracers) contribution
203    C                      out off Adams-Bashforth time stepping.
204  C     doThetaClimRelax :: Set true if relaxation to temperature  C     doThetaClimRelax :: Set true if relaxation to temperature
205  C                        climatology is required.  C                        climatology is required.
206  C     doSaltClimRelax  :: Set true if relaxation to salinity  C     doSaltClimRelax  :: Set true if relaxation to salinity
# Line 199  C     usingPCoords     :: Set to indicat Line 210  C     usingPCoords     :: Set to indicat
210  C                        coords.  C                        coords.
211  C     usingZCoords     :: Set to indicate that we are working in height  C     usingZCoords     :: Set to indicate that we are working in height
212  C                        coords.  C                        coords.
213    C     setCenterDr    :: set cell Center depth and put Interface at the middle
214  C     nonHydrostatic :: Using non-hydrostatic terms  C     nonHydrostatic :: Using non-hydrostatic terms
215  C     globalFiles    :: Selects between "global" and "tiled" files  C     globalFiles    :: Selects between "global" and "tiled" files
216  C     allowFreezing  :: Allows water to freeze and form ice  C     allowFreezing  :: Allows water to freeze and form ice
# Line 211  C     groundAtK1  :: put the surface(k=1 Line 223  C     groundAtK1  :: put the surface(k=1
223       & momPressureForcing, vectorInvariantMomentum,       & momPressureForcing, vectorInvariantMomentum,
224       & tempDiffusion, tempAdvection, tempForcing,       & tempDiffusion, tempAdvection, tempForcing,
225       & saltDiffusion, saltAdvection, saltForcing,       & saltDiffusion, saltAdvection, saltForcing,
226         & useRealFreshWaterFlux,
227       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,
228       & momStepping, tempStepping, saltStepping, tr1Stepping,       & momStepping, tempStepping, saltStepping, tr1Stepping,
229       & metricTerms, usingSphericalPolarMTerms,       & metricTerms, usingSphericalPolarMTerms, useNHMTerms,
230       & useConstantF, useBetaPlaneF, useSphereF,       & useConstantF, useBetaPlaneF, useSphereF,
231         & useEnergyConservingCoriolis, useJamartWetPoints,
232       & implicitDiffusion, implicitViscosity,       & implicitDiffusion, implicitViscosity,
233         & multiDimAdvection, forcing_In_AB,
234       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,
235       & periodicExternalForcing, usingPCoords, usingZCoords,       & periodicExternalForcing,
236         & usingPCoords, usingZCoords, setCenterDr,
237       & nonHydrostatic, globalFiles,       & nonHydrostatic, globalFiles,
238       & allowFreezing, groundAtK1,       & allowFreezing, groundAtK1,
239       & usePickupBeforeC35, debugMode,       & usePickupBeforeC35, debugMode,
240       & readPickupWithTracer, writePickupWithTracer,       & readPickupWithTracer, writePickupWithTracer
      & multiDimAdvection  
241        LOGICAL usingCartesianGrid        LOGICAL usingCartesianGrid
242        LOGICAL usingSphericalPolarGrid        LOGICAL usingSphericalPolarGrid
243        LOGICAL usingCurvilinearGrid        LOGICAL usingCurvilinearGrid
244        LOGICAL usingSphericalPolarMTerms        LOGICAL usingSphericalPolarMTerms
245          LOGICAL useNHMTerms
246        LOGICAL no_slip_sides        LOGICAL no_slip_sides
247        LOGICAL no_slip_bottom        LOGICAL no_slip_bottom
248        LOGICAL staggerTimeStep        LOGICAL staggerTimeStep
# Line 242  C     groundAtK1  :: put the surface(k=1 Line 258  C     groundAtK1  :: put the surface(k=1
258        LOGICAL saltDiffusion        LOGICAL saltDiffusion
259        LOGICAL saltAdvection        LOGICAL saltAdvection
260        LOGICAL saltForcing        LOGICAL saltForcing
261          LOGICAL useRealFreshWaterFlux
262        LOGICAL rigidLid        LOGICAL rigidLid
263        LOGICAL implicitFreeSurface        LOGICAL implicitFreeSurface
264        LOGICAL exactConserv        LOGICAL exactConserv
# Line 254  C     groundAtK1  :: put the surface(k=1 Line 271  C     groundAtK1  :: put the surface(k=1
271        LOGICAL useConstantF        LOGICAL useConstantF
272        LOGICAL useBetaPlaneF        LOGICAL useBetaPlaneF
273        LOGICAL useSphereF        LOGICAL useSphereF
274          LOGICAL useEnergyConservingCoriolis
275          LOGICAL useJamartWetPoints
276        LOGICAL implicitDiffusion        LOGICAL implicitDiffusion
277        LOGICAL implicitViscosity        LOGICAL implicitViscosity
278          LOGICAL multiDimAdvection
279          LOGICAL forcing_In_AB
280        LOGICAL doThetaClimRelax        LOGICAL doThetaClimRelax
281        LOGICAL doSaltClimRelax        LOGICAL doSaltClimRelax
282        LOGICAL doTr1ClimRelax        LOGICAL doTr1ClimRelax
283        LOGICAL periodicExternalForcing        LOGICAL periodicExternalForcing
284        LOGICAL usingPCoords        LOGICAL usingPCoords
285        LOGICAL usingZCoords        LOGICAL usingZCoords
286          LOGICAL setCenterDr
287        LOGICAL nonHydrostatic        LOGICAL nonHydrostatic
288        LOGICAL globalFiles        LOGICAL globalFiles
289        LOGICAL allowFreezing        LOGICAL allowFreezing
# Line 270  C     groundAtK1  :: put the surface(k=1 Line 292  C     groundAtK1  :: put the surface(k=1
292        LOGICAL debugMode        LOGICAL debugMode
293        LOGICAL readPickupWithTracer        LOGICAL readPickupWithTracer
294        LOGICAL writePickupWithTracer        LOGICAL writePickupWithTracer
       LOGICAL multiDimAdvection  
295    
296  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.
297  C     gg2dTargetResidual  C     gg2dTargetResidual
# Line 296  C           defaults to 0.51 but can be Line 317  C           defaults to 0.51 but can be
317  C     delP      :: Vertical grid spacing ( Pa ).  C     delP      :: Vertical grid spacing ( Pa ).
318  C     delZ      :: Vertical grid spacing ( m  ).  C     delZ      :: Vertical grid spacing ( m  ).
319  C     delR      :: Vertical grid spacing ( units of r ).  C     delR      :: Vertical grid spacing ( units of r ).
320    C     delRc     :: Vertical grid spacing between cell centers (r unit).
321  C     delX      :: Separation between cell faces (m) or (deg), depending  C     delX      :: Separation between cell faces (m) or (deg), depending
322  C     delY        on input flags.  C     delY        on input flags.
323  C     gravity   :: Accel. due to gravity ( m/s^2 )  C     gravity   :: Accel. due to gravity ( m/s^2 )
324  C     recip_gravity and its inverse  C     recip_gravity and its inverse
325  C     gBaro     :: Accel. due to gravity used in barotropic equation ( m/s^2 )  C     gBaro     :: Accel. due to gravity used in barotropic equation ( m/s^2 )
326  C     ronil     :: Reference density  C     rhoNil    :: Reference density for the linear equation of state
327  C     rhoConst  :: Vertically constant reference density  C     rhoConst  :: Vertically constant reference density
328    C     rhoConstFresh :: Constant reference density for fresh water (rain)
329  C     startTime :: Start time for model ( s )  C     startTime :: Start time for model ( s )
330  C     phiMin    :: Latitude of southern most cell face.  C     phiMin    :: Latitude of southern most cell face.
331  C     thetaMin  :: Longitude of western most cell face (this  C     thetaMin  :: Longitude of western most cell face (this
# Line 353  C                    Frequency of checkp Line 376  C                    Frequency of checkp
376  C                    are referenced to this clock. ( s )  C                    are referenced to this clock. ( s )
377  C     deltaTMom    :: Timestep for momemtum equations ( s )  C     deltaTMom    :: Timestep for momemtum equations ( s )
378  C     deltaTtracer :: Timestep for tracer equations ( s )  C     deltaTtracer :: Timestep for tracer equations ( s )
379    C     deltaTfreesurf :: Timestep for free-surface equation ( s )
380  C     freesurfFac  :: Parameter to turn implicit free surface term on or off  C     freesurfFac  :: Parameter to turn implicit free surface term on or off
381  C                    freesurfac = 1. uses implicit free surface  C                    freesurfac = 1. uses implicit free surface
382  C                    freesurfac = 0. uses rigid lid  C                    freesurfac = 0. uses rigid lid
# Line 385  C     mtFacMom      :: Metric terms trac Line 409  C     mtFacMom      :: Metric terms trac
409  C     cosPower      :: Power of cosine of latitude to multiply viscosity  C     cosPower      :: Power of cosine of latitude to multiply viscosity
410  C     cAdjFreq      :: Frequency of convective adjustment  C     cAdjFreq      :: Frequency of convective adjustment
411  C  C
412  C     taveFreq      :: Frequency with which time-averaged model state is written to  C     taveFreq      :: Frequency with which time-averaged model state
413  C                     post-processing files ( s ).  C                      is written to post-processing files ( s ).
414    C     tave_lastIter :: (for state variable only) fraction of the last time
415    C                      step (of each taveFreq period) put in the time average.
416    C                      (fraction for 1rst iter = 1 - tave_lastIter)
417  C     tauThetaClimRelax :: Relaxation to climatology time scale ( s ).  C     tauThetaClimRelax :: Relaxation to climatology time scale ( s ).
418  C     lambdaThetaClimRelax :: Inverse time scale for relaxation ( 1/s ).  C     lambdaThetaClimRelax :: Inverse time scale for relaxation ( 1/s ).
419  C     tauSaltClimRelax :: Relaxation to climatology time scale ( s ).  C     tauSaltClimRelax :: Relaxation to climatology time scale ( s ).
# Line 395  C     externForcingPeriod :: Is the peri Line 422  C     externForcingPeriod :: Is the peri
422  C     externForcingCycle :: Is the repeat time of the forcing (eg. 1 year)  C     externForcingCycle :: Is the repeat time of the forcing (eg. 1 year)
423  C                          (note: externForcingCycle must be an integer  C                          (note: externForcingCycle must be an integer
424  C                           number times externForcingPeriod)  C                           number times externForcingPeriod)
425    C     convertFW2Salt :: salinity, used to convert Fresh-Water Flux to Salt Flux
426    C                       (use model surface (local) value if set to -1)
427    C     temp_EvPrRn :: temperature of Rain & Evap.
428    C     salt_EvPrRn :: salinity of Rain & Evap.
429    C     trac_EvPrRn :: tracer concentration in Rain & Evap.
430    C        (notes: a) tracer content of Rain/Evap only used if both
431    C                     NonLin_FrSurf & useRealFreshWater are set.
432    C                b) use model surface (local) value if set to UNSET_RL)
433  C     horiVertRatio      :: Ratio on units in vertical to units in horizontal.  C     horiVertRatio      :: Ratio on units in vertical to units in horizontal.
434  C     recip_horiVertRatio  ( 1 if horiz in m and vertical in m ).  C     recip_horiVertRatio  ( 1 if horiz in m and vertical in m ).
435  C                          ( g*rho if horiz in m and vertical in Pa ).  C                          ( g*rho if horiz in m and vertical in Pa ).
 C     latFFTFiltLo       :: Low latitude for FFT filtering of latitude  
 C                          circles ( see filter*.F )  
436  C     Ro_SeaLevel        :: standard position of Sea-Level in "R" coordinate, used as  C     Ro_SeaLevel        :: standard position of Sea-Level in "R" coordinate, used as
437  C                          starting value (k=1) for vertical coordinate (rf(1)=Ro_SeaLevel)  C                          starting value (k=1) for vertical coordinate (rf(1)=Ro_SeaLevel)
438  C     bottomDragLinear   :: Drag coefficient built in to core dynamics  C     bottomDragLinear   :: Drag coefficient built in to core dynamics
439  C         "     Quadratic  ( linear: 1/s, quadratic: 1/m )  C      --"-"--  Quadratic  ( linear: 1/s, quadratic: 1/m )
440        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,
441       & cg2dpcOffDFac, cg3dTargetResidual,       & cg2dpcOffDFac, cg3dTargetResidual,
442       & delP, delZ, delR, delX, delY,       & delP, delZ, delR, delRc, delX, delY,
443       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime,       & deltaT, deltaTmom, deltaTtracer, deltaTfreesurf, deltaTClock,
444         & abeps, startTime,
445       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,
446       & fCori, fCoriG,       & fCori, fCoriG, fCoriCos,
447       & viscAh,  viscAz,  viscA4,  viscAr, viscAstrain, viscAtension,       & viscAh,  viscAz,  viscA4,  viscAr, viscAstrain, viscAtension,
448       & diffKhT, diffKzT, diffK4T, diffKrT,       & diffKhT, diffKzT, diffK4T, diffKrT,
449       & diffKhS, diffKzS, diffK4S, diffKrS,       & diffKhS, diffKzS, diffK4S, diffKrS,
450       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,
451       & hFacMin, hFacMinDz, hFacInf, hFacSup,       & hFacMin, hFacMinDz, hFacInf, hFacSup,
452       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,
453       & recip_rhoConst, rhoConst, tRef, sRef,       & recip_rhoConst, rhoConst,
454         & rhoConstFresh, convertEmP2rUnit, tRef, sRef,
455       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,
456       & diagFreq, taveFreq, monitorFreq,       & diagFreq, taveFreq, tave_lastIter, monitorFreq,
457       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
458       & cosPower, cAdjFreq, omega,       & cosPower, cAdjFreq, omega,
459       & tauThetaClimRelax, lambdaThetaClimRelax,       & tauThetaClimRelax, lambdaThetaClimRelax,
460       & tauSaltClimRelax, lambdaSaltClimRelax,       & tauSaltClimRelax, lambdaSaltClimRelax,
461       & tauTr1ClimRelax, lambdaTr1ClimRelax,       & tauTr1ClimRelax, lambdaTr1ClimRelax,
462       & externForcingCycle, externForcingPeriod,       & externForcingCycle, externForcingPeriod,
463         & convertFW2Salt, temp_EvPrRn, salt_EvPrRn, trac_EvPrRn,
464       & viscAp, diffKpT, diffKpS, hFacMinDr, hFacMinDp,       & viscAp, diffKpT, diffKpS, hFacMinDr, hFacMinDp,
465       & theta_S, specVol_S, horiVertRatio, recip_horiVertRatio,       & horiVertRatio, recip_horiVertRatio,
466       & latFFTFiltLo, ivdc_kappa, Ro_SeaLevel, zonal_filt_lat,       & ivdc_kappa, Ro_SeaLevel,
467       & bottomDragLinear,bottomDragQuadratic       & bottomDragLinear,bottomDragQuadratic
468    
469        _RL cg2dTargetResidual        _RL cg2dTargetResidual
# Line 437  C         "     Quadratic  ( linear: 1/s Line 473  C         "     Quadratic  ( linear: 1/s
473        _RL delZ(Nr)        _RL delZ(Nr)
474        _RL delP(Nr)        _RL delP(Nr)
475        _RL delR(Nr)        _RL delR(Nr)
476          _RL delRc(Nr+1)
477        _RL delX(Nx)        _RL delX(Nx)
478        _RL delY(Ny)        _RL delY(Ny)
479        _RL deltaT        _RL deltaT
480        _RL deltaTClock        _RL deltaTClock
481        _RL deltaTmom        _RL deltaTmom
482        _RL deltaTtracer        _RL deltaTtracer
483          _RL deltaTfreesurf
484        _RL abeps        _RL abeps
485        _RL phiMin        _RL phiMin
486        _RL thetaMin        _RL thetaMin
# Line 486  C         "     Quadratic  ( linear: 1/s Line 524  C         "     Quadratic  ( linear: 1/s
524        _RL recip_rhonil        _RL recip_rhonil
525        _RL rhoConst        _RL rhoConst
526        _RL recip_rhoConst        _RL recip_rhoConst
527        _RL specVol_S(Nr)        _RL rhoConstFresh
528          _RL convertEmP2rUnit
529        _RL tRef(Nr)        _RL tRef(Nr)
       _RL theta_S(Nr)  
530        _RL sRef(Nr)        _RL sRef(Nr)
531        _RS fCori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RS fCori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
532        _RS fCoriG(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RS fCoriG(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
533          _RS fCoriCos(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
534        _RL startTime        _RL startTime
535        _RL endTime        _RL endTime
536        _RL chkPtFreq        _RL chkPtFreq
# Line 499  C         "     Quadratic  ( linear: 1/s Line 538  C         "     Quadratic  ( linear: 1/s
538        _RL dumpFreq        _RL dumpFreq
539        _RL diagFreq        _RL diagFreq
540        _RL taveFreq        _RL taveFreq
541          _RL tave_lastIter
542        _RL monitorFreq        _RL monitorFreq
543        _RL afFacMom        _RL afFacMom
544        _RL vfFacMom        _RL vfFacMom
# Line 517  C         "     Quadratic  ( linear: 1/s Line 557  C         "     Quadratic  ( linear: 1/s
557        _RL lambdaTr1ClimRelax        _RL lambdaTr1ClimRelax
558        _RL externForcingCycle        _RL externForcingCycle
559        _RL externForcingPeriod        _RL externForcingPeriod
560          _RL convertFW2Salt
561          _RL temp_EvPrRn
562          _RL salt_EvPrRn
563          _RL trac_EvPrRn
564        _RL horiVertRatio        _RL horiVertRatio
565        _RL recip_horiVertRatio        _RL recip_horiVertRatio
       _RL latFFTFiltLo  
566        _RL ivdc_kappa        _RL ivdc_kappa
567        _RL Ro_SeaLevel        _RL Ro_SeaLevel
       _RL zonal_filt_lat  
568        _RL bottomDragLinear        _RL bottomDragLinear
569        _RL bottomDragQuadratic        _RL bottomDragQuadratic
570    
# Line 532  C         "     Quadratic  ( linear: 1/s Line 574  C         "     Quadratic  ( linear: 1/s
574        _RL Lamba_theta        _RL Lamba_theta
575        _RL recip_Cp        _RL recip_Cp
576    
577  C Equation of State (polynomial coeffients)  CmlC Equation of State (polynomial coeffients)
578        COMMON /PARM_EOS_NL/ eosC,eosSig0,eosRefT,eosRefS  Cml      COMMON /PARM_EOS_NL/ eosC,eosSig0,eosRefT,eosRefS
579        _RL eosC(9,Nr+1),eosSig0(Nr+1),eosRefT(Nr+1),eosRefS(Nr+1)  Cml      _RL eosC(9,Nr+1),eosSig0(Nr+1),eosRefT(Nr+1),eosRefS(Nr+1)
580  C Linear equation of state  CmlC Linear equation of state
581  C     tAlpha    :: Linear EOS thermal expansion coefficient ( 1/degree ).  CmlC     tAlpha    :: Linear EOS thermal expansion coefficient ( 1/degree ).
582  C     sBeta     :: Linear EOS haline contraction coefficient.  CmlC     sBeta     :: Linear EOS haline contraction coefficient.
583        COMMON /PARM_EOS_LIN/ tAlpha,sBeta,eosType  Cml      COMMON /PARM_EOS_LIN/ tAlpha,sBeta,eosType
584        _RL tAlpha  Cml      _RL tAlpha
585        _RL sBeta  Cml      _RL sBeta
       character*(6) eosType  
586    
587  C Atmospheric physical parameters (Ideal Gas EOS, ...)  C Atmospheric physical parameters (Ideal Gas EOS, ...)
588  C     atm_po    :: standard reference pressure  C     atm_po    :: standard reference pressure
# Line 562  C Logical flags for selecting packages Line 603  C Logical flags for selecting packages
603        LOGICAL useGrdchk        LOGICAL useGrdchk
604        LOGICAL useECCO        LOGICAL useECCO
605        LOGICAL useSHAP_FILT        LOGICAL useSHAP_FILT
606          LOGICAL useZONAL_FILT
607        LOGICAL useFLT        LOGICAL useFLT
608          LOGICAL usePTRACERS
609        COMMON /PARM_PACKAGES/        COMMON /PARM_PACKAGES/
610       &        useKPP, useGMRedi, useOBCS, useAIM, useECCO,       &        useKPP, useGMRedi, useOBCS, useAIM, useECCO,
611       &        useSHAP_FILT, useGrdchk, useFLT       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,
612         &        usePTRACERS
613    

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.78

  ViewVC Help
Powered by ViewVC 1.1.22