/[MITgcm]/MITgcm_contrib/ecco_darwin/v4_llc270/input_darwin/data
ViewVC logotype

Contents of /MITgcm_contrib/ecco_darwin/v4_llc270/input_darwin/data

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


Revision 1.4 - (show annotations) (download)
Thu Jan 30 02:32:14 2020 UTC (5 years, 6 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +4 -21 lines
changing v4_3deg configuration to be more consistent with v4_llc270

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 no_slip_sides = .TRUE.,
11 no_slip_bottom = .TRUE.,
12 #
13 viscAr=0.5E-4,
14 #
15 viscAh=1.E0,
16 viscAhGrid=1.E-2,
17 #
18 diffKhT=1.E1,
19 diffKhS=1.E1,
20 diffKrT=1.E-5,
21 diffKrS=1.E-5,
22 #
23 bottomDragQuadratic = 0.001,
24 #when using ggl90
25 ivdc_kappa=10.,
26 implicitDiffusion=.TRUE.,
27 implicitViscosity=.TRUE.,
28 viscC4Leith=1.5,
29 viscC4Leithd=1.5,
30 viscA4GridMax=0.5,
31 useAreaViscLength=.TRUE.,
32 useRealFreshWaterFlux=.TRUE.,
33 balanceSaltClimRelax=.TRUE.,
34 allowFreezing=.FALSE.,
35 hFacMinDr=50.,
36 hFacMin=0.3,
37 hFacInf=0.1,
38 hFacSup=5.,
39 select_rStar=2,
40 nonlinFreeSurf=4,
41 gravity=9.81,
42 rhonil=1029.,
43 rhoConst=1029.,
44 rhoConstFresh=1000.,
45 convertFW2Salt=-1.,
46 eosType='JMD95Z',
47 implicitFreeSurface=.TRUE.,
48 exactConserv=.TRUE.,
49 useSingleCpuIO=.TRUE.,
50 tempAdvScheme=30,
51 saltAdvScheme=30,
52 tempVertAdvScheme=3,
53 saltVertAdvScheme=3,
54 tempImplVertAdv=.TRUE.,
55 saltImplVertAdv=.TRUE.,
56 staggerTimeStep=.TRUE.,
57 vectorInvariantMomentum=.TRUE.,
58 #when using the cd scheme:
59 # useCDscheme=.TRUE.,
60 useJamartWetPoints=.TRUE.,
61 readBinaryPrec=32,
62 writeBinaryPrec=32,
63 debugLevel=-1,
64 /
65
66 # Elliptic solver parameters
67 &PARM02
68 cg2dMaxIters=300,
69 cg2dTargetResWunit=1.E-12,
70 /
71
72 # Time stepping parameters
73 &PARM03
74 nIter0=1,
75 endtime=852055200,
76 forcing_In_AB=.FALSE.,
77 momDissip_In_AB=.FALSE.,
78 #when using the cd scheme:
79 # epsAB_CD = 0.25,
80 # tauCD=172800.0,
81 deltaTmom =1200.,
82 deltaTtracer=1200.,
83 deltaTfreesurf=1200.,
84 deltaTClock =1200.,
85 #when using ab2:
86 # abEps = 0.1,
87 #when using ab3:
88 doAB_onGtGs=.FALSE.,
89 alph_AB=0.5,
90 beta_AB=0.281105,
91 #
92 pChkptFreq =31536000.0,
93 chkptFreq =31536000.0,
94 monitorFreq = 43200.0,
95 dumpInitAndLast = .FALSE.,
96 adjDumpFreq = 31536000.0,
97 adjMonitorFreq = 43200.0,
98 pickupStrictlyMatch=.FALSE.,
99 /
100
101 # Gridding parameters
102 &PARM04
103 usingCurvilinearGrid=.TRUE.,
104 delR =
105 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,
106 10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04, 19.82, 24.85,
107 31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18,
108 93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83,
109 139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50,
110 341.50,364.50,387.50,410.50,433.50,456.50,
111 /
112
113 # Input datasets
114 &PARM05
115 adTapeDir='tapes',
116 bathyFile ='bathy270_filled_noCaspian_r4',
117 hydrogThetaFile='T_OWPv1_M_eccollc_90x50.bin',
118 hydrogSaltFile ='S_OWPv1_M_eccollc_90x50.bin',
119 /

  ViewVC Help
Powered by ViewVC 1.1.22