Warning, /verification/exp4/input.nlfs/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit f4cb6d1e on 2014-08-18 20:09:22 UTC
303dfc9c64 Jean*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 tRef= 0.696834, 0.497738, 0.298643, 0.0995477, -0.0995477, -0.298643, -0.497738, -0.696834,
0008 sRef= 8*35.,
0009 viscAr=1.E-3,
0010 viscAh=1.E3,
0011 #- put small value (<< stab.limit ~ 3.e10) only to test biharmonic-viscosity
0012 viscA4=1.E8,
0013 no_slip_sides=.FALSE.,
0014 no_slip_bottom=.FALSE.,
0015 diffKhT=1.E3,
0016 diffKrT=1.E-5,
0017 diffKhS=1.E3,
0018 diffKrS=1.E-5,
0019 saltAdvScheme=4,
f4cb6d1e9a Jean*0020 staggerTimeStep=.TRUE.,
303dfc9c64 Jean*0021 eosType='LINEAR',
0022 tAlpha=2.E-4,
0023 sBeta =0.E-4,
0024 gravity=9.81,
0025 f0=1.e-4,
0026 beta=0.E-11,
0027 vectorInvariantMomentum=.TRUE.,
0028 selectVortScheme=3,
0029 selectKEscheme=2,
0030 #nonHydrostatic=.TRUE.,
0031 rigidLid=.FALSE.,
0032 implicitFreeSurface=.TRUE.,
0033 exactConserv=.TRUE.,
0034 select_rStar=2,
0035 nonlinFreeSurf=4,
0036 hFacInf=0.2,
0037 hFacSup=2.0,
0038 hFacMin=0.2,
0039 readBinaryPrec=64,
0040 #- not safe to use globalFiles in multi-processors runs
0041 #globalFiles=.TRUE.,
0042 #useSingleCpuIO=.TRUE.,
0043 &
0044
0045 # Elliptic solver parameters
0046 &PARM02
0047 cg2dMaxIters=1000,
0048 cg2dTargetResidual=1.E-13,
0049 cg3dMaxIters=400,
0050 cg3dTargetResidual=1.E-13,
0051 &
0052
0053 # Time stepping parameters
0054 &PARM03
0055 nIter0=0,
0056 nTimeSteps=10,
0057 baseTime=10800.,
0058 deltaT=600.0,
0059 abEps=0.1,
f4cb6d1e9a Jean*0060 doAB_onGtGs=.FALSE.,
303dfc9c64 Jean*0061 momDissip_In_AB=.FALSE.,
0062 pChkptFreq=0.0,
0063 chkptFreq=0.0,
0064 dumpFreq=10800.0,
0065 monitorSelect=2,
0066 monitorFreq=1.,
0067 # for time dependent open boundary conditions, activate the following 3 lines:
0068 periodicExternalForcing=.TRUE.,
0069 externForcingPeriod=21600.,
0070 externForcingCycle =43200.,
0071 &
0072
0073 # Gridding parameters
0074 &PARM04
0075 usingCartesianGrid=.TRUE.,
0076 delX=80*5.e3,
0077 delY=42*5.e3,
0078 delR= 8*562.5,
0079 &
0080
0081 # Input datasets
0082 &PARM05
0083 bathyFile='topog.bump',
0084 &