/[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.65 by adcroft, Fri Sep 28 03:25:15 2001 UTC revision 1.65.2.4 by dimitri, Fri Jan 31 05:06:50 2003 UTC
# Line 126  C                           =0 Linear fr Line 126  C                           =0 Linear fr
126       &        writeStatePrec, nCheckLev,       &        writeStatePrec, nCheckLev,
127       &        writeBinaryPrec, readBinaryPrec,       &        writeBinaryPrec, readBinaryPrec,
128       &        nonlinFreeSurf,       &        nonlinFreeSurf,
      &        zonal_filt_sinpow, zonal_filt_cospow,  
129       &        tempAdvScheme, saltAdvScheme, tracerAdvScheme       &        tempAdvScheme, saltAdvScheme, tracerAdvScheme
130        INTEGER cg2dMaxIters        INTEGER cg2dMaxIters
131        INTEGER cg2dChkResFreq        INTEGER cg2dChkResFreq
# Line 141  C                           =0 Linear fr Line 140  C                           =0 Linear fr
140        INTEGER readBinaryPrec        INTEGER readBinaryPrec
141        INTEGER nCheckLev        INTEGER nCheckLev
142        INTEGER nonlinFreeSurf        INTEGER nonlinFreeSurf
       INTEGER zonal_filt_sinpow  
       INTEGER zonal_filt_cospow  
143        INTEGER tempAdvScheme        INTEGER tempAdvScheme
144        INTEGER saltAdvScheme        INTEGER saltAdvScheme
145        INTEGER tracerAdvScheme        INTEGER tracerAdvScheme
# Line 176  C     saltAdvection :: Flag which turns Line 173  C     saltAdvection :: Flag which turns
173  C                     and off.  C                     and off.
174  C     saltForcing   :: Flag which turns external forcing of salinit on  C     saltForcing   :: Flag which turns external forcing of salinit on
175  C                     and off.  C                     and off.
176    C     useRealFreshWaterFlux :: if true (=Natural BCS), treats P+R-E flux
177    C                         as a real Fresh Water (=> changes the seal level)
178    C                              if false, converts P+R-E to virtual salt flux
179  C     rigidLid            :: Set to true to use rigid lid  C     rigidLid            :: Set to true to use rigid lid
180  C     implicitFreeSurface :: Set to true to use implcit free surface  C     implicitFreeSurface :: Set to true to use implcit free surface
181  C     exactConserv        :: Set to true to conserve exactly the total Volume  C     exactConserv        :: Set to true to conserve exactly the total Volume
# Line 203  C     nonHydrostatic :: Using non-hydros Line 203  C     nonHydrostatic :: Using non-hydros
203  C     globalFiles    :: Selects between "global" and "tiled" files  C     globalFiles    :: Selects between "global" and "tiled" files
204  C     allowFreezing  :: Allows water to freeze and form ice  C     allowFreezing  :: Allows water to freeze and form ice
205  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)
206    C     useJamartWetPoints :: Use wet-point method for Coriolis (Jamart and Ozer, 1986)
207        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,
208       & usingCurvilinearGrid,       & usingCurvilinearGrid,
209       & no_slip_sides,no_slip_bottom,       & no_slip_sides,no_slip_bottom,
# Line 211  C     groundAtK1  :: put the surface(k=1 Line 212  C     groundAtK1  :: put the surface(k=1
212       & momPressureForcing, vectorInvariantMomentum,       & momPressureForcing, vectorInvariantMomentum,
213       & tempDiffusion, tempAdvection, tempForcing,       & tempDiffusion, tempAdvection, tempForcing,
214       & saltDiffusion, saltAdvection, saltForcing,       & saltDiffusion, saltAdvection, saltForcing,
215         & useRealFreshWaterFlux,
216       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,
217       & momStepping, tempStepping, saltStepping, tr1Stepping,       & momStepping, tempStepping, saltStepping, tr1Stepping,
218       & metricTerms, usingSphericalPolarMTerms,       & metricTerms, usingSphericalPolarMTerms,
# Line 222  C     groundAtK1  :: put the surface(k=1 Line 224  C     groundAtK1  :: put the surface(k=1
224       & allowFreezing, groundAtK1,       & allowFreezing, groundAtK1,
225       & usePickupBeforeC35, debugMode,       & usePickupBeforeC35, debugMode,
226       & readPickupWithTracer, writePickupWithTracer,       & readPickupWithTracer, writePickupWithTracer,
227       & multiDimAdvection, useEnergyConservingCoriolis       & multiDimAdvection, useEnergyConservingCoriolis,
228         & useJamartWetPoints
229        LOGICAL usingCartesianGrid        LOGICAL usingCartesianGrid
230        LOGICAL usingSphericalPolarGrid        LOGICAL usingSphericalPolarGrid
231        LOGICAL usingCurvilinearGrid        LOGICAL usingCurvilinearGrid
# Line 242  C     groundAtK1  :: put the surface(k=1 Line 245  C     groundAtK1  :: put the surface(k=1
245        LOGICAL saltDiffusion        LOGICAL saltDiffusion
246        LOGICAL saltAdvection        LOGICAL saltAdvection
247        LOGICAL saltForcing        LOGICAL saltForcing
248          LOGICAL useRealFreshWaterFlux
249        LOGICAL rigidLid        LOGICAL rigidLid
250        LOGICAL implicitFreeSurface        LOGICAL implicitFreeSurface
251        LOGICAL exactConserv        LOGICAL exactConserv
# Line 272  C     groundAtK1  :: put the surface(k=1 Line 276  C     groundAtK1  :: put the surface(k=1
276        LOGICAL writePickupWithTracer        LOGICAL writePickupWithTracer
277        LOGICAL multiDimAdvection        LOGICAL multiDimAdvection
278        LOGICAL useEnergyConservingCoriolis        LOGICAL useEnergyConservingCoriolis
279          LOGICAL useJamartWetPoints
280    
281  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.
282  C     gg2dTargetResidual  C     gg2dTargetResidual
# Line 396  C     externForcingPeriod :: Is the peri Line 401  C     externForcingPeriod :: Is the peri
401  C     externForcingCycle :: Is the repeat time of the forcing (eg. 1 year)  C     externForcingCycle :: Is the repeat time of the forcing (eg. 1 year)
402  C                          (note: externForcingCycle must be an integer  C                          (note: externForcingCycle must be an integer
403  C                           number times externForcingPeriod)  C                           number times externForcingPeriod)
404    C     convertFW2Salt :: salinity, used to convert Fresh-Water Flux to Salt Flux
405    C                       (use model surface (local) value if set to -1)
406    C     temp_EvPrRn :: temperature of Rain & Evap.
407    C     salt_EvPrRn :: salinity of Rain & Evap.
408    C     trac_EvPrRn :: tracer concentration in Rain & Evap.
409    C        (notes: a) tracer content of Rain/Evap only used if both
410    C                     NonLin_FrSurf & useRealFreshWater are set.
411    C                b) use model surface (local) value if set to UNSET_RL)
412  C     horiVertRatio      :: Ratio on units in vertical to units in horizontal.  C     horiVertRatio      :: Ratio on units in vertical to units in horizontal.
413  C     recip_horiVertRatio  ( 1 if horiz in m and vertical in m ).  C     recip_horiVertRatio  ( 1 if horiz in m and vertical in m ).
414  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 )  
415  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
416  C                          starting value (k=1) for vertical coordinate (rf(1)=Ro_SeaLevel)  C                          starting value (k=1) for vertical coordinate (rf(1)=Ro_SeaLevel)
417  C     bottomDragLinear   :: Drag coefficient built in to core dynamics  C     bottomDragLinear   :: Drag coefficient built in to core dynamics
# Line 426  C      --"-"--  Quadratic  ( linear: 1/s Line 437  C      --"-"--  Quadratic  ( linear: 1/s
437       & tauSaltClimRelax, lambdaSaltClimRelax,       & tauSaltClimRelax, lambdaSaltClimRelax,
438       & tauTr1ClimRelax, lambdaTr1ClimRelax,       & tauTr1ClimRelax, lambdaTr1ClimRelax,
439       & externForcingCycle, externForcingPeriod,       & externForcingCycle, externForcingPeriod,
440         & convertFW2Salt, temp_EvPrRn, salt_EvPrRn, trac_EvPrRn,
441       & viscAp, diffKpT, diffKpS, hFacMinDr, hFacMinDp,       & viscAp, diffKpT, diffKpS, hFacMinDr, hFacMinDp,
442       & theta_S, specVol_S, horiVertRatio, recip_horiVertRatio,       & horiVertRatio, recip_horiVertRatio,
443       & latFFTFiltLo, ivdc_kappa, Ro_SeaLevel, zonal_filt_lat,       & ivdc_kappa, Ro_SeaLevel,
444       & bottomDragLinear,bottomDragQuadratic       & bottomDragLinear,bottomDragQuadratic
445    
446        _RL cg2dTargetResidual        _RL cg2dTargetResidual
# Line 487  C      --"-"--  Quadratic  ( linear: 1/s Line 499  C      --"-"--  Quadratic  ( linear: 1/s
499        _RL recip_rhonil        _RL recip_rhonil
500        _RL rhoConst        _RL rhoConst
501        _RL recip_rhoConst        _RL recip_rhoConst
       _RL specVol_S(Nr)  
