Warning, /verification/front_relax/input.bvp/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit c4626ecb on 2011-02-10 23:30:55 UTC
c4626ecb6e Jean*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 tRef=29., 28., 27., 26., 25., 24., 23., 22., 21., 20., 19., 18.,
0008 17., 16., 15., 14., 13., 12., 11., 10., 09., 07., 08., 06., 05.,
0009 viscAr=2.E-4,
0010 viscA4=12.E5,
0011 no_slip_sides=.FALSE.,
0012 no_slip_bottom=.TRUE.,
0013 bottomDragLinear=1.E-3,
0014 #bottomDragQuadratic=1.E-3,
0015 #diffKrT=2.E-5,
0016 #diffKrS=2.E-5,
0017 diffKrNrT=6*1.E-2, 19*2.E-5,
0018 diffKrNrS=6*1.E-2, 19*2.E-5,
0019 diffKhT=0.E3,
0020 diffKhS=0.E3,
0021 beta=0.E-11,
0022 f0 =1.E-4,
0023 gravity=9.81,
0024 eosType='LINEAR',
0025 tAlpha=2.E-4,
0026 sBeta =0.E-4,
0027 rhoConst=1000.,
0028 rhoNil=1000.,
0029 rigidLid=.FALSE.,
0030 implicitFreeSurface=.TRUE.,
0031 implicitDiffusion=.TRUE.,
0032 hFacMin=.1,
0033 hMixCriteria=-0.1,
0034 #hMixCriteria=1.5,
0035 readBinaryPrec=64,
0036 writeBinaryPrec=64,
0037 &
0038
0039 # Elliptic solver parameters
0040 &PARM02
0041 cg2dMaxIters=1000,
0042 cg2dTargetResidual=1.E-13,
0043 &
0044
0045 # Time stepping parameters
0046 &PARM03
0047 startTime=0.,
0048 #nTimeSteps=8641,
0049 nTimeSteps=25,
0050 deltaT=3600.,
0051 cAdjFreq=-1.,
0052 abEps=0.1,
0053 pChkptFreq=0.,
0054 chkptFreq =0.,
0055 dumpFreq=2592000.,
0056 #monitorFreq=864000.,
0057 monitorSelect=1,
0058 monitorFreq=1.,
0059 &
0060
0061 # Gridding parameters
0062 &PARM04
0063 usingCartesianGrid=.TRUE.,
0064 delR= 10*20., 24., 29., 35., 42., 51., 61., 74.,
0065 89., 107., 128., 155., 186., 224., 270., 325.,
0066 delX=1*1.E5,
0067 delY=32*1.E5,
0068 &
0069
0070 # Input datasets
0071 &PARM05
0072 hydrogThetaFile='t_ini.bin',
0073 hydrogSaltFile ='s_ini.bin',
0074 uVelInitFile ='u_ini.bin',
0075 bathyFile ='topo_slp.bin',
0076 &