Warning, /verification/seaice_itd/input/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 0ba3967d on 2014-06-24 08:00:16 UTC
e67ff7e33f Torg*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 &PARM01
0ba3967dec Mart*0006 tRef= -1.62,
0007 sRef= 30.,
e67ff7e33f Torg*0008 no_slip_sides=.FALSE.,
0009 no_slip_bottom=.TRUE.,
0ba3967dec Mart*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=1.e-4,
0026 f0=0.e-4,
0027 beta=0.,
0028 useJamartWetPoints=.TRUE.,
e67ff7e33f Torg*0029 rigidLid=.FALSE.,
0030 implicitFreeSurface=.TRUE.,
0ba3967dec Mart*0031 #exactConserv=.TRUE.,
0032 convertFW2Salt=-1,
0033 readBinaryPrec=64,
0034 writeBinaryPrec=64,
0035 #globalFiles=.TRUE.,
0036 useSingleCpuIO=.TRUE.,
0037 #debugLevel=4,
e67ff7e33f Torg*0038 &
0039
0040 # Elliptic solver parameters
0041 &PARM02
0ba3967dec Mart*0042 cg2dMaxIters=500,
0043 cg2dTargetResidual=1.E-12,
e67ff7e33f Torg*0044 &
0045
0046 # Time stepping parameters
0047 &PARM03
0ba3967dec Mart*0048 startTime=0.0,
0049 #endTime=432000.,
0050 deltaT=1800.0,
e67ff7e33f Torg*0051 abEps=0.1,
0ba3967dec Mart*0052 forcing_In_AB = .FALSE.,
0053 pChkptFreq=3600000.,
0054 dumpFreq = 864000.,
0055 monitorSelect=2,
0056 nTimeSteps=12,
0057 monitorFreq=21600.,
e67ff7e33f Torg*0058 &
0059
0060 # Gridding parameters
0061 &PARM04
0062 usingCartesianGrid=.TRUE.,
0ba3967dec Mart*0063 delX=80*5.E3,
0064 delY=42*5.E3,
0065 ygOrigin=-110.E3,
0066 #delR= 20., 30., 50.,
0067 delR= 10.,
e67ff7e33f Torg*0068 &
0069
0ba3967dec Mart*0070 # Input datasets
e67ff7e33f Torg*0071 &PARM05
0ba3967dec Mart*0072 bathyFile = 'bathy_3c.bin',
0073 uVelInitFile = 'uVel_3c0.bin',
0074 vVelInitFile = 'vVel_3c0.bin',
0075 pSurfInitFile = 'eta_3c0.bin',
0076 #uVelInitFile = 'uVel_3c1.bin',
0077 #vVelInitFile = 'vVel_3c1.bin',
0078 #pSurfInitFile = 'eta_3c1.bin',
0079 #bathyFile = 'channel.bin',
0080 #uVelInitFile = 'const+40.bin',
0081 #vVelInitFile = 'const-10.bin',
e67ff7e33f Torg*0082 &