/[MITgcm]/MITgcm_contrib/llc_hires/llc_90/input/data
ViewVC logotype

Contents of /MITgcm_contrib/llc_hires/llc_90/input/data

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Fri Oct 19 22:54:15 2018 UTC (6 years, 9 months ago) by dimitri
Branch: MAIN
Changes since 1.2: +2 -2 lines
updating instructions and data file to separate differences
in asyncio and normal io "data" file

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef = 3*23.,3*22.,21.,2*20.,19.,2*18.,17.,2*16.,15.,14.,13.,
8 12.,11.,2*9.,8.,7.,2*6.,2*5.,3*4.,3*3.,4*2.,12*1.,
9 sRef = 50*34.5,
10 viscAr= 5.6614e-04,
11 no_slip_sides = .TRUE.,
12 no_slip_bottom = .TRUE.,
13 diffKrT=5.44e-7,
14 diffKrS=5.44e-7,
15 rhonil=1027.5,
16 rhoConstFresh=999.8,
17 eosType='JMD95Z',
18 hFacMin=0.3,
19 hFacInf=0.1,
20 hFacSup=5.,
21 implicitDiffusion=.TRUE.,
22 implicitViscosity=.TRUE.,
23 viscC4Leith=2.15,
24 viscC4Leithd=2.15,
25 viscA4GridMax=0.8,
26 useAreaViscLength=.TRUE.,
27 highOrderVorticity = .TRUE.,
28 bottomDragQuadratic = 0.0021,
29 tempAdvScheme=7,
30 saltAdvScheme=7,
31 StaggerTimeStep=.TRUE.,
32 multiDimAdvection=.TRUE.,
33 vectorInvariantMomentum=.TRUE.,
34 implicitFreeSurface=.TRUE.,
35 exactConserv=.TRUE.,
36 debuglevel=-1,
37 convertFW2Salt=-1.,
38 useRealFreshWaterFlux=.TRUE.,
39 useSingleCPUio=.TRUE.,
40 useSingleCpuInput=.TRUE.,
41 globalFiles=.FALSE.,
42 readBinaryPrec=32,
43 writeBinaryPrec=32,
44 temp_EvPrRn=0.,
45 implicSurfPress = 0.6,
46 implicDiv2DFlow = 0.6,
47 /
48
49 # Elliptic solver parameters
50 &PARM02
51 cg2dMaxIters = 100,
52 cg2dTargetResidual = 1.E-5,
53 &
54
55 # Time stepping parameters
56 &PARM03
57 nIter0=0,
58 nTimeSteps=12,
59 deltaT=900.,
60 abEps = 0.1,
61 forcing_In_AB=.FALSE.,
62 momDissip_In_AB=.FALSE.,
63 chkptFreq = 43200.0,
64 dumpfreq = 3600.,
65 dumpInitAndLast=.FALSE.,
66 monitorFreq = 900.0,
67 &
68
69 # Gridding parameters
70 &PARM04
71 usingCurvilinearGrid=.TRUE.,
72 delR =
73 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,
74 10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04, 19.82, 24.85,
75 31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18,
76 93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83,
77 139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50,
78 341.50,364.50,387.50,410.50,433.50,456.50,
79 &
80
81 # Input datasets
82 &PARM05
83 bathyFile ='bathy.bin',
84 &

  ViewVC Help
Powered by ViewVC 1.1.22