Warning, /verification/offline_exf_seaice/input_ad.thsice/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit d8141564 on 2021-04-15 23:54:02 UTC
da0d288297 Jean*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 &PARM01
0006 tRef= -1.62,
0007 sRef= 30.,
0008 no_slip_sides=.FALSE.,
0009 no_slip_bottom=.TRUE.,
0010 #bottomDragLinear=1.E-3,
0011 bottomDragQuadratic=5.E-3,
0012 viscAr=3.E-2,
0013 viscAh=3.E+2,
0014 HeatCapacity_Cp = 3986.,
0015 rhoNil = 1030.,
0016 rhoConstFresh = 1000.,
0017 eosType='LINEAR',
0018 tAlpha=2.E-4,
0019 sBeta= 0.,
0020 staggerTimeStep=.TRUE.,
0021 saltStepping=.FALSE.,
0022 #tempStepping=.FALSE.,
0023 tempAdvection=.FALSE.,
0024 momStepping=.FALSE.,
0025 f0=0.e-4,
0026 beta=0.,
0027 useJamartWetPoints=.TRUE.,
0028 rigidLid=.FALSE.,
0029 implicitFreeSurface=.TRUE.,
0030 #exactConserv=.TRUE.,
0031 convertFW2Salt=-1,
0032 readBinaryPrec=64,
0033 writeBinaryPrec=64,
0034 #globalFiles=.TRUE.,
0035 #useSingleCpuIO=.TRUE.,
0036 #debugLevel=4,
0037 &
0038
0039 # Elliptic solver parameters
0040 &PARM02
0041 cg2dMaxIters=500,
0042 cg2dTargetResidual=1.E-12,
0043 &
0044
0045 # Time stepping parameters
0046 &PARM03
0047 startTime=0.0,
0048 #endTime=864000.,
0049 deltaT=3600.0,
0050 abEps=0.1,
0051 forcing_In_AB = .FALSE.,
0052 pChkptFreq=3600000.,
0053 monitorFreq=432000.,
0054 monitorSelect=2,
0055 #dumpFreq = 86400.,
0056 nTimeSteps=60,
0057 #monitorFreq=1.,
0058 #dumpFreq = 1.,
d81415648f Jean*0059 adjMonitorFreq= 86400.,
da0d288297 Jean*0060 &
0061
0062 # Gridding parameters
0063 &PARM04
0064 usingCartesianGrid=.TRUE.,
0065 delX=80*5.E3,
0066 delY=42*5.E3,
0067 ygOrigin=-110.E3,
0068 #delR= 20., 30., 50.,
0069 delR= 10.,
0070 &
0071
0072 # Input datasets
0073 &PARM05
0074 #bathyFile = 'bathy_3c.bin',
0075 #uVelInitFile = 'uVel_3c0.bin',
0076 #vVelInitFile = 'vVel_3c0.bin',
0077 #pSurfInitFile = 'eta_3c0.bin',
0078 #uVelInitFile = 'uVel_3c1.bin',
0079 #vVelInitFile = 'vVel_3c1.bin',
0080 #pSurfInitFile = 'eta_3c1.bin',
0081 bathyFile = 'channel.bin',
0082 uVelInitFile = 'const+20.bin',
0083 vVelInitFile = 'const_00.bin',
0084 &