/[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.218 by jmc, Fri Jul 18 22:19:26 2008 UTC revision 1.225 by dfer, Thu Nov 6 01:23:53 2008 UTC
# Line 46  C     bathyFile       :: File containing Line 46  C     bathyFile       :: File containing
46  C                        is taken from inline function.  C                        is taken from inline function.
47  C     topoFile        :: File containing the topography of the surface (unit=m)  C     topoFile        :: File containing the topography of the surface (unit=m)
48  C                        (mainly used for the atmosphere = ground height).  C                        (mainly used for the atmosphere = ground height).
 C     shelfIceFile    :: File containing the topography of the shelfice draught  
 C                        (unit=m)  
49  C     hydrogThetaFile :: File containing initial hydrographic data (3-D)  C     hydrogThetaFile :: File containing initial hydrographic data (3-D)
50  C                        for potential temperature.  C                        for potential temperature.
51  C     hydrogSaltFile  :: File containing initial hydrographic data (3-D)  C     hydrogSaltFile  :: File containing initial hydrographic data (3-D)
# Line 79  C     the_run_name    :: string identify Line 77  C     the_run_name    :: string identify
77       &                tRefFile, sRefFile, rhoRefFile,       &                tRefFile, sRefFile, rhoRefFile,
78       &                delRFile, delRcFile,       &                delRFile, delRcFile,
79       &                delXFile, delYFile, horizGridFile,       &                delXFile, delYFile, horizGridFile,
80       &                bathyFile, topoFile, shelfIceFile,       &                bathyFile, topoFile,
81       &                hydrogThetaFile, hydrogSaltFile, diffKrFile,       &                hydrogThetaFile, hydrogSaltFile, diffKrFile,
82       &                zonalWindFile, meridWindFile, thetaClimFile,       &                zonalWindFile, meridWindFile, thetaClimFile,
83       &                saltClimFile,       &                saltClimFile,
# Line 102  C     the_run_name    :: string identify Line 100  C     the_run_name    :: string identify
100        CHARACTER*(MAX_LEN_FNAM) delXFile        CHARACTER*(MAX_LEN_FNAM) delXFile
101        CHARACTER*(MAX_LEN_FNAM) delYFile        CHARACTER*(MAX_LEN_FNAM) delYFile
102        CHARACTER*(MAX_LEN_FNAM) horizGridFile        CHARACTER*(MAX_LEN_FNAM) horizGridFile
103        CHARACTER*(MAX_LEN_FNAM) bathyFile, topoFile, shelfIceFile        CHARACTER*(MAX_LEN_FNAM) bathyFile, topoFile
104        CHARACTER*(MAX_LEN_FNAM) hydrogThetaFile, hydrogSaltFile        CHARACTER*(MAX_LEN_FNAM) hydrogThetaFile, hydrogSaltFile
105        CHARACTER*(MAX_LEN_FNAM) diffKrFile        CHARACTER*(MAX_LEN_FNAM) diffKrFile
106        CHARACTER*(MAX_LEN_FNAM) zonalWindFile        CHARACTER*(MAX_LEN_FNAM) zonalWindFile
# Line 145  C     nonlinFreeSurf      :: option rela Line 143  C     nonlinFreeSurf      :: option rela
143  C                           =0 Linear free surface ; >0 Non-linear  C                           =0 Linear free surface ; >0 Non-linear
144  C     select_rStar        :: option related to r* vertical coordinate  C     select_rStar        :: option related to r* vertical coordinate
145  C                           =0 (default) use r coord. ; > 0 use r*  C                           =0 (default) use r coord. ; > 0 use r*
146    C     selectAddFluid      :: option to add mass source/sink of fluid in the interior
147    C                            (3-D generalisation of oceanic real-fresh water flux)
148    C                           =0 off ; =1 add fluid ; =-1 virtual flux (no mass added)
149  C     momForcingOutAB     :: =1: take momentum forcing contribution  C     momForcingOutAB     :: =1: take momentum forcing contribution
150  C                           out of (=0: in) Adams-Bashforth time stepping.  C                           out of (=0: in) Adams-Bashforth time stepping.
151  C     tracForcingOutAB    :: =1: take tracer (Temp,Salt,pTracers) forcing contribution  C     tracForcingOutAB    :: =1: take tracer (Temp,Salt,pTracers) forcing contribution
# Line 168  C     debugLevel          :: debug level Line 169  C     debugLevel          :: debug level
169       &        writeStatePrec,       &        writeStatePrec,
170       &        writeBinaryPrec, readBinaryPrec,       &        writeBinaryPrec, readBinaryPrec,
171       &        nonlinFreeSurf, select_rStar,       &        nonlinFreeSurf, select_rStar,
172         &        selectAddFluid,
173       &        momForcingOutAB, tracForcingOutAB,       &        momForcingOutAB, tracForcingOutAB,
174       &        tempAdvScheme, tempVertAdvScheme,       &        tempAdvScheme, tempVertAdvScheme,
175       &        saltAdvScheme, saltVertAdvScheme,       &        saltAdvScheme, saltVertAdvScheme,
# Line 186  C     debugLevel          :: debug level Line 188  C     debugLevel          :: debug level
188        INTEGER readBinaryPrec        INTEGER readBinaryPrec
189        INTEGER nonlinFreeSurf        INTEGER nonlinFreeSurf
190        INTEGER select_rStar        INTEGER select_rStar
191          INTEGER selectAddFluid
192        INTEGER momForcingOutAB, tracForcingOutAB        INTEGER momForcingOutAB, tracForcingOutAB
193        INTEGER tempAdvScheme, tempVertAdvScheme        INTEGER tempAdvScheme, tempVertAdvScheme
194        INTEGER saltAdvScheme, saltVertAdvScheme        INTEGER saltAdvScheme, saltVertAdvScheme
# Line 477  C     rhoConst  :: Vertically constant r Line 480  C     rhoConst  :: Vertically constant r
480  C     rhoFacC   :: normalized (by rhoConst) reference density at cell-Center  C     rhoFacC   :: normalized (by rhoConst) reference density at cell-Center
481  C     rhoFacF   :: normalized (by rhoConst) reference density at cell-interFace  C     rhoFacF   :: normalized (by rhoConst) reference density at cell-interFace
482  C     rhoConstFresh :: Constant reference density for fresh water (rain)  C     rhoConstFresh :: Constant reference density for fresh water (rain)
483    C     rho1Ref   :: reference vertical profile for density
484  C     tRef      :: reference vertical profile for potential temperature  C     tRef      :: reference vertical profile for potential temperature
485  C     sRef      :: reference vertical profile for salinity/specific humidity  C     sRef      :: reference vertical profile for salinity/specific humidity
486  C     phiRef    :: reference potential (pressure/rho, geopotential) profile  C     phiRef    :: reference potential (pressure/rho, geopotential) profile
# Line 638  C     salt_EvPrRn :: salinity of Rain & Line 642  C     salt_EvPrRn :: salinity of Rain &
642  C        (notes: a) tracer content of Rain/Evap only used if both  C        (notes: a) tracer content of Rain/Evap only used if both
643  C                     NonLin_FrSurf & useRealFreshWater are set.  C                     NonLin_FrSurf & useRealFreshWater are set.
644  C                b) use model surface (local) value if set to UNSET_RL)  C                b) use model surface (local) value if set to UNSET_RL)
645  C     hMixCrit    :: criteria for mixed-layer diagnostic  C     hMixCriteria:: criteria for mixed-layer diagnostic
646    C     dRhoSmall   :: parameter for mixed-layer diagnostic
647  C     ivdc_kappa  :: implicit vertical diffusivity for convection [m^2/s]  C     ivdc_kappa  :: implicit vertical diffusivity for convection [m^2/s]
648  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
649  C                    starting value (k=1) for vertical coordinate (rf(1)=Ro_SeaLevel)  C                    starting value (k=1) for vertical coordinate (rf(1)=Ro_SeaLevel)
# Line 680  C     psiEuler      :: Euler angle, rota Line 685  C     psiEuler      :: Euler angle, rota
685       & gravity, recip_gravity, gBaro,       & gravity, recip_gravity, gBaro,
686       & rhonil, recip_rhonil, rhoConst, recip_rhoConst,       & rhonil, recip_rhonil, rhoConst, recip_rhoConst,
687       & rhoFacC, recip_rhoFacC, rhoFacF, recip_rhoFacF,       & rhoFacC, recip_rhoFacC, rhoFacF, recip_rhoFacF,
688       & rhoConstFresh, tRef, sRef, phiRef, dBdrRef,       & rhoConstFresh, rho1Ref, tRef, sRef, phiRef, dBdrRef,
689       & rVel2wUnit, wUnit2rVel, mass2rUnit, rUnit2mass,       & rVel2wUnit, wUnit2rVel, mass2rUnit, rUnit2mass,
690       & baseTime, startTime, endTime,       & baseTime, startTime, endTime,
691       & chkPtFreq, pChkPtFreq, dumpFreq, adjDumpFreq,       & chkPtFreq, pChkPtFreq, dumpFreq, adjDumpFreq,
# Line 691  C     psiEuler      :: Euler angle, rota Line 696  C     psiEuler      :: Euler angle, rota
696       & externForcingCycle, externForcingPeriod,       & externForcingCycle, externForcingPeriod,
697       & convertFW2Salt, temp_EvPrRn, salt_EvPrRn,       & convertFW2Salt, temp_EvPrRn, salt_EvPrRn,
698       & hFacMinDr, hFacMinDp,       & hFacMinDr, hFacMinDp,
699       & ivdc_kappa, hMixCriteria, Ro_SeaLevel,       & ivdc_kappa, hMixCriteria, dRhoSmall, Ro_SeaLevel,
700       & sideDragFactor, bottomDragLinear, bottomDragQuadratic, nh_Am2,       & sideDragFactor, bottomDragLinear, bottomDragQuadratic, nh_Am2,
701       & smoothAbsFuncRange,       & smoothAbsFuncRange,
702       & tCylIn, tCylOut,       & tCylIn, tCylOut,
# Line 773  C     psiEuler      :: Euler angle, rota Line 778  C     psiEuler      :: Euler angle, rota
778        _RL rhoFacC(Nr),   recip_rhoFacC(Nr)        _RL rhoFacC(Nr),   recip_rhoFacC(Nr)
779        _RL rhoFacF(Nr+1), recip_rhoFacF(Nr+1)        _RL rhoFacF(Nr+1), recip_rhoFacF(Nr+1)
780        _RL rhoConstFresh        _RL rhoConstFresh
781          _RL rho1Ref(Nr)
782        _RL tRef(Nr)        _RL tRef(Nr)
783        _RL sRef(Nr)        _RL sRef(Nr)
784        _RL phiRef(2*Nr+1)        _RL phiRef(2*Nr+1)
# Line 811  C     psiEuler      :: Euler angle, rota Line 817  C     psiEuler      :: Euler angle, rota
817        _RL salt_EvPrRn        _RL salt_EvPrRn
818        _RL ivdc_kappa        _RL ivdc_kappa
819        _RL hMixCriteria        _RL hMixCriteria
820          _RL dRhoSmall
821        _RL Ro_SeaLevel        _RL Ro_SeaLevel
822        _RL sideDragFactor        _RL sideDragFactor
823        _RL bottomDragLinear        _RL bottomDragLinear
# Line 847  C             derived from the orography Line 854  C             derived from the orography
854        INTEGER integr_GeoPot, selectFindRoSurf        INTEGER integr_GeoPot, selectFindRoSurf
855    
856  C Logical flags for selecting packages  C Logical flags for selecting packages
857          LOGICAL useGAD
858          LOGICAL useOBCS
859          LOGICAL useSHAP_FILT
860          LOGICAL useZONAL_FILT
861        LOGICAL useOPPS        LOGICAL useOPPS
862        LOGICAL usePP81        LOGICAL usePP81
863        LOGICAL useMY82        LOGICAL useMY82
864        LOGICAL useGGL90        LOGICAL useGGL90
865        LOGICAL useKPP        LOGICAL useKPP
       LOGICAL useGAD  
