Warning, /verification/tutorial_deep_convection/input.smag3d/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit ddb09635 on 2021-02-03 03:13:42 UTC
672ec9c130 Jean*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 tRef=20*20.,
0008 sRef=20*35.,
0009 useSmag3D = .TRUE.,
5cdc543753 Jean*0010 #- to recover results with missing scaling:
0011 smag3D_coeff=8.838834764831845E-4,
ddb096358b Jean*0012 #- to use Smag3D diffusivity, set non-dimensional Smag3D diffusion
0013 # coeff: smag3D_diffCoeff (default = 0 --> unused) as shown below:
0014 # smag3D_diffCoeff= 1.E-4,
672ec9c130 Jean*0015 viscAh=1.E-5,
0016 viscAz=1.E-5,
0017 no_slip_sides=.FALSE.,
0018 no_slip_bottom=.FALSE.,
0019 #diffKhT=4.E-2,
0020 #diffKzT=4.E-2,
0021 f0=1.E-4,
0022 beta=0.E-11,
0023 tAlpha=2.0E-4,
0024 sBeta =0.,
0025 gravity=10.,
0026 rhoConst=1000.,
0027 rhoNil=1000.,
0028 heatCapacity_Cp=4000.,
0029 #rigidLid=.TRUE.,
0030 implicitFreeSurface=.TRUE.,
0031 exactConserv=.TRUE.,
0032 eosType='LINEAR',
0033 nonHydrostatic=.TRUE.,
0034 tempAdvScheme=77,
0035 staggerTimeStep=.TRUE.,
0036 saltStepping=.FALSE.,
0037 #useSingleCpuIO=.TRUE.,
0038 &
0039
0040 # Elliptic solver parameters
0041 &PARM02
0042 cg2dMaxIters=1000,
0043 cg2dTargetResidual=1.E-9,
0044 cg3dMaxIters=100,
0045 cg3dTargetResidual=1.E-9,
0046 &
0047
0048 # Time stepping parameters
0049 &PARM03
0050 nIter0=0,
0051 #endTime=86400.,
0052 nTimeSteps=3,
0053 deltaT=20.,
0054 abEps=0.1,
0055 forcing_In_AB=.FALSE.,
0056 momDissip_In_AB=.FALSE.,
0057 pChkptFreq=43200.,
0058 chkptFreq=7200.,
0059 dumpFreq=3600.,
0060 monitorFreq=600.,
0061 monitorSelect=1,
0062 monitorFreq=1.,
0063 &
0064
0065 # Gridding parameters
0066 &PARM04
0067 usingCartesianGrid=.TRUE.,
0068 dXspacing=20.,
0069 dYspacing=20.,
0070 delZ=50*20.,
0071 &
0072
0073 # Input datasets
0074 &PARM05
7130bed1c3 Jean*0075 surfQnetFile= 'Qnet_p32.bin',
672ec9c130 Jean*0076 hydrogThetaFile='T.120mn.bin',
0077 pSurfInitFile='Eta.120mn.bin',
0078 uVelInitFile = 'U.120mn.bin',
0079 vVelInitFile = 'V.120mn.bin',
0080 &