/[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.68 by jmc, Sat Feb 9 23:38:55 2002 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 160  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 167  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  C     useRealFreshWaterFlux :: if True (=Natural BCS), treats P+R-E flux
184  C                         as a real Fresh Water (=> changes the seal level)  C                         as a real Fresh Water (=> changes the Sea Level)
185  C                              if false, converts P+R-E to virtual salt flux  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
217  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)
 C     useJamartWetPoints :: Use wet-point method for Coriolis (Jamart and Ozer, 1986)  
218        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,
219       & usingCurvilinearGrid,       & usingCurvilinearGrid,
220       & no_slip_sides,no_slip_bottom,       & no_slip_sides,no_slip_bottom,
# Line 215  C     useJamartWetPoints :: Use wet-poin Line 226  C     useJamartWetPoints :: Use wet-poin
226       & useRealFreshWaterFlux,       & 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, useEnergyConservingCoriolis,  
      & useJamartWetPoints  
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 258  C     useJamartWetPoints :: Use wet-poin Line 271  C     useJamartWetPoints :: Use wet-poin
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 274  C     useJamartWetPoints :: Use wet-poin Line 292  C     useJamartWetPoints :: Use wet-poin
292        LOGICAL debugMode        LOGICAL debugMode
293        LOGICAL readPickupWithTracer        LOGICAL readPickupWithTracer
294        LOGICAL writePickupWithTracer        LOGICAL writePickupWithTracer
       LOGICAL multiDimAdvection  
       LOGICAL useEnergyConservingCoriolis  
       LOGICAL useJamartWetPoints  
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 302  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 359  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 391  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 418  C     bottomDragLinear   :: Drag coeffic Line 439  C     bottomDragLinear   :: Drag coeffic
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,
# Line 450  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 499  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 rhoConstFresh
528          _RL convertEmP2rUnit
529        _RL tRef(Nr)        _RL tRef(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 510  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 545  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 577  C Logical flags for selecting packages Line 605  C Logical flags for selecting packages
605        LOGICAL useSHAP_FILT        LOGICAL useSHAP_FILT
606        LOGICAL useZONAL_FILT        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, useZONAL_FILT, useGrdchk, useFLT       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,
612         &        usePTRACERS
613    

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

  ViewVC Help
Powered by ViewVC 1.1.22