502        _RL tRef(Nr)        _RL tRef(Nr)
       _RL theta_S(Nr)  
503        _RL sRef(Nr)        _RL sRef(Nr)
504        _RS fCori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RS fCori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
505        _RS fCoriG(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RS fCoriG(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
# Line 518  C      --"-"--  Quadratic  ( linear: 1/s Line 528  C      --"-"--  Quadratic  ( linear: 1/s
528        _RL lambdaTr1ClimRelax        _RL lambdaTr1ClimRelax
529        _RL externForcingCycle        _RL externForcingCycle
530        _RL externForcingPeriod        _RL externForcingPeriod
531          _RL convertFW2Salt
532          _RL temp_EvPrRn
533          _RL salt_EvPrRn
534          _RL trac_EvPrRn
535        _RL horiVertRatio        _RL horiVertRatio
536        _RL recip_horiVertRatio        _RL recip_horiVertRatio
       _RL latFFTFiltLo  
537        _RL ivdc_kappa        _RL ivdc_kappa
538        _RL Ro_SeaLevel        _RL Ro_SeaLevel
       _RL zonal_filt_lat  
539        _RL bottomDragLinear        _RL bottomDragLinear
540        _RL bottomDragQuadratic        _RL bottomDragQuadratic
541    
# Line 563  C Logical flags for selecting packages Line 575  C Logical flags for selecting packages
575        LOGICAL useGrdchk        LOGICAL useGrdchk
576        LOGICAL useECCO        LOGICAL useECCO
577        LOGICAL useSHAP_FILT        LOGICAL useSHAP_FILT
578          LOGICAL useZONAL_FILT
579        LOGICAL useFLT        LOGICAL useFLT
580          LOGICAL useSBO
581          LOGICAL useSEAICE
582        COMMON /PARM_PACKAGES/        COMMON /PARM_PACKAGES/
583       &        useKPP, useGMRedi, useOBCS, useAIM, useECCO,       &        useKPP, useGMRedi, useOBCS, useAIM, useECCO,
584       &        useSHAP_FILT, useGrdchk, useFLT       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,
585         &        useSBO, useSEAICE

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.65.2.4

  ViewVC Help
Powered by ViewVC 1.1.22