/[MITgcm]/MITgcm_contrib/ifenty/LatLon/input/data
ViewVC logotype

Contents of /MITgcm_contrib/ifenty/LatLon/input/data

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


Revision 1.1 - (show annotations) (download)
Wed Jul 5 16:17:05 2006 UTC (19 years ago) by ifenty
Branch: MAIN
CVS Tags: HEAD
Initial checkin of lat-lon configuration of the Lab Sea

1 #
2 # ******************************
3 # Model parameters
4 # Continuous equation parameters
5 # ******************************
6 &PARM01
7 tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 ,
8 19.0 , 18.0 , 17.0 , 16.0 , 15.0 ,
9 14.0 , 13.0 , 12.0 , 11.0 , 10.0 ,
10 9.0 , 8.0 , 7.0 , 6.0, 5.0 ,
11 4.0 , 3.0 , 2.0 ,
12 sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
13 34.90, 34.86, 34.78, 34.69, 34.60,
14 34.58, 34.62, 34.68, 34.72, 34.73,
15 34.74, 34.73, 34.73, 34.72, 34.72,
16 34.71, 34.70, 34.69,
17 no_slip_sides=.false.,
18 no_slip_bottom=.TRUE.,
19 viscAz=1.E-3,
20 viscAh=1.E4,
21 diffKhT=1.E2,
22 diffKzT=1.E-5,
23 diffKhS=1.E2,
24 diffKzS=1.E-5,
25 beta=1.E-11,
26 tAlpha=2.E-4,
27 sBeta =7.4E-4,
28 gravity=9.81,
29 gBaro=9.81,
30 rigidLid=.FALSE.,
31 implicitFreeSurface=.true.,
32 eosType='JMD95Z',
33 readBinaryPrec=32,
34 writeBinaryPrec=32,
35 saltStepping=.TRUE.,
36 tempStepping=.TRUE.,
37 momStepping=.TRUE.,
38 implicitDiffusion=.true.,
39 implicitViscosity=.true.,
40 globalFiles=.false.,
41 useSingleCpuIO=.TRUE.,
42 useCDscheme=.FALSE.,
43 useNHMTerms=.TRUE.,
44 exactConserv=.FALSE.,
45 # exactConserv=.TRUE.,
46 tempAdvScheme = 3,
47 saltAdvScheme = 3,
48 debugLevel=0,
49 vectorInvariantMomentum=.TRUE.,
50 /
51
52 # **************************
53 # Elliptic solver parameters
54 # **************************
55 &PARM02
56 cg2dMaxIters=1000,
57 # cg2dMaxIters=100,
58 cg2dTargetResidual=1.E-11,
59 # cg2dTargetResidual=1.E-5,
60 /
61
62 # ************************
63 # Time stepping parameters
64 # ************************
65 &PARM03
66 # calendarDumps=.TRUE.,
67 calendarDumps=.FALSE.,
68
69 #
70 nIter0 = 0,
71 # nTimeSteps=1,
72
73 # just 12 time stpes
74 nTimeSteps = 12,
75
76
77 # 1 month 30.5*24,
78 # nTimeSteps=732,
79 # 1 month 31*24,
80 # nTimeSteps=750
81
82 # 2 months 30.5*24*2
83 # nTimeSteps=1464,
84
85 # 1 year
86 # 365 days
87 # nTimeSteps=8760,
88
89 # 366 days
90 # nTimeSteps=8785,
91
92 # what const. did
93 # nTimeSteps=8784,
94
95 # 2 years
96 # nTimeSteps=17440,
97 # 11 years
98 # nTimeSteps=96398,
99 # 12 years
100 # nTimeSteps=105120,
101 # 13 years
102 # nTimeSteps=113880,
103 #
104 forcing_In_AB = .FALSE.,
105
106 deltaTmom=3600.0,
107 deltaTtracer=3600.0,
108 deltaTClock =3600.0,
109 cAdjFreq=0.,
110 abEps=0.1,
111
112 # IAN
113 # every time step
114 dumpFreq = 3600.,
115 # taveFreq = 3600.,
116 # adjDumpFreq = 3600.,
117 # chkptFreq = 3600.,
118 # pChkptFreq = 3600.,
119 # monitorFreq = 3600.,
120
121 # dumpFreq = 21600.,
122 # taveFreq = 21600.,
123
124 # Daily
125 # dumpFreq = 86400.,
126 # taveFreq = 86400.,
127 # adjDumpFreq = 86400.,
128 # chkptFreq = 86400.,
129 # pChekptFreq = 86400.,
130 # monitorFreq = 86400.,
131
132 # Weekly
133 # dumpFreq = 604800.,
134 # taveFreq = 604800.,
135 # adjDumpFreq = 604800.,
136 # chkptFreq = 604800.,
137 # pChekptFreq = 604800.,
138
139 # two weeks
140 # dumpFreq = 54900.,
141 # taveFrew = 54900.,
142
143 # monthly. 30.5 days
144 # dumpFreq = 2635200.,
145 taveFreq = 2635200.,
146
147 # monthly 31 days
148 # dumpFreq = 2678400.,
149 # taveFreq = 2678400.,
150
151 # ENDIAN
152
153 # year?
154 monitorFreq = 31536000.0,
155 /
156
157 # *******************
158 # Gridding parameters
159 # *******************
160 &PARM04
161 usingCartesianGrid=.FALSE.,
162 usingSphericalPolarGrid=.TRUE.,
163 usingCurvilinearGrid=.FALSE.,
164
165 delX=41*1.E0,
166 delY=33*1.E0,
167 delZ=10.,10.,15.,20.,20.,25.,35.,50.,75.,100.,150.,200.,275.,350.,415.,450.,500.,500.,500.,500.,500.,500.,500.,
168
169 phimin=45.0,
170 thetamin=279.0,
171 &
172
173 /
174
175 # **********
176 # Data Files
177 # **********
178 &PARM05
179
180 # IAN
181 bathyFile='LABSEA_bathy_fl_closed_boundary.bin',
182
183 # hydrogThetaFile = 'trial_t',
184 # hydrogSaltFile = 'trial_s',
185 # uVelInitFile = 'trial_u',
186 # vVelInitFile = 'trial_u',
187 #
188 #pSurfInitFile = 'trial_u',
189
190 hydrogThetaFile = 'LABSEA_LEVITUS_1x1_ptmp_NEW_corK',
191 hydrogSaltFile = 'LABSEA_LEVITUS_1x1_salt_NEW_corK',
192
193 # hydrogThetaFile = 'ECCO_ITERATION_134_TBAR_2000_LS',
194 # hydrogSaltFile = 'ECCO_ITERATION_134_SBAR_2000_LS',
195 # uVelInitFile = 'ECCO_ITERATION_134_UBAR_2000_LS',
196 # vVelInitFile = 'ECCO_ITERATION_134_VBAR_2000_LS',
197 # pSurfInitFile = 'ECCO_ITERATION_134_PSBAR_2000_LS',
198 # END IAN
199
200 /

  ViewVC Help
Powered by ViewVC 1.1.22