/[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.81 by cheisey, Fri Nov 15 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     quasiHydrostatic :: Using non-hydrostatic terms in hydrostatic algorithm
216  C     globalFiles    :: Selects between "global" and "tiled" files  C     globalFiles    :: Selects between "global" and "tiled" files
217  C     allowFreezing  :: Allows water to freeze and form ice  C     allowFreezing  :: Allows water to freeze and form ice
218  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)
# Line 211  C     groundAtK1  :: put the surface(k=1 Line 224  C     groundAtK1  :: put the surface(k=1
224       & momPressureForcing, vectorInvariantMomentum,       & momPressureForcing, vectorInvariantMomentum,
225       & tempDiffusion, tempAdvection, tempForcing,       & tempDiffusion, tempAdvection, tempForcing,
226       & saltDiffusion, saltAdvection, saltForcing,       & saltDiffusion, saltAdvection, saltForcing,
227         & useRealFreshWaterFlux,
228       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,
229       & momStepping, tempStepping, saltStepping, tr1Stepping,       & momStepping, tempStepping, saltStepping, tr1Stepping,
230       & metricTerms, usingSphericalPolarMTerms,       & metricTerms, usingSphericalPolarMTerms, useNHMTerms,
231       & useConstantF, useBetaPlaneF, useSphereF,       & useConstantF, useBetaPlaneF, useSphereF,
232         & useEnergyConservingCoriolis, useJamartWetPoints,
233       & implicitDiffusion, implicitViscosity,       & implicitDiffusion, implicitViscosity,
234         & multiDimAdvection, forcing_In_AB,
235       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,
236       & periodicExternalForcing, usingPCoords, usingZCoords,       & periodicExternalForcing,
237       & nonHydrostatic, globalFiles,       & usingPCoords, usingZCoords, setCenterDr,
238         & nonHydrostatic, quasiHydrostatic, globalFiles,
239       & allowFreezing, groundAtK1,       & allowFreezing, groundAtK1,
240       & usePickupBeforeC35, debugMode,       & usePickupBeforeC35, debugMode,
241       & readPickupWithTracer, writePickupWithTracer,       & readPickupWithTracer, writePickupWithTracer
      & multiDimAdvection  
242        LOGICAL usingCartesianGrid        LOGICAL usingCartesianGrid
243        LOGICAL usingSphericalPolarGrid        LOGICAL usingSphericalPolarGrid
244        LOGICAL usingCurvilinearGrid        LOGICAL usingCurvilinearGrid
245        LOGICAL usingSphericalPolarMTerms        LOGICAL usingSphericalPolarMTerms
246          LOGICAL useNHMTerms
247        LOGICAL no_slip_sides        LOGICAL no_slip_sides
248        LOGICAL no_slip_bottom        LOGICAL no_slip_bottom
249        LOGICAL staggerTimeStep        LOGICAL staggerTimeStep
# Line 242  C     groundAtK1  :: put the surface(k=1 Line 259  C     groundAtK1  :: put the surface(k=1
259        LOGICAL saltDiffusion        LOGICAL saltDiffusion
260        LOGICAL saltAdvection        LOGICAL saltAdvection
261        LOGICAL saltForcing        LOGICAL saltForcing
262          LOGICAL useRealFreshWaterFlux
263        LOGICAL rigidLid        LOGICAL rigidLid
264        LOGICAL implicitFreeSurface        LOGICAL implicitFreeSurface
265        LOGICAL exactConserv        LOGICAL exactConserv
# Line 254  C     groundAtK1  :: put the surface(k=1 Line 272  C     groundAtK1  :: put the surface(k=1
272        LOGICAL useConstantF        LOGICAL useConstantF
273        LOGICAL useBetaPlaneF        LOGICAL useBetaPlaneF
274        LOGICAL useSphereF        LOGICAL useSphereF
275          LOGICAL useEnergyConservingCoriolis
276          LOGICAL useJamartWetPoints
277        LOGICAL implicitDiffusion        LOGICAL implicitDiffusion
278        LOGICAL implicitViscosity        LOGICAL implicitViscosity
279          LOGICAL multiDimAdvection
280          LOGICAL forcing_In_AB
281        LOGICAL doThetaClimRelax        LOGICAL doThetaClimRelax
282        LOGICAL doSaltClimRelax        LOGICAL doSaltClimRelax
283        LOGICAL doTr1ClimRelax        LOGICAL doTr1ClimRelax
284        LOGICAL periodicExternalForcing        LOGICAL periodicExternalForcing
285        LOGICAL usingPCoords        LOGICAL usingPCoords
286        LOGICAL usingZCoords        LOGICAL usingZCoords
287          LOGICAL setCenterDr
288        LOGICAL nonHydrostatic        LOGICAL nonHydrostatic
289          LOGICAL quasiHydrostatic
290        LOGICAL globalFiles        LOGICAL globalFiles
291        LOGICAL allowFreezing        LOGICAL allowFreezing
292        LOGICAL groundAtK1        LOGICAL groundAtK1
# Line 270  C     groundAtK1  :: put the surface(k=1 Line 294  C     groundAtK1  :: put the surface(k=1
294        LOGICAL debugMode        LOGICAL debugMode
295        LOGICAL readPickupWithTracer        LOGICAL readPickupWithTracer
296        LOGICAL writePickupWithTracer        LOGICAL writePickupWithTracer
       LOGICAL multiDimAdvection  
