/[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.158 by adcroft, Tue May 31 18:24:27 2005 UTC revision 1.161 by jmc, Tue Jul 12 16:30:53 2005 UTC
# Line 53  C     bathyFile   :: File containing bat Line 53  C     bathyFile   :: File containing bat
53  C                   is taken from inline function.  C                   is taken from inline function.
54  C     topoFile    :: File containing the topography of the surface (unit=m)  C     topoFile    :: File containing the topography of the surface (unit=m)
55  C                   (mainly used for the atmosphere = ground height).  C                   (mainly used for the atmosphere = ground height).
56    C     horizGridFile   :: File containing horizontal-grid definition
57    C                        (only when using curvilinear_grid)
58  C     hydrogThetaFile :: File containing initial hydrographic data for potential  C     hydrogThetaFile :: File containing initial hydrographic data for potential
59  C                       temperature.  C                       temperature.
60  C     hydrogSaltFile  :: File containing initial hydrographic data for salinity.  C     hydrogSaltFile  :: File containing initial hydrographic data for salinity.
# Line 78  C     eosType         :: choose the equa Line 80  C     eosType         :: choose the equa
80  C                        LINEAR, POLY3, UNESCO, JMD95Z, JMD95P, MDJWF, IDEALGAS  C                        LINEAR, POLY3, UNESCO, JMD95Z, JMD95P, MDJWF, IDEALGAS
81  C     the_run_name    :: string identifying the name of the model "run"  C     the_run_name    :: string identifying the name of the model "run"
82        COMMON /PARM_C/ checkPtSuff,        COMMON /PARM_C/ checkPtSuff,
83       &                bathyFile, topoFile,       &                bathyFile, topoFile, horizGridFile,
84       &                hydrogThetaFile, hydrogSaltFile,       &                hydrogThetaFile, hydrogSaltFile,
85       &                zonalWindFile, meridWindFile, thetaClimFile,       &                zonalWindFile, meridWindFile, thetaClimFile,
86       &                saltClimFile, buoyancyRelation,       &                saltClimFile, buoyancyRelation,
# Line 93  C     the_run_name    :: string identify Line 95  C     the_run_name    :: string identify
95       &                the_run_name       &                the_run_name
96        CHARACTER*(5) checkPtSuff(maxNoChkptLev)        CHARACTER*(5) checkPtSuff(maxNoChkptLev)
97        CHARACTER*(MAX_LEN_FNAM) bathyFile, topoFile        CHARACTER*(MAX_LEN_FNAM) bathyFile, topoFile
98          CHARACTER*(MAX_LEN_FNAM) horizGridFile
99        CHARACTER*(MAX_LEN_FNAM) hydrogThetaFile        CHARACTER*(MAX_LEN_FNAM) hydrogThetaFile
100        CHARACTER*(MAX_LEN_FNAM) hydrogSaltFile        CHARACTER*(MAX_LEN_FNAM) hydrogSaltFile
101        CHARACTER*(MAX_LEN_FNAM) zonalWindFile        CHARACTER*(MAX_LEN_FNAM) zonalWindFile
# Line 239  C     useJamartWetPoints :: Use wet-poin Line 242  C     useJamartWetPoints :: Use wet-poin
242  C     useJamartMomAdv :: Use wet-point method for V.I. non-linear term  C     useJamartMomAdv :: Use wet-point method for V.I. non-linear term
243  C     SadournyCoriolis :: use the enstrophy conserving scheme by Sadourny  C     SadournyCoriolis :: use the enstrophy conserving scheme by Sadourny
244  C     upwindVorticity :: bias interpolation of vorticity in the Coriolis term  C     upwindVorticity :: bias interpolation of vorticity in the Coriolis term
245  C     highOrderVorticity :: use 3rd/4th order interp. of vorticity in Coriolis  C     highOrderVorticity :: use 3rd/4th order interp. of vorticity (V.I., advection)
246    C     upwindShear        :: use 1rst order upwind interp. (V.I., vertical advection)
247  C     useAbsVorticity :: work with f+zeta in Coriolis terms  C     useAbsVorticity :: work with f+zeta in Coriolis terms
248  C     implicitDiffusion :: Turns implicit vertical diffusion on  C     implicitDiffusion :: Turns implicit vertical diffusion on
249  C     implicitViscosity :: Turns implicit vertical viscosity on  C     implicitViscosity :: Turns implicit vertical viscosity on
# Line 276  C                       useSingleCpuIO i Line 280  C                       useSingleCpuIO i
280  C                       outputs from master mpi process only.  C                       outputs from master mpi process only.
281  C     allowFreezing  :: Allows surface water to freeze and form ice  C     allowFreezing  :: Allows surface water to freeze and form ice
282  C     useOldFreezing :: use the old version (before checkpoint52a_pre, 2003-11-12)  C     useOldFreezing :: use the old version (before checkpoint52a_pre, 2003-11-12)
 C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)  
