Warning, /verification/tutorial_plume_on_slope/input/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 7130bed1 on 2018-08-24 20:42:39 UTC
bf8b271b6c Jean*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 tRef=60*1.,
0008 sRef=60*35.,
0009 viscA4=0.0E4,
0010 viscAh=1.E-2,
0011 viscAz=1.E-3,
2f6f180016 Jean*0012 bottomDragLinear=0.E-4,
bf8b271b6c Jean*0013 no_slip_sides=.TRUE.,
0014 no_slip_bottom=.TRUE.,
0015 diffK4T=0.E4,
0016 diffKhT=0.E-2,
0017 diffKzT=0.E-3,
0018 diffK4S=0.E4,
0019 diffKhS=1.E-2,
0020 diffKzS=1.E-5,
98e6aaed6a Jean*0021 tempAdvScheme=33,
bf8b271b6c Jean*0022 f0=0.e-4,
0023 beta=0.E-11,
2f6f180016 Jean*0024 eosType='LINEAR',
bf8b271b6c Jean*0025 tAlpha=2.E-4,
0026 sBeta =0.E-4,
0027 rigidLid=.FALSE.,
0028 implicitFreeSurface=.TRUE.,
0029 hFacMin=0.05,
0030 nonHydrostatic=.TRUE.,
0031 readBinaryPrec=64,
0032 #- not safe to use globalFiles in multi-processors runs
0033 #globalFiles=.TRUE.,
98e6aaed6a Jean*0034 plotLevel=0,
bf8b271b6c Jean*0035 &
0036
0037 # Elliptic solver parameters
0038 &PARM02
0039 cg2dMaxIters=300,
0040 cg2dTargetResidual=1.E-13,
0041 cg3dMaxIters=20,
0042 cg3dTargetResidual=1.E-8,
0043 &
0044
0045 # Time stepping parameters
0046 &PARM03
2f6f180016 Jean*0047 nIter0=0,
bf8b271b6c Jean*0048 nTimeSteps=20,
0049 #nTimeSteps=8640,
0050 deltaT=20.0,
0051 abEps=0.01,
0052 pChkptFreq=0.0,
0053 chkptFreq=0.0,
0054 dumpFreq=6000.0,
0055 #taveFreq=864000.0,
2f6f180016 Jean*0056 monitorSelect=2,
bf8b271b6c Jean*0057 monitorFreq=1.,
0058 &
0059
0060 # Gridding parameters
0061 &PARM04
0062 usingCartesianGrid=.TRUE.,
0063 delXfile='dx.bin',
0064 dYspacing=200.,
0065 delZ=60*3.33333333333333333333333,
0066 &
0067
0068 # Input datasets
0069 &PARM05
7130bed1c3 Jean*0070 bathyFile ='topog.slope',
bf8b271b6c Jean*0071 hydrogThetaFile='T.init',
7130bed1c3 Jean*0072 surfQnetFile ='Qnet.forcing',
bf8b271b6c Jean*0073 #hydrogThetaFile='T.pickup',
7130bed1c3 Jean*0074 #uVelInitFile ='U.pickup',
0075 #pSurfInitFile ='Eta.pickup',
bf8b271b6c Jean*0076 &