/[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.4 - (show annotations) (download)
Sun Mar 3 01:17:31 2019 UTC (6 years, 5 months ago) by dimitri
Branch: MAIN
Changes since 1.3: +9 -8 lines
adding Bron's newest asyncio code

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 useSingleCPUio=.FALSE.,
41 # useSingleCpuInput=.TRUE.,
42 # globalFiles=.TRUE.,
43 readBinaryPrec=32,
44 writeBinaryPrec=32,
45 temp_EvPrRn=0.,
46 implicSurfPress = 0.6,
47 implicDiv2DFlow = 0.6,
48 /
49
50 # Elliptic solver parameters
51 &PARM02
52 cg2dMaxIters = 100,
53 cg2dTargetResidual = 1.E-5,
54 /
55
56 # Time stepping parameters
57 &PARM03
58 nIter0=0,
59 nTimeSteps=12,
60 deltaT=900.,
61 abEps = 0.1,
62 forcing_In_AB=.FALSE.,
63 momDissip_In_AB=.FALSE.,
64 chkptFreq = 43200.0,
65 dumpfreq = 3600.,
66 monitorFreq = 900.0,
67 dumpInitAndLast=.FALSE.,
68 /
69
70 # Gridding parameters
71 &PARM04
72 usingCurvilinearGrid=.TRUE.,
73 delR =
74 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,
75 10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04, 19.82, 24.85,
76 31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18,
77 93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83,
78 139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50,
79 341.50,364.50,387.50,410.50,433.50,456.50,
80 /
81
82 # Input datasets
83 &PARM05
84 bathyFile ='bathy.bin',
85 /

  ViewVC Help
Powered by ViewVC 1.1.22