297    
298  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.
299  C     gg2dTargetResidual  C     gg2dTargetResidual
# Line 296  C           defaults to 0.51 but can be Line 319  C           defaults to 0.51 but can be
319  C     delP      :: Vertical grid spacing ( Pa ).  C     delP      :: Vertical grid spacing ( Pa ).
320  C     delZ      :: Vertical grid spacing ( m  ).  C     delZ      :: Vertical grid spacing ( m  ).
321  C     delR      :: Vertical grid spacing ( units of r ).  C     delR      :: Vertical grid spacing ( units of r ).
322    C     delRc     :: Vertical grid spacing between cell centers (r unit).
323  C     delX      :: Separation between cell faces (m) or (deg), depending  C     delX      :: Separation between cell faces (m) or (deg), depending
324  C     delY        on input flags.  C     delY        on input flags.
325  C     gravity   :: Accel. due to gravity ( m/s^2 )  C     gravity   :: Accel. due to gravity ( m/s^2 )
326  C     recip_gravity and its inverse  C     recip_gravity and its inverse
327  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 )
328  C     ronil     :: Reference density  C     rhoNil    :: Reference density for the linear equation of state
329  C     rhoConst  :: Vertically constant reference density  C     rhoConst  :: Vertically constant reference density
330    C     rhoConstFresh :: Constant reference density for fresh water (rain)
331  C     startTime :: Start time for model ( s )  C     startTime :: Start time for model ( s )
332  C     phiMin    :: Latitude of southern most cell face.  C     phiMin    :: Latitude of southern most cell face.
333  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 378  C                    Frequency of checkp
378  C                    are referenced to this clock. ( s )  C                    are referenced to this clock. ( s )
379  C     deltaTMom    :: Timestep for momemtum equations ( s )  C     deltaTMom    :: Timestep for momemtum equations ( s )
380  C     deltaTtracer :: Timestep for tracer equations ( s )  C     deltaTtracer :: Timestep for tracer equations ( s )
381    C     deltaTfreesurf :: Timestep for free-surface equation ( s )
382  C     freesurfFac  :: Parameter to turn implicit free surface term on or off  C     freesurfFac  :: Parameter to turn implicit free surface term on or off
383  C                    freesurfac = 1. uses implicit free surface  C                    freesurfac = 1. uses implicit free surface
384  C                    freesurfac = 0. uses rigid lid  C                    freesurfac = 0. uses rigid lid
# Line 385  C     mtFacMom      :: Metric terms trac Line 411  C     mtFacMom      :: Metric terms trac
411  C     cosPower      :: Power of cosine of latitude to multiply viscosity  C     cosPower      :: Power of cosine of latitude to multiply viscosity
412  C     cAdjFreq      :: Frequency of convective adjustment  C     cAdjFreq      :: Frequency of convective adjustment
413  C  C
414  C     taveFreq      :: Frequency with which time-averaged model state is written to  C     taveFreq      :: Frequency with which time-averaged model state
415  C                     post-processing files ( s ).  C                      is written to post-processing files ( s ).
416    C     tave_lastIter :: (for state variable only) fraction of the last time
417    C                      step (of each taveFreq period) put in the time average.
418    C                      (fraction for 1rst iter = 1 - tave_lastIter)
419  C     tauThetaClimRelax :: Relaxation to climatology time scale ( s ).  C     tauThetaClimRelax :: Relaxation to climatology time scale ( s ).
420  C     lambdaThetaClimRelax :: Inverse time scale for relaxation ( 1/s ).  C     lambdaThetaClimRelax :: Inverse time scale for relaxation ( 1/s ).
421  C     tauSaltClimRelax :: Relaxation to climatology time scale ( s ).  C     tauSaltClimRelax :: Relaxation to climatology time scale ( s ).
# Line 395  C     externForcingPeriod :: Is the peri Line 424  C     externForcingPeriod :: Is the peri
424  C     externForcingCycle :: Is the repeat time of the forcing (eg. 1 year)  C     externForcingCycle :: Is the repeat time of the forcing (eg. 1 year)
425  C                          (note: externForcingCycle must be an integer  C                          (note: externForcingCycle must be an integer
426  C                           number times externForcingPeriod)  C                           number times externForcingPeriod)
427    C     convertFW2Salt :: salinity, used to convert Fresh-Water Flux to Salt Flux
428    C                       (use model surface (local) value if set to -1)
429    C     temp_EvPrRn :: temperature of Rain & Evap.
430    C     salt_EvPrRn :: salinity of Rain & Evap.
431    C     trac_EvPrRn :: tracer concentration in Rain & Evap.
432    C        (notes: a) tracer content of Rain/Evap only used if both
433    C                     NonLin_FrSurf & useRealFreshWater are set.
434    C                b) use model surface (local) value if set to UNSET_RL)
435  C     horiVertRatio      :: Ratio on units in vertical to units in horizontal.  C     horiVertRatio      :: Ratio on units in vertical to units in horizontal.
436  C     recip_horiVertRatio  ( 1 if horiz in m and vertical in m ).  C     recip_horiVertRatio  ( 1 if horiz in m and vertical in m ).
437  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 )  
438  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
439  C                          starting value (k=1) for vertical coordinate (rf(1)=Ro_SeaLevel)  C                          starting value (k=1) for vertical coordinate (rf(1)=Ro_SeaLevel)
440  C     bottomDragLinear   :: Drag coefficient built in to core dynamics  C     bottomDragLinear   :: Drag coefficient built in to core dynamics
441  C         "     Quadratic  ( linear: 1/s, quadratic: 1/m )  C      --"-"--  Quadratic  ( linear: 1/s, quadratic: 1/m )
442        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,
443       & cg2dpcOffDFac, cg3dTargetResidual,       & cg2dpcOffDFac, cg3dTargetResidual,
444       & delP, delZ, delR, delX, delY,       & delP, delZ, delR, delRc, delX, delY,
445       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime,       & deltaT, deltaTmom, deltaTtracer, deltaTfreesurf, deltaTClock,
446         & abeps, startTime,
447       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,
448       & fCori, fCoriG,       & fCori, fCoriG, fCoriCos,
449       & viscAh,  viscAz,  viscA4,  viscAr, viscAstrain, viscAtension,       & viscAh,  viscAz,  viscA4,  viscAr, viscAstrain, viscAtension,
450       & diffKhT, diffKzT, diffK4T, diffKrT,       & diffKhT, diffKzT, diffK4T, diffKrT,
451       & diffKhS, diffKzS, diffK4S, diffKrS,       & diffKhS, diffKzS, diffK4S, diffKrS,
452       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,
453       & hFacMin, hFacMinDz, hFacInf, hFacSup,       & hFacMin, hFacMinDz, hFacInf, hFacSup,
454       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,
455       & recip_rhoConst, rhoConst, tRef, sRef,       & recip_rhoConst, rhoConst,
456         & rhoConstFresh, convertEmP2rUnit, tRef, sRef,
457       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,
458       & diagFreq, taveFreq, monitorFreq,       & diagFreq, taveFreq, tave_lastIter, monitorFreq,
459       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
460       & cosPower, cAdjFreq, omega,       & cosPower, cAdjFreq, omega,
461       & tauThetaClimRelax, lambdaThetaClimRelax,       & tauThetaClimRelax, lambdaThetaClimRelax,
462       & tauSaltClimRelax, lambdaSaltClimRelax,       & tauSaltClimRelax, lambdaSaltClimRelax,
463       & tauTr1ClimRelax, lambdaTr1ClimRelax,       & tauTr1ClimRelax, lambdaTr1ClimRelax,
464       & externForcingCycle, externForcingPeriod,       & externForcingCycle, externForcingPeriod,
465         & convertFW2Salt, temp_EvPrRn, salt_EvPrRn, trac_EvPrRn,
466       & viscAp, diffKpT, diffKpS, hFacMinDr, hFacMinDp,       & viscAp, diffKpT, diffKpS, hFacMinDr, hFacMinDp,
467       & theta_S, specVol_S, horiVertRatio, recip_horiVertRatio,       & horiVertRatio, recip_horiVertRatio,
468       & latFFTFiltLo, ivdc_kappa, Ro_SeaLevel, zonal_filt_lat,       & ivdc_kappa, Ro_SeaLevel,
469       & bottomDragLinear,bottomDragQuadratic       & bottomDragLinear,bottomDragQuadratic
470    
471        _RL cg2dTargetResidual        _RL cg2dTargetResidual
# Line 437  C         "     Quadratic  ( linear: 1/s Line 475  C         "     Quadratic  ( linear: 1/s
475        _RL delZ(Nr)        _RL delZ(Nr)
476        _RL delP(Nr)        _RL delP(Nr)
477        _RL delR(Nr)        _RL delR(Nr)
478          _RL delRc(Nr+1)
479        _RL delX(Nx)        _RL delX(Nx)
480        _RL delY(Ny)        _RL delY(Ny)
481        _RL deltaT        _RL deltaT
482        _RL deltaTClock        _RL deltaTClock
483        _RL deltaTmom        _RL deltaTmom
484        _RL deltaTtracer        _RL deltaTtracer
485          _RL deltaTfreesurf
486        _RL abeps        _RL abeps
487        _RL phiMin        _RL phiMin
488        _RL thetaMin        _RL thetaMin
# Line 486  C         "     Quadratic  ( linear: 1/s Line 526  C         "     Quadratic  ( linear: 1/s
526        _RL recip_rhonil        _RL recip_rhonil
527        _RL rhoConst        _RL rhoConst
528        _RL recip_rhoConst        _RL recip_rhoConst
529        _RL specVol_S(Nr)        _RL rhoConstFresh
530          _RL convertEmP2rUnit
531        _RL tRef(Nr)        _RL tRef(Nr)
       _RL theta_S(Nr)  