866        LOGICAL useGMRedi        LOGICAL useGMRedi
867        LOGICAL useOBCS        LOGICAL useDOWN_SLOPE
       LOGICAL useAIM  
       LOGICAL useLand  
868        LOGICAL useCAL        LOGICAL useCAL
869        LOGICAL useEXF        LOGICAL useEXF
870          LOGICAL useBulkForce
871        LOGICAL useEBM        LOGICAL useEBM
872          LOGICAL useCheapAML
873        LOGICAL useGrdchk        LOGICAL useGrdchk
874        LOGICAL useECCO        LOGICAL useECCO
875        LOGICAL useSHAP_FILT        LOGICAL useSBO
       LOGICAL useZONAL_FILT  
876        LOGICAL useFLT        LOGICAL useFLT
877        LOGICAL usePTRACERS        LOGICAL usePTRACERS
878        LOGICAL useGCHEM        LOGICAL useGCHEM
879        LOGICAL useRBCS        LOGICAL useRBCS
880        LOGICAL useOffLine        LOGICAL useOffLine
881        LOGICAL useMATRIX        LOGICAL useMATRIX
       LOGICAL useSBO  
882        LOGICAL useSEAICE        LOGICAL useSEAICE
883          LOGICAL useSALT_PLUME
884        LOGICAL useShelfIce        LOGICAL useShelfIce
885        LOGICAL useThSIce        LOGICAL useThSIce
886        LOGICAL useATM2d        LOGICAL useATM2d
887        LOGICAL useBulkForce        LOGICAL useAIM
888        LOGICAL usefizhi        LOGICAL useLand
889        LOGICAL usegridalt        LOGICAL useFizhi
890          LOGICAL useGridAlt
891        LOGICAL useDiagnostics        LOGICAL useDiagnostics
       LOGICAL useMNC  
