Warning, /verification/seaice_obcs/input.tides/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 7843dde2 on 2019-06-11 16:37:20 UTC
adb13907c3 Dimi*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 # tRef - Reference vertical potential temperature (deg C)
0007 # sRef - Reference vertical salinity (PSU)
0008 # viscAh - Horizontal eddy viscosity coefficient (m^2/s)
0009 # viscAz - Vertical eddy viscosity coefficient (m^2/s)
0010 # diffKhT - Horizontal temperature diffusivity (m^2/s)
0011 # diffKzT - Vertical temperature diffusivity (m^2/s)
0012 # diffKhS - Horizontal salt diffusivity (m^2/s)
0013 # diffKzS - Vertical salt diffusivity (m^2/s)
0014 # gravity - Acceleration due to gravity (m/s^2)
0015 # rigidLid - Set to true to use rigid lid
0016 # implicitFreeSurface - Set to true to use implicit free surface
0017 # eosType - Flag for linear or polynomial equation of state
0018 # momAdvection - On/Off flag for momentum self transport
0019 # momViscosity - On/Off flag for momentum mixing
0020 #
0021 &PARM01
0022 tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 ,
0023 19.0 , 18.0 , 17.0 , 16.0 , 15.0 ,
0024 14.0 , 13.0 , 12.0 , 11.0 , 10.0 ,
0025 9.0 , 8.0 , 7.0 , 6.0, 5.0 ,
0026 4.0 , 3.0 , 2.0 ,
0027 sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
0028 34.90, 34.86, 34.78, 34.69, 34.60,
0029 34.58, 34.62, 34.68, 34.72, 34.73,
0030 34.74, 34.73, 34.73, 34.72, 34.72,
0031 34.71, 34.70, 34.69,
0032 no_slip_sides=.FALSE.,
0033 no_slip_bottom=.TRUE.,
0034 viscAz=1.93e-5,
0035 viscAh=5.E4,
0036 diffKhT=0.0,
0037 diffKzT=1.46e-5,
0038 diffKhS=0.0,
0039 diffKzS=1.46e-5,
0040 #- put small value (<< stab.limit ~ 2.e15) only to test biharmonic-diffusivity:
0041 diffK4T=1.E11,
0042 diffK4S=1.E11,
0043 #-
0044 rigidLid=.FALSE.,
0045 implicitFreeSurface=.TRUE.,
0046 eosType='JMD95Z',
7843dde2de jm-c 0047 selectCoriScheme=2,
adb13907c3 Dimi*0048 implicitDiffusion=.TRUE.,
0049 implicitViscosity=.TRUE.,
0050 staggerTimeStep=.TRUE.,
0051 tempAdvScheme =7,
0052 saltAdvScheme =7,
0053 convertFW2Salt=-1,
0054 #- set wrong celsius2K to reproduce old results:
0055 celsius2K=273.16,
7843dde2de jm-c 0056 HeatCapacity_Cp = 3986.E0,
adb13907c3 Dimi*0057 gravity = 9.8156,
7843dde2de jm-c 0058 rhoConst = 1027.E0,
adb13907c3 Dimi*0059 rhoConstFresh = 999.8,
0060 useSingleCpuIO=.TRUE.,
0061 readBinaryPrec=32,
0062 writeBinaryPrec=32,
0063 &
0064
0065 # Elliptic solver parameters
0066 # cg2dMaxIters - Maximum number of 2d solver iterations
0067 # cg2dTargetResidual - Solver target residual
0068 #
0069 &PARM02
0070 cg2dMaxIters=500,
0071 cg2dTargetResidual=1.E-12,
0072 &
0073
0074 # Time stepping parameters
0075 # startTime - Integration starting time (s)
0076 # endTime - Integration ending time (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 startTime=3600.0,
1b63f776bb Dimi*0089 endTime=21600.,
7843dde2de jm-c 0090 deltaT= 3600.0,
adb13907c3 Dimi*0091 cAdjFreq=0.,
0092 abEps=0.1,
0093 forcing_In_AB = .FALSE.,
0094 pChkptFreq=36000.,
0095 chkptFreq= 0.,
0096 dumpFreq = 0.,
0097 taveFreq = 36000.,
0098 monitorFreq=1.,
0099 pickupStrictlyMatch=.FALSE.,
0100 &
0101
0102 # Gridding parameters
0103 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
0104 # delX - Zonal grid spacing (degrees)
0105 # delY - Meridional grid spacing (degrees)
0106 # delZ - Vertical grid spacing (m)
0107 # ygOrigin - Southern boundary latitude (degrees)
0108 #
0109 &PARM04
0110 usingSphericalPolarGrid=.TRUE.,
0111 delX=10*2.E0,
0112 delY= 8*2.E0,
0113 delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
0114 100., 150., 200., 275., 350., 415., 450.,
0115 500., 500., 500., 500., 500., 500., 500.,
0116 ygOrigin=46.,
0117 xgOrigin=280.,
0118 rSphere = 6371.D3,
0119 &
0120
0121 # Input datasets
0122 # bathyFile - File containing bathymetry
0123 # hydrogThetaFile - File containing initial potential temperature data
0124 # hydrogSaltFile - File containing initial salinity data
0125 # zonalWindFile - File containing zonal wind data
0126 # meridWindFile - File containing meridional wind data
0127 # thetaClimFile - File containing theta climatology used for relaxation
0128 # saltClimFile - File containing salt climatology used for relaxation
0129 #
0130 &PARM05
0131 bathyFile = 'bathy.seaice_obcs',
0132 &