532        _RL sRef(Nr)        _RL sRef(Nr)
533        _RS fCori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RS fCori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
534        _RS fCoriG(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RS fCoriG(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
535          _RS fCoriCos(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
536        _RL startTime        _RL startTime
537        _RL endTime        _RL endTime
538        _RL chkPtFreq        _RL chkPtFreq
# Line 499  C         "     Quadratic  ( linear: 1/s Line 540  C         "     Quadratic  ( linear: 1/s
540        _RL dumpFreq        _RL dumpFreq
541        _RL diagFreq        _RL diagFreq
542        _RL taveFreq        _RL taveFreq
543          _RL tave_lastIter
544        _RL monitorFreq        _RL monitorFreq
545        _RL afFacMom        _RL afFacMom
546        _RL vfFacMom        _RL vfFacMom
# Line 517  C         "     Quadratic  ( linear: 1/s Line 559  C         "     Quadratic  ( linear: 1/s
559        _RL lambdaTr1ClimRelax        _RL lambdaTr1ClimRelax
560        _RL externForcingCycle        _RL externForcingCycle
561        _RL externForcingPeriod        _RL externForcingPeriod
562          _RL convertFW2Salt
563          _RL temp_EvPrRn
564          _RL salt_EvPrRn
565          _RL trac_EvPrRn
566        _RL horiVertRatio        _RL horiVertRatio
567        _RL recip_horiVertRatio        _RL recip_horiVertRatio
       _RL latFFTFiltLo  
568        _RL ivdc_kappa        _RL ivdc_kappa
569        _RL Ro_SeaLevel        _RL Ro_SeaLevel
       _RL zonal_filt_lat  
570        _RL bottomDragLinear        _RL bottomDragLinear
571        _RL bottomDragQuadratic        _RL bottomDragQuadratic
572    
# Line 532  C         "     Quadratic  ( linear: 1/s Line 576  C         "     Quadratic  ( linear: 1/s
576        _RL Lamba_theta        _RL Lamba_theta
577        _RL recip_Cp        _RL recip_Cp
578    
579  C Equation of State (polynomial coeffients)  CmlC Equation of State (polynomial coeffients)
580        COMMON /PARM_EOS_NL/ eosC,eosSig0,eosRefT,eosRefS  Cml      COMMON /PARM_EOS_NL/ eosC,eosSig0,eosRefT,eosRefS
581        _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)
582  C Linear equation of state  CmlC Linear equation of state
583  C     tAlpha    :: Linear EOS thermal expansion coefficient ( 1/degree ).  CmlC     tAlpha    :: Linear EOS thermal expansion coefficient ( 1/degree ).
584  C     sBeta     :: Linear EOS haline contraction coefficient.  CmlC     sBeta     :: Linear EOS haline contraction coefficient.
585        COMMON /PARM_EOS_LIN/ tAlpha,sBeta,eosType  Cml      COMMON /PARM_EOS_LIN/ tAlpha,sBeta,eosType
586        _RL tAlpha  Cml      _RL tAlpha
587        _RL sBeta  Cml      _RL sBeta
       character*(6) eosType  
588    
589  C Atmospheric physical parameters (Ideal Gas EOS, ...)  C Atmospheric physical parameters (Ideal Gas EOS, ...)
590  C     atm_po    :: standard reference pressure  C     atm_po    :: standard reference pressure
# Line 562  C Logical flags for selecting packages Line 605  C Logical flags for selecting packages
605        LOGICAL useGrdchk        LOGICAL useGrdchk
606        LOGICAL useECCO        LOGICAL useECCO
607        LOGICAL useSHAP_FILT        LOGICAL useSHAP_FILT
608          LOGICAL useZONAL_FILT
609        LOGICAL useFLT        LOGICAL useFLT
610          LOGICAL usePTRACERS
611          LOGICAL useSEAICE
612    cswdblk -- add ---
613          LOGICAL useBulkf
614          LOGICAL useTSEAICE
615    cswdblk --- end add ---
616        COMMON /PARM_PACKAGES/        COMMON /PARM_PACKAGES/
617       &        useKPP, useGMRedi, useOBCS, useAIM, useECCO,       &        useKPP, useGMRedi, useOBCS, useAIM, useECCO,
618       &        useSHAP_FILT, useGrdchk, useFLT       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,
619         &        usePTRACERS, useSEAICE,
620    cswdblk -- add ---
621         &        useTSEAICE, useBulkf
622    cswdblk --- end add ---

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

  ViewVC Help
Powered by ViewVC 1.1.22