/[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.149 by edhill, Sun Apr 3 05:16:43 2005 UTC revision 1.152 by heimbach, Wed Apr 6 22:02:56 2005 UTC
# Line 84  C     the_run_name    :: string identify Line 84  C     the_run_name    :: string identify
84       &                saltClimFile, buoyancyRelation,       &                saltClimFile, buoyancyRelation,
85       &                EmPmRfile, saltFluxFile,       &                EmPmRfile, saltFluxFile,
86       &                surfQfile, surfQnetFile, surfQswFile,       &                surfQfile, surfQnetFile, surfQswFile,
87         &                lambdaThetaFile, lambdaSaltFile,
88       &                uVelInitFile, vVelInitFile, pSurfInitFile,       &                uVelInitFile, vVelInitFile, pSurfInitFile,
89       &                dQdTfile, ploadFile,       &                dQdTfile, ploadFile,
90       &                eddyTauxFile, eddyTauyFile,       &                eddyTauxFile, eddyTauyFile,
# Line 111  C     the_run_name    :: string identify Line 112  C     the_run_name    :: string identify
112        CHARACTER*(MAX_LEN_FNAM) ploadFile        CHARACTER*(MAX_LEN_FNAM) ploadFile
113        CHARACTER*(MAX_LEN_FNAM) eddyTauxFile        CHARACTER*(MAX_LEN_FNAM) eddyTauxFile
114        CHARACTER*(MAX_LEN_FNAM) eddyTauyFile        CHARACTER*(MAX_LEN_FNAM) eddyTauyFile
115          CHARACTER*(MAX_LEN_FNAM) lambdaThetaFile
116          CHARACTER*(MAX_LEN_FNAM) lambdaSaltFile
117        CHARACTER*(MAX_LEN_FNAM) mdsioLocalDir        CHARACTER*(MAX_LEN_FNAM) mdsioLocalDir
118        CHARACTER*(MAX_LEN_FNAM) the_run_name        CHARACTER*(MAX_LEN_FNAM) the_run_name
119        CHARACTER*(6) eosType        CHARACTER*(6) eosType
# Line 427  C     rhoConst  :: Vertically constant r Line 430  C     rhoConst  :: Vertically constant r
430  C     rhoConstFresh :: Constant reference density for fresh water (rain)  C     rhoConstFresh :: Constant reference density for fresh water (rain)
431  C     tRef      :: reference vertical profile for potential temperature  C     tRef      :: reference vertical profile for potential temperature
432  C     sRef      :: reference vertical profile for salinity/specific humidity  C     sRef      :: reference vertical profile for salinity/specific humidity
 C     startTime :: Start time for model ( s )  
433  C     phiMin    :: Latitude of southern most cell face.  C     phiMin    :: Latitude of southern most cell face.
434  C     thetaMin  :: Longitude of western most cell face (this  C     thetaMin  :: Longitude of western most cell face (this
435  C                 is an "inert" parameter but it is included  C                 is an "inert" parameter but it is included
# Line 515  C     hFacInf      :: Threshold (inf and Line 517  C     hFacInf      :: Threshold (inf and
517  C     hFacSup        that control vanishing and creating levels  C     hFacSup        that control vanishing and creating levels
518  C     tauCD        :: CD scheme coupling timescale ( 1/s )  C     tauCD        :: CD scheme coupling timescale ( 1/s )
519  C     rCD          :: CD scheme normalised coupling parameter ( 0-1 )  C     rCD          :: CD scheme normalised coupling parameter ( 0-1 )
520    C     baseTime      :: model base time (time origin) = time @ iteration zero
521  C     startTime     :: Starting time for this integration ( s ).  C     startTime     :: Starting time for this integration ( s ).
522  C     endTime       :: Ending time for this integration ( s ).  C     endTime       :: Ending time for this integration ( s ).
523  C     chkPtFreq     :: Frequency of rolling check pointing ( s ).  C     chkPtFreq     :: Frequency of rolling check pointing ( s ).
# Line 538  C     tave_lastIter :: (for state variab Line 541  C     tave_lastIter :: (for state variab
541  C                      step (of each taveFreq period) put in the time average.  C                      step (of each taveFreq period) put in the time average.
542  C                      (fraction for 1rst iter = 1 - tave_lastIter)  C                      (fraction for 1rst iter = 1 - tave_lastIter)
543  C     tauThetaClimRelax :: Relaxation to climatology time scale ( s ).  C     tauThetaClimRelax :: Relaxation to climatology time scale ( s ).
 C     lambdaThetaClimRelax :: Inverse time scale for relaxation ( 1/s ).  
544  C     tauSaltClimRelax :: Relaxation to climatology time scale ( s ).  C     tauSaltClimRelax :: Relaxation to climatology time scale ( s ).
 C     lambdaSaltClimRelax :: Inverse time scale for relaxation ( 1/s ).  
545  C     latBandClimRelax :: latitude band where Relaxation to Clim. is applied,  C     latBandClimRelax :: latitude band where Relaxation to Clim. is applied,
546  C                         i.e. where |yC| <= latBandClimRelax  C                         i.e. where |yC| <= latBandClimRelax
547  C     externForcingPeriod :: Is the period of which forcing varies (eg. 1 month)  C     externForcingPeriod :: Is the period of which forcing varies (eg. 1 month)
# Line 565  C      --"-"--  Quadratic  ( linear: 1/s Line 566  C      --"-"--  Quadratic  ( linear: 1/s
566       & cg2dpcOffDFac, cg3dTargetResidual,       & cg2dpcOffDFac, cg3dTargetResidual,
567       & delR, delRc, delX, delY,       & delR, delRc, delX, delY,
568       & deltaT, deltaTmom, dTtracerLev, deltaTfreesurf, deltaTClock,       & deltaT, deltaTmom, dTtracerLev, deltaTfreesurf, deltaTClock,
569       & abeps, startTime,       & abeps,
570       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,
      & fCori, fCoriG, fCoriCos,  
571       & viscAh, viscAhW, viscAhMax,       & viscAh, viscAhW, viscAhMax,
572       & viscAhGrid, viscAhGridMax, viscAhGridMin,       & viscAhGrid, viscAhGridMax, viscAhGridMin,
573       & viscC2leith, viscC2leithD,       & viscC2leith, viscC2leithD,
# Line 584  C      --"-"--  Quadratic  ( linear: 1/s Line 584  C      --"-"--  Quadratic  ( linear: 1/s
584       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,
585       & recip_rhoConst, rhoConst,       & recip_rhoConst, rhoConst,
586       & rhoConstFresh, convertEmP2rUnit, tRef, sRef,       & rhoConstFresh, convertEmP2rUnit, tRef, sRef,
587       & endTime, chkPtFreq, pchkPtFreq, dumpFreq, adjDumpFreq,       & baseTime, startTime, endTime,
588         & chkPtFreq, pchkPtFreq, dumpFreq, adjDumpFreq,
589       & diagFreq, taveFreq, tave_lastIter, monitorFreq, adjMonitorFreq,       & diagFreq, taveFreq, tave_lastIter, monitorFreq, adjMonitorFreq,
590       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
591       & cosPower, cAdjFreq, omega, rotationPeriod,       & cosPower, cAdjFreq, omega, rotationPeriod,
592       & tauThetaClimRelax, lambdaThetaClimRelax,       & tauThetaClimRelax,
593       & tauSaltClimRelax, lambdaSaltClimRelax,       & tauSaltClimRelax,
594       & tauTr1ClimRelax, lambdaTr1ClimRelax, latBandClimRelax,       & tauTr1ClimRelax, lambdaTr1ClimRelax, latBandClimRelax,
595       & externForcingCycle, externForcingPeriod,       & externForcingCycle, externForcingPeriod,
596       & convertFW2Salt, temp_EvPrRn, salt_EvPrRn,       & convertFW2Salt, temp_EvPrRn, salt_EvPrRn,
# Line 674  C      --"-"--  Quadratic  ( linear: 1/s Line 675  C      --"-"--  Quadratic  ( linear: 1/s
675        _RL convertEmP2rUnit        _RL convertEmP2rUnit
676        _RL tRef(Nr)        _RL tRef(Nr)
677        _RL sRef(Nr)        _RL sRef(Nr)
678        _RS fCori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL baseTime
       _RS fCoriG(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)  
       _RS fCoriCos(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)  
679        _RL startTime        _RL startTime
680        _RL endTime        _RL endTime
681        _RL chkPtFreq        _RL chkPtFreq
# Line 699  C      --"-"--  Quadratic  ( linear: 1/s Line 698  C      --"-"--  Quadratic  ( linear: 1/s
698        _RL omega        _RL omega
699        _RL rotationPeriod        _RL rotationPeriod
700        _RL tauThetaClimRelax        _RL tauThetaClimRelax
       _RL lambdaThetaClimRelax  
701        _RL tauSaltClimRelax        _RL tauSaltClimRelax
       _RL lambdaSaltClimRelax  
702        _RL tauTr1ClimRelax        _RL tauTr1ClimRelax
703        _RL lambdaTr1ClimRelax        _RL lambdaTr1ClimRelax
704        _RL latBandClimRelax        _RL latBandClimRelax

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.152

  ViewVC Help
Powered by ViewVC 1.1.22