Warning, /verification/offline_exf_seaice/input/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 8377b8ee on 2023-05-05 23:17:05 UTC
5041945476 Patr*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 &PARM01
961c26b165 Jean*0006 tRef= -1.62,
0007 sRef= 30.,
5041945476 Patr*0008 no_slip_sides=.FALSE.,
0009 no_slip_bottom=.TRUE.,
961c26b165 Jean*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.,
5041945476 Patr*0021 saltStepping=.FALSE.,
961c26b165 Jean*0022 #tempStepping=.FALSE.,
0023 tempAdvection=.FALSE.,
978754d923 Dimi*0024 momStepping=.FALSE.,
961c26b165 Jean*0025 #f0=1.e-4,
0026 f0=0.e-4,
0027 beta=0.,
0028 useJamartWetPoints=.TRUE.,
0029 rigidLid=.FALSE.,
0030 implicitFreeSurface=.TRUE.,
0031 #exactConserv=.TRUE.,
0032 convertFW2Salt=-1,
0033 readBinaryPrec=64,
0034 writeBinaryPrec=64,
4620a1eed1 Jean*0035 #globalFiles=.TRUE.,
0036 useSingleCpuIO=.TRUE.,
961c26b165 Jean*0037 #debugLevel=4,
5041945476 Patr*0038 &
0039
0040 # Elliptic solver parameters
0041 &PARM02
0042 cg2dMaxIters=500,
961c26b165 Jean*0043 cg2dTargetResidual=1.E-12,
5041945476 Patr*0044 &
0045
0046 # Time stepping parameters
0047 &PARM03
961c26b165 Jean*0048 startTime=0.0,
0049 #endTime=432000.,
8377b8ee87 Mart*0050 # Use half the original time step to test the option of stepping
0051 # the sea ice dynamics solver with a longer timestep.
0052 deltaT= 900.0,
5041945476 Patr*0053 abEps=0.1,
0054 forcing_In_AB = .FALSE.,
961c26b165 Jean*0055 pChkptFreq=3600000.,
0056 dumpFreq = 864000.,
0057 monitorFreq=86400.,
0058 monitorSelect=2,
8377b8ee87 Mart*0059 nTimeSteps=24,
c3c85a09e5 Jean*0060 monitorFreq=21600.,
5041945476 Patr*0061 &
0062
0063 # Gridding parameters
0064 &PARM04
961c26b165 Jean*0065 usingCartesianGrid=.TRUE.,
0066 delX=80*5.E3,
0067 delY=42*5.E3,
bc574258f4 Jean*0068 ygOrigin=-110.E3,
961c26b165 Jean*0069 #delR= 20., 30., 50.,
0070 delR= 10.,
5041945476 Patr*0071 &
0072
0073 # Input datasets
0074 &PARM05
961c26b165 Jean*0075 bathyFile = 'bathy_3c.bin',
0076 uVelInitFile = 'uVel_3c0.bin',
0077 vVelInitFile = 'vVel_3c0.bin',
0078 #pSurfInitFile = 'eta_3c0.bin',
0079 #uVelInitFile = 'uVel_3c1.bin',
0080 #vVelInitFile = 'vVel_3c1.bin',
0081 #pSurfInitFile = 'eta_3c1.bin',
0082 #bathyFile = 'channel.bin',
0083 #uVelInitFile = 'const+40.bin',
0084 #vVelInitFile = 'const-10.bin',
5041945476 Patr*0085 &