283  C     pickup_write_mdsio :: use mdsio to write pickups  C     pickup_write_mdsio :: use mdsio to write pickups
284  C     pickup_read_mdsio  :: use mdsio to read  pickups  C     pickup_read_mdsio  :: use mdsio to read  pickups
285  C     pickup_write_immed :: echo the pickup immediately (for conversion)  C     pickup_write_immed :: echo the pickup immediately (for conversion)
# Line 304  C                      calendar months a Line 307  C                      calendar months a
307       & useCDscheme,       & useCDscheme,
308       & useEnergyConservingCoriolis, useJamartWetPoints, useJamartMomAdv,       & useEnergyConservingCoriolis, useJamartWetPoints, useJamartMomAdv,
309       & SadournyCoriolis, upwindVorticity, highOrderVorticity,       & SadournyCoriolis, upwindVorticity, highOrderVorticity,
310       & useAbsVorticity,       & useAbsVorticity, upwindShear,
311       & implicitDiffusion, implicitViscosity,       & implicitDiffusion, implicitViscosity,
312       & tempImplVertAdv, saltImplVertAdv, momImplVertAdv,       & tempImplVertAdv, saltImplVertAdv, momImplVertAdv,
313       & multiDimAdvection, useMultiDimAdvec, forcing_In_AB,       & multiDimAdvection, useMultiDimAdvec, forcing_In_AB,
# Line 313  C                      calendar months a Line 316  C                      calendar months a
316       & fluidIsAir, fluidIsWater,       & fluidIsAir, fluidIsWater,
317       & usingPCoords, usingZCoords, useDynP_inEos_Zc, setCenterDr,       & usingPCoords, usingZCoords, useDynP_inEos_Zc, setCenterDr,
318       & nonHydrostatic, quasiHydrostatic, globalFiles, useSingleCpuIO,       & nonHydrostatic, quasiHydrostatic, globalFiles, useSingleCpuIO,
319       & allowFreezing, useOldFreezing, groundAtK1,       & allowFreezing, useOldFreezing,
320       & usePickupBeforeC35, usePickupBeforeC54, startFromPickupAB2,       & usePickupBeforeC35, usePickupBeforeC54, startFromPickupAB2,
321       & pickup_read_mdsio, pickup_write_mdsio, pickup_write_immed,       & pickup_read_mdsio, pickup_write_mdsio, pickup_write_immed,
322       & timeave_mdsio, snapshot_mdsio, monitor_stdio,       & timeave_mdsio, snapshot_mdsio, monitor_stdio,
# Line 361  C                      calendar months a Line 364  C                      calendar months a
364        LOGICAL upwindVorticity        LOGICAL upwindVorticity
365        LOGICAL highOrderVorticity        LOGICAL highOrderVorticity
366        LOGICAL useAbsVorticity        LOGICAL useAbsVorticity
367          LOGICAL upwindShear
368        LOGICAL implicitDiffusion        LOGICAL implicitDiffusion
369        LOGICAL implicitViscosity        LOGICAL implicitViscosity
370        LOGICAL tempImplVertAdv        LOGICAL tempImplVertAdv
# Line 385  C                      calendar months a Line 389  C                      calendar months a
389        LOGICAL useSingleCpuIO        LOGICAL useSingleCpuIO
390        LOGICAL allowFreezing        LOGICAL allowFreezing
391        LOGICAL useOldFreezing        LOGICAL useOldFreezing
       LOGICAL groundAtK1  
392        LOGICAL usePickupBeforeC35        LOGICAL usePickupBeforeC35
393        LOGICAL usePickupBeforeC54        LOGICAL usePickupBeforeC54
394        LOGICAL startFromPickupAB2        LOGICAL startFromPickupAB2

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.161

  ViewVC Help
Powered by ViewVC 1.1.22