892        LOGICAL useREGRID        LOGICAL useREGRID
893          LOGICAL useMNC
894        LOGICAL useRunClock        LOGICAL useRunClock
895        LOGICAL useEMBED_FILES        LOGICAL useEMBED_FILES
896        LOGICAL useMYPACKAGE        LOGICAL useMYPACKAGE
       LOGICAL useSALT_PLUME  
897        COMMON /PARM_PACKAGES/        COMMON /PARM_PACKAGES/
898         &        useGAD, useOBCS, useSHAP_FILT, useZONAL_FILT,
899       &        useOPPS, usePP81, useMY82, useGGL90, useKPP,       &        useOPPS, usePP81, useMY82, useGGL90, useKPP,
900       &        useGAD, useGMRedi, useOBCS, useAIM, useLand,       &        useGMRedi, useDOWN_SLOPE,
901       &        useCAL, useEXF, useEBM, useGrdchk, useECCO,       &        useCAL, useEXF, useBulkForce, useEBM, useCheapAML,
902       &        useSHAP_FILT, useZONAL_FILT, useFLT,       &        useGrdchk, useECCO, useSBO, useFLT,
903       &        usePTRACERS, useGCHEM, useRBCS, useOffLine, useMATRIX,       &        usePTRACERS, useGCHEM, useRBCS, useOffLine, useMATRIX,
904       &        useSBO, useSEAICE, useShelfIce,       &        useSEAICE, useSALT_PLUME, useShelfIce, useThSIce,
905       &        useThSIce, useATM2D, useBulkForce,       &        useATM2D, useAIM, useLand, useFizhi, useGridAlt,
906       &        usefizhi, usegridalt, useDiagnostics, useMNC, useREGRID,       &        useDiagnostics, useREGRID, useMNC,
907       &        useRunClock, useEMBED_FILES, useMYPACKAGE, useSALT_PLUME       &        useRunClock, useEMBED_FILES,
908         &        useMYPACKAGE
909  CEH3 ;;; Local Variables: ***  CEH3 ;;; Local Variables: ***
910  CEH3 ;;; mode:fortran ***  CEH3 ;;; mode:fortran ***
911  CEH3 ;;; End: ***  CEH3 ;;; End: ***

Legend:
Removed from v.1.218  
changed lines
  Added in v.1.225

  ViewVC Help
Powered by ViewVC 1.1.22