Warning, /verification/cheapAML_box/input/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit e7010342 on 2012-12-28 23:33:06 UTC
44d092da7a Jean*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 tRef=20.,
0008 sRef=35.,
0009 viscAh=500.,
0010 diffKhT=200.,
0011 diffKhS=200.,
0012 tempAdvScheme=33,
0013 staggerTimeStep=.TRUE.,
0014 eosType='LINEAR',
e701034274 Jean*0015 celsius2K=273.16,
44d092da7a Jean*0016 readBinaryPrec=64,
0017 #debugLevel=5,
0018 &
0019
0020 # Elliptic solver parameters
0021 &PARM02
0022 &
0023
0024 # Time stepping parameters
0025 &PARM03
0026 nIter0 = 0,
0027 deltaT = 1200.,
0028 endTime = 28800.,
0029 dumpFreq= 14400.,
0030 monitorFreq=3600.,
0031 &
0032
0033 # Grid parameters
0034 &PARM04
0035 usingSphericalPolarGrid=.TRUE.,
0036 ygOrigin=30.,
0037 dxSpacing=0.25,
0038 dySpacing=0.25,
0039 delR=1000.,
0040 &
0041
0042 # Input datasets
0043 &PARM05
0044 bathyFile='topog.box',
0045 &