Warning, /verification/lab_sea/input.salt_plume/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 05b7bb78 on 2012-01-21 18:57:01 UTC
e2b043985b Dimi*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 #
0007 # tRef - Reference vertical potential temperature (deg C)
0008 # sRef - Reference vertical salinity (PSU)
0009 # viscAh - Horizontal eddy viscosity coefficient (m^2/s)
0010 # viscAz - Vertical eddy viscosity coefficient (m^2/s)
0011 # diffKhT - Horizontal temperature diffusivity (m^2/s)
0012 # diffKzT - Vertical temperature diffusivity (m^2/s)
0013 # diffKhS - Horizontal salt diffusivity (m^2/s)
0014 # diffKzS - Vertical salt diffusivity (m^2/s)
0015 # gravity - Acceleration due to gravity (m/s^2)
0016 # rigidLid - Set to true to use rigid lid
0017 # implicitFreeSurface - Set to true to use implicit free surface
0018 # eosType - Flag for linear or polynomial equation of state
0019 # momAdvection - On/Off flag for momentum self transport
0020 # momViscosity - On/Off flag for momentum mixing
0021 #
0022 &PARM01
0023 tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 ,
0024 19.0 , 18.0 , 17.0 , 16.0 , 15.0 ,
0025 14.0 , 13.0 , 12.0 , 11.0 , 10.0 ,
0026 9.0 , 8.0 , 7.0 , 6.0, 5.0 ,
0027 4.0 , 3.0 , 2.0 ,
0028 sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
0029 34.90, 34.86, 34.78, 34.69, 34.60,
0030 34.58, 34.62, 34.68, 34.72, 34.73,
0031 34.74, 34.73, 34.73, 34.72, 34.72,
0032 34.71, 34.70, 34.69,
0033 no_slip_sides=.FALSE.,
0034 no_slip_bottom=.TRUE.,
0035 viscAz=1.93e-5,
0036 viscAh=5.E4,
0037 diffKhT=0.0,
0038 diffKzT=1.46e-5,
0039 diffKhS=0.0,
0040 diffKzS=1.46e-5,
0041 rigidLid=.FALSE.,
0042 implicitFreeSurface=.TRUE.,
0043 eosType='JMD95Z',
0044 saltStepping=.TRUE.,
0045 tempStepping=.TRUE.,
0046 momStepping=.TRUE.,
0047 implicitDiffusion=.TRUE.,
0048 implicitViscosity=.TRUE.,
15d2cf2883 Jean*0049 staggerTimeStep=.TRUE.,
0050 tempAdvScheme =7,
0051 saltAdvScheme =7,
0052 convertFW2Salt=-1,
e2b043985b Dimi*0053 allowFreezing=.FALSE.,
05b7bb78c9 Jean*0054 #- set wrong celsius2K to reproduce old results:
0055 celsius2K=273.16,
e2b043985b Dimi*0056 HeatCapacity_Cp = 3986.D0,
0057 gravity = 9.8156,
e7251fa1dd Jean*0058 rhoConst = 1027.D0,
172555e26d Ian *0059 rhoConstFresh = 999.8,
e7251fa1dd Jean*0060 useSingleCpuIO=.TRUE.,
0061 readBinaryPrec=32,
0062 writeBinaryPrec=32,
e2b043985b Dimi*0063 &
0064
0065 # Elliptic solver parameters
0066 #
0067 # cg2dMaxIters - Maximum number of 2d solver iterations
0068 # cg2dTargetResidual - Solver target residual
0069 #
0070 &PARM02
0071 cg2dMaxIters=500,
0072 cg2dTargetResidual=1.E-12,
0073 &
0074
0075 # Time stepping parameters
0076 #
0077 # startTime - Integration starting time (s)
0078 # endTime - Integration ending time (s)
0079 # deltaTMom - Timestep for momemtum equations (s)
0080 # deltaTtracer - Tracer timestep (s)
0081 # deltaTClock - Timestep used as model "clock" (s)
0082 # abEps - Adams-Bashforth stabilising factor
41fb919ba6 Dimi*0083 # pChkPtFreq - Frequency of permanent check pointing (s)
0084 # chkPtFreq - Frequency of rolling check pointing (s)
e2b043985b Dimi*0085 # dumpFreq - Frequency at which model state is stored (s)
0086 # tauThetaClimRelax - Relaxation to climatology time scale (s)
0087 # tauSaltClimRelax - Relaxation to climatology time scale (s)
0088 #
0089 &PARM03
3c57fdbed8 Gael*0090 startTime=3600.0,
0091 endTime=36000.,
e2b043985b Dimi*0092 deltaTmom=3600.0,
0093 deltaTtracer=3600.0,
0094 deltaTClock =3600.0,
0095 cAdjFreq=0.,
0096 abEps=0.1,
e7251fa1dd Jean*0097 forcing_In_AB = .FALSE.,
3c57fdbed8 Gael*0098 pChkptFreq=36000.,
0099 chkptFreq= 0.,
0100 dumpFreq = 0.,
e7251fa1dd Jean*0101 taveFreq = 36000.,
e2b043985b Dimi*0102 monitorFreq=1.,
e7251fa1dd Jean*0103 pickupStrictlyMatch=.FALSE.,
e2b043985b Dimi*0104 &
0105
0106 # Gridding parameters
0107 #
0108 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
0109 # delX - Zonal grid spacing (degrees)
0110 # delY - Meridional grid spacing (degrees)
0111 # delZ - Vertical grid spacing (m)
fdb16198f0 Jean*0112 # ygOrigin - Southern boundary latitude (degrees)
e2b043985b Dimi*0113 #
0114 &PARM04
0115 usingSphericalPolarGrid=.TRUE.,
0116 delX=20*2.E0,
0117 delY=16*2.E0,
0118 delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
0119 100., 150., 200., 275., 350., 415., 450.,
0120 500., 500., 500., 500., 500., 500., 500.,
fdb16198f0 Jean*0121 ygOrigin=46.,
0122 xgOrigin=280.,
e7251fa1dd Jean*0123 rSphere = 6371.D3,
e2b043985b Dimi*0124 &
0125
0126 # Input datasets
0127 #
0128 # bathyFile - File containing bathymetry
0129 # hydrogThetaFile - File containing initial potential temperature data
0130 # hydrogSaltFile - File containing initial salinity data
0131 # zonalWindFile - File containing zonal wind data
0132 # meridWindFile - File containing meridional wind data
0133 # thetaClimFile - File containing theta climatology used for relaxation
0134 # saltClimFile - File containing salt climatology used for relaxation
0135 #
0136 &PARM05
0137 bathyFile = 'bathy.labsea1979',
3c57fdbed8 Gael*0138 hydrogThetaFile = 'LevCli_temp.labsea1979',
0139 hydrogSaltFile = 'LevCli_salt.labsea1979',
e2b043985b Dimi*0140 &