/[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.49.2.2 by adcroft, Tue Apr 3 02:39:18 2001 UTC revision 1.51 by heimbach, Tue Apr 10 22:35:25 2001 UTC
# Line 58  C     saltClimFile    - File containing Line 58  C     saltClimFile    - File containing
58  C                       in relaxation term -lambda(salt-salt*)  C                       in relaxation term -lambda(salt-salt*)
59  C     surfQfile       - File containing surface heat flux  C     surfQfile       - File containing surface heat flux
60  C     surfQswfile     - File containing surface shortwave radiation  C     surfQswfile     - File containing surface shortwave radiation
61    C     dQdTfile        - File containing thermal relaxation coefficient
62  C     EmPmRfile       - File containing surface fresh water flux  C     EmPmRfile       - File containing surface fresh water flux
63  C     buoyancyRelation - Flag used to indicate which relation to use to  C     buoyancyRelation - Flag used to indicate which relation to use to
64  C                        get buoyancy.  C                        get buoyancy.
# Line 66  C                        get buoyancy. Line 67  C                        get buoyancy.
67       &                zonalWindFile, meridWindFile, thetaClimFile,       &                zonalWindFile, meridWindFile, thetaClimFile,
68       &                saltClimFile, buoyancyRelation,       &                saltClimFile, buoyancyRelation,
69       &                EmPmRfile, surfQfile, surfQswfile,       &                EmPmRfile, surfQfile, surfQswfile,
70       &                uVelInitFile, vVelInitFile, pSurfInitFile       &                uVelInitFile, vVelInitFile, pSurfInitFile,
71         &                dQdTfile
72        CHARACTER*(5) checkPtSuff(maxNoChkptLev)        CHARACTER*(5) checkPtSuff(maxNoChkptLev)
73        CHARACTER*(MAX_LEN_FNAM) bathyFile        CHARACTER*(MAX_LEN_FNAM) bathyFile
74        CHARACTER*(MAX_LEN_FNAM) hydrogThetaFile        CHARACTER*(MAX_LEN_FNAM) hydrogThetaFile
# Line 82  C                        get buoyancy. Line 84  C                        get buoyancy.
84        CHARACTER*(MAX_LEN_FNAM) uVelInitFile        CHARACTER*(MAX_LEN_FNAM) uVelInitFile
85        CHARACTER*(MAX_LEN_FNAM) vVelInitFile        CHARACTER*(MAX_LEN_FNAM) vVelInitFile
86        CHARACTER*(MAX_LEN_FNAM) pSurfInitFile        CHARACTER*(MAX_LEN_FNAM) pSurfInitFile
87          CHARACTER*(MAX_LEN_FNAM) dQdTfile
88    
89  C--   COMMON /PARM_I/ Integer valued parameters used by the model.  C--   COMMON /PARM_I/ Integer valued parameters used by the model.
90  C     cg2dMaxIters        - Maximum number of iterations in the  C     cg2dMaxIters        - Maximum number of iterations in the
# Line 186  C     globalFiles    - Selects between " Line 189  C     globalFiles    - Selects between "
189  C     allowFreezing  - Allows water to freeze and form ice  C     allowFreezing  - Allows water to freeze and form ice
190  C     groundAtK1  - put the surface(k=1) at the Lower Boundary (=ground)  C     groundAtK1  - put the surface(k=1) at the Lower Boundary (=ground)
191        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,
      & usingCurvilinearGrid,  
192       & no_slip_sides,no_slip_bottom,       & no_slip_sides,no_slip_bottom,
193       & staggerTimeStep,       & staggerTimeStep,
194       & momViscosity, momAdvection, momForcing, useCoriolis,       & momViscosity, momAdvection, momForcing, useCoriolis,
# Line 200  C     groundAtK1  - put the surface(k=1) Line 202  C     groundAtK1  - put the surface(k=1)
202       & doThetaClimRelax, doSaltClimRelax,       & doThetaClimRelax, doSaltClimRelax,
203       & periodicExternalForcing, usingPCoords, usingZCoords,       & periodicExternalForcing, usingPCoords, usingZCoords,
204       & nonHydrostatic, globalFiles,       & nonHydrostatic, globalFiles,
205       & allowFreezing, groundAtK1       & allowFreezing, groundAtK1,
206         & usePickupBeforeC35
207        LOGICAL usingCartesianGrid        LOGICAL usingCartesianGrid
208        LOGICAL usingSphericalPolarGrid        LOGICAL usingSphericalPolarGrid
       LOGICAL usingCurvilinearGrid  
209        LOGICAL usingSphericalPolarMTerms        LOGICAL usingSphericalPolarMTerms
210        LOGICAL no_slip_sides        LOGICAL no_slip_sides
211        LOGICAL no_slip_bottom        LOGICAL no_slip_bottom
# Line 239  C     groundAtK1  - put the surface(k=1) Line 241  C     groundAtK1  - put the surface(k=1)
241        LOGICAL globalFiles        LOGICAL globalFiles
242        LOGICAL allowFreezing        LOGICAL allowFreezing
243        LOGICAL groundAtK1        LOGICAL groundAtK1
244          LOGICAL usePickupBeforeC35
245    
246  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.
247  C     cg2dTargetResidual  C     cg2dTargetResidual
# Line 370  C         "     Quadratic  ( linear: 1/s Line 373  C         "     Quadratic  ( linear: 1/s
373       & cg3dTargetResidual,       & cg3dTargetResidual,
374       & delP, delZ, delR, delX, delY,       & delP, delZ, delR, delX, delY,
375       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime,       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime,
376       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, fCori, beta,
      & fCori, fCoriG,  
377       & viscAh,  viscAz,  viscA4,  viscAr,       & viscAh,  viscAz,  viscA4,  viscAr,
378       & diffKhT, diffKzT, diffK4T, diffKrT,       & diffKhT, diffKzT, diffK4T, diffKrT,
379       & diffKhS, diffKzS, diffK4S, diffKrS,       & diffKhS, diffKzS, diffK4S, diffKrS,
# Line 445  C         "     Quadratic  ( linear: 1/s Line 447  C         "     Quadratic  ( linear: 1/s
447        _RL tRef(Nr)        _RL tRef(Nr)
448        _RL theta_S(Nr)        _RL theta_S(Nr)
449        _RL sRef(Nr)        _RL sRef(Nr)
450        _RS fCori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RS Fcori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
       _RS fCoriG(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)  
451        _RL startTime        _RL startTime
452        _RL endTime        _RL endTime
453        _RL chkPtFreq        _RL chkPtFreq

Legend:
Removed from v.1.49.2.2  
changed lines
  Added in v.1.51

  ViewVC Help
Powered by ViewVC 1.1.22