Warning, /verification/lab_sea/input/data_YearlyFields is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 79a9f60c on 2010-02-17 21:11:00 UTC
8de0f03e63 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 readBinaryPrec=32,
0045 writeBinaryPrec=32,
0046 saltStepping=.TRUE.,
0047 tempStepping=.TRUE.,
0048 momStepping=.TRUE.,
0049 implicitDiffusion=.TRUE.,
0050 implicitViscosity=.TRUE.,
0051 #globalFiles=.TRUE.,
0052 #- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO
0053 useSingleCpuIO=.TRUE.,
0054 allowFreezing=.FALSE.,
0055 HeatCapacity_Cp = 3986.D0,
0056 gravity = 9.8156,
0057 rhoNil = 1027.D0,
0058 useCDscheme=.TRUE.,
c551311c54 Dimi*0059 debuglevel=1,
8de0f03e63 Dimi*0060 &
0061
0062 # Elliptic solver parameters
0063 #
0064 # cg2dMaxIters - Maximum number of 2d solver iterations
0065 # cg2dTargetResidual - Solver target residual
0066 #
0067 &PARM02
0068 cg2dMaxIters=500,
0069 cg2dTargetResidual=1.E-12,
0070 &
0071
0072 # Time stepping parameters
0073 #
0074 # startTime - Integration starting time (s)
0075 # endTime - Integration ending time (s)
0076 # tauCD - CD scheme coupling timescale (s)
0077 # deltaTMom - Timestep for momemtum equations (s)
0078 # deltaTtracer - Tracer timestep (s)
0079 # deltaTClock - Timestep used as model "clock" (s)
0080 # abEps - Adams-Bashforth stabilising factor
0081 # pChkPtFreq - Frequency of permanent check pointing (s)
0082 # chkPtFreq - Frequency of rolling check pointing (s)
0083 # dumpFreq - Frequency at which model state is stored (s)
0084 # tauThetaClimRelax - Relaxation to climatology time scale (s)
0085 # tauSaltClimRelax - Relaxation to climatology time scale (s)
0086 #
0087 &PARM03
0088 tauCD=172800.,
0089 startTime=0.0,
0090 endTime=63072000.,
0091 deltaTmom=3600.0,
0092 cAdjFreq=0.,
0093 abEps=0.1,
0094 forcing_In_AB = .FALSE.,
0095 dumpInitAndLast=.FALSE.,
0096 monitorFreq = 0.,
0097 &
0098
0099 # Gridding parameters
0100 #
0101 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
0102 # delX - Zonal grid spacing (degrees)
0103 # delY - Meridional grid spacing (degrees)
0104 # delZ - Vertical grid spacing (m)
0105 # phiMin - Southern boundary latitude (degrees)
0106 #
0107 &PARM04
0108 usingSphericalPolarGrid=.TRUE.,
0109 delX=20*2.E0,
0110 delY=16*2.E0,
0111 delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
0112 100., 150., 200., 275., 350., 415., 450.,
0113 500., 500., 500., 500., 500., 500., 500.,
0114 phimin=46.,
0115 thetamin=280.,
0116 rSphere = 6371.D3,
0117 &
0118
0119 # Input datasets
0120 #
0121 # bathyFile - File containing bathymetry
0122 # hydrogThetaFile - File containing initial potential temperature data
0123 # hydrogSaltFile - File containing initial salinity data
0124 # zonalWindFile - File containing zonal wind data
0125 # meridWindFile - File containing meridional wind data
0126 # thetaClimFile - File containing theta climatology used for relaxation
0127 # saltClimFile - File containing salt climatology used for relaxation
0128 #
0129 &PARM05
0130 bathyFile = 'bathy.labsea1979',
0131 hydrogThetaFile = 'LevCli_temp.labsea1979',
0132 hydrogSaltFile = 'LevCli_salt.labsea1979',
0133 &