-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_grids.xml
275 lines (232 loc) · 10.4 KB
/
config_grids.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<?xml version="1.0"?>
<grid_data version="2.1" xmlns:xi="http://www.w3.org/2001/XInclude">
<help>
=========================================
GRID naming convention
=========================================
The notation for the grid longname is
a%name_l%name_oi%name_r%name_m%mask_g%name_w%name
where
a% => atm, l% => lnd, oi% => ocn/ice, r% => river, m% => mask, g% => glc, w% => wav
Supported out of the box grid configurations are given via alias specification in
the file "config_grids.xml". Each grid alias can also be associated with the
following optional attributes
</help>
<grids>
<model_grid_defaults>
<grid name="atm" compset="SATM" >null</grid>
<grid name="lnd" compset="SLND" >null</grid>
<grid name="ocnice" compset="SOCN" >null</grid>
<grid name="rof" compset="SROF" >null</grid>
<grid name="glc" compset="SGLC" >null</grid>
<grid name="wav" compset="SWAV" >null</grid>
<grid name="iac" compset="SIAC" >null</grid>
</model_grid_defaults>
<model_grid alias="C96" >
<grid name="atm">C96</grid>
</model_grid>
<model_grid alias="C192" >
<grid name="atm">C192</grid>
</model_grid>
<model_grid alias="C384" >
<grid name="atm">C384</grid>
</model_grid>
<model_grid alias="C768" >
<grid name="atm">C768</grid>
</model_grid>
<model_grid alias="C768r" >
<grid name="atm">C768r</grid>
</model_grid>
<model_grid alias="T62_Atlantic8">
<grid name="atm">T62</grid>
<grid name="lnd">T62</grid>
<grid name="ocnice">Atlantic8</grid>
</model_grid>
<model_grid alias="TL319_Atlantic8">
<grid name="atm">TL319</grid>
<grid name="lnd">TL319</grid>
<grid name="ocnice">Atlantic8</grid>
</model_grid>
<model_grid alias="TL639_Atlantic8">
<grid name="atm">TL639</grid>
<grid name="lnd">TL639</grid>
<grid name="ocnice">Atlantic8</grid>
</model_grid>
<model_grid alias="C768r_Atlantic8">
<grid name="atm">C768r</grid>
<grid name="lnd">C768r</grid>
<grid name="ocnice">Atlantic8</grid>
</model_grid>
<model_grid alias="C96_t061" >
<grid name="atm">C96</grid>
<grid name="lnd">C96</grid>
<grid name="ocnice">tx0.66v1</grid>
<mask>tx0.66v1</mask>
</model_grid>
<model_grid alias="C96_t025" >
<grid name="atm">C96</grid>
<grid name="lnd">C96</grid>
<grid name="ocnice">tx0.25v1</grid>
<mask>tx0.25v1</mask>
</model_grid>
<model_grid alias="C192_t061" >
<grid name="atm">C192</grid>
<grid name="lnd">C192</grid>
<grid name="ocnice">tx0.66v1</grid>
<mask>tx0.66v1</mask>
</model_grid>
<model_grid alias="C192_t025" >
<grid name="atm">C192</grid>
<grid name="lnd">C192</grid>
<grid name="ocnice">tx0.25v1</grid>
<mask>tx0.25v1</mask>
</model_grid>
<model_grid alias="C384_t061" >
<grid name="atm">C384</grid>
<grid name="lnd">C384</grid>
<grid name="ocnice">tx0.66v1</grid>
<mask>tx0.66v1</mask>
</model_grid>
<model_grid alias="C384_t025" >
<grid name="atm">C384</grid>
<grid name="lnd">C384</grid>
<grid name="ocnice">tx0.25v1</grid>
<mask>tx0.25v1</mask>
</model_grid>
<model_grid alias="C768_t061" >
<grid name="atm">C768</grid>
<grid name="lnd">C768</grid>
<grid name="ocnice">tx0.66v1</grid>
<mask>tx0.66v1</mask>
</model_grid>
<model_grid alias="C768_t025" >
<grid name="atm">C768</grid>
<grid name="lnd">C768</grid>
<grid name="ocnice">tx0.25v1</grid>
<mask>tx0.25v1</mask>
</model_grid>
<model_grid alias="C768r_Atlantic8">
<grid name="atm">C768r</grid>
<grid name="lnd">C768r</grid>
<grid name="ocnice">Atlantic8</grid>
</model_grid>
</grids>
<!-- ======================================================== -->
<!-- Component grid domain specifications -->
<!-- ======================================================== -->
<domains>
<domain name="null">
<!-- null grid -->
<nx>0</nx> <ny>0</ny>
<file>unset</file>
<desc>null is no grid: </desc>
</domain>
<!-- fvcubed domains-->
<domain name="C96">
<nx>55296</nx> <ny>1</ny>
<file grid="atm|lnd" mask="gx1v6">$DIN_LOC_ROOT/share/domains/domain.lnd.C96_gx1v6.181018.nc</file>
<file grid="ocnice" mask="gx1v6">$DIN_LOC_ROOT/share/domains/domain.ocn.C96_gx1v6.181018.nc</file>
<file grid="atm|lnd" mask="tx0.66v1">$DIN_LOC_ROOT/share/domains/domain.lnd.C96_tx0.66v1.181210.nc</file>
<file grid="ocnice" mask="tx0.66v1">$DIN_LOC_ROOT/share/domains/domain.ocn.C96_tx0.66v1.181210.nc</file>
<mesh driver="nuopc">$DIN_LOC_ROOT/share/meshes/C96_181018_ESMFmesh.nc</mesh>
<desc>C96 is a fvcubed xx-deg grid:</desc>
<support>Experimental for fv3 dycore</support>
</domain>
<domain name="C192">
<nx>221184</nx> <ny>1</ny>
<desc>C192 is a fvcubed 50 km resolution grid:</desc>
<support>Experimental for fv3 dycore</support>
</domain>
<domain name="C384">
<nx>884736</nx> <ny>1</ny>
<desc>C384 is a fvcubed 25 km resolution grid:</desc>
<support>Experimental for fv3 dycore</support>
</domain>
<domain name="C768">
<nx>3538944</nx> <ny>1</ny>
<desc>C768 is a fvcubed 13 km resolution grid:</desc>
<support>Experimental for fv3 dycore</support>
</domain>
<domain name="tn0.25v3">
<nx>1440</nx> <ny>1050</ny>
<file grid="ocnice">$DIN_LOC_ROOT/share/domains/domain.ocn.tn0.25v3.160721.nc</file>
<desc>tn0.25v3 is NEMO ORCA1 tripole grid at 1/4 deg (reduced eORCA):</desc>
<support>NEMO ORCA1 tripole ocean grid</support>
</domain>
<domain name="tx0.25v1">
<nx>1440</nx> <ny>1080</ny>
<file grid="ocnice">$DIN_LOC_ROOT/share/domains/domain.ocn.tx0.25v1.190207.nc</file>
<mesh driver="nuopc">$DIN_LOC_ROOT/share/meshes/tx0.25v1_190204_ESMFmesh.nc</mesh>
<desc>tx0.25v1 is tripole v1 0.25-deg MOM6 grid:</desc>
<support>Experimental for MOM6 experiments</support>
</domain>
<domain name="tx0.66v1">
<nx>540</nx> <ny>458</ny>
<file grid="ocnice">$DIN_LOC_ROOT/share/domains/domain.ocn.tx0.66v1.190425.nc</file>
<mesh driver="nuopc">$DIN_LOC_ROOT/share/meshes/tx0.66v1_190314_ESMFmesh.nc</mesh>
<desc>tx0.66v1 is tripole v1 0.66-deg MOM6 grid:</desc>
<support>Experimental for MOM6 experiments</support>
</domain>
<!-- domains for data atmosphere -->
<domain name="T62">
<nx>192</nx> <ny>94</ny>
<file grid="atm|lnd" mask="Atlantic8">$DIN_LOC_ROOT/hafs/share/domains/domain.lnd.T62_Atlantic8.200423.nc</file>
<file grid="ocnice" mask="Atlantic8">$DIN_LOC_ROOT/hafs/share/domains/domain.ocn.T62_Atlantic8.200423.nc</file>
<mesh driver="nuopc">$DIN_LOC_ROOT/share/meshes/T62_040121_ESMFmesh.nc</mesh>
<desc>T62 is Gaussian grid:</desc>
</domain>
<domain name="TL319">
<nx>640</nx> <ny>320</ny>
<file grid="atm|lnd" mask="Atlantic8">$DIN_LOC_ROOT/hafs/share/domains/domain.lnd.TL319_Atlantic8.200527.nc</file>
<file grid="ocnice" mask="Atlantic8">$DIN_LOC_ROOT/hafs/share/domains/domain.ocn.TL319_Atlantic8.200527.nc</file>
<mesh driver="nuopc">$DIN_LOC_ROOT/share/meshes/TL319_151007_ESMFmesh.nc</mesh>
<desc>TL319 grid for JRA55</desc>
</domain>
<domain name="TL639">
<nx>1440</nx> <ny>721</ny>
<file grid="atm|lnd" mask="Atlantic8">$DIN_LOC_ROOT/hafs/share/domains/domain.lnd.TL639_Atlantic8.200618.nc</file>
<file grid="ocnice" mask="Atlantic8">$DIN_LOC_ROOT/hafs/share/domains/domain.ocn.TL639_Atlantic8.200618.nc</file>
<mesh driver="nuopc">$DIN_LOC_ROOT/share/meshes/TL639_200618_ESMFmesh.nc</mesh>
<desc>TL639 grid for ERA5</desc>
</domain>
<!-- domains for regional ocean (HYCOM) -->
<domain name="Atlantic8">
<nx>1135</nx> <ny>633</ny>
<file grid="ocnice">$DIN_LOC_ROOT/hafs/share/domains/domain.ocn.Atlantic8.2004123.nc</file>
<mesh driver="nuopc">$DIN_LOC_ROOT/hafs/share/meshes/Atlantic8_SCRIP_230420_ESMFmesh.nc</mesh>
<desc>Atlantic8 is a Atlantic grid for Dorian case at 7-8 km HYCOM grid:</desc>
<support>For regional HYCOM experiments</support>
</domain>
<!-- domains for regional atmosphere (UFSATM) -->
<domain name="C768r">
<nx>2561</nx> <ny>2161</ny>
<desc>C768r is a regional grid</desc>
<support>Standalone Regional (SAR) domian for HAFS application</support>
</domain>
</domains>
<!-- ======================================================== -->
<!-- Mapping -->
<!-- ======================================================== -->
<!-- The following are the required grid maps that must not be idmap if the -->
<!-- attributes grid1 and grid2 are not equal -->
<required_gridmaps>
<required_gridmap grid1="atm_grid" grid2="ocn_grid">ATM2OCN_FMAPNAME</required_gridmap>
<required_gridmap grid1="atm_grid" grid2="ocn_grid">ATM2OCN_SMAPNAME</required_gridmap>
<required_gridmap grid1="atm_grid" grid2="ocn_grid">ATM2OCN_VMAPNAME</required_gridmap>
<required_gridmap grid1="atm_grid" grid2="ocn_grid">OCN2ATM_FMAPNAME</required_gridmap>
<required_gridmap grid1="atm_grid" grid2="ocn_grid">OCN2ATM_SMAPNAME</required_gridmap>
<required_gridmap grid1="atm_grid" grid2="lnd_grid">ATM2LND_FMAPNAME</required_gridmap>
<required_gridmap grid1="atm_grid" grid2="lnd_grid">ATM2LND_SMAPNAME</required_gridmap>
<required_gridmap grid1="atm_grid" grid2="lnd_grid">LND2ATM_FMAPNAME</required_gridmap>
<required_gridmap grid1="atm_grid" grid2="lnd_grid">LND2ATM_SMAPNAME</required_gridmap>
<required_gridmap grid1="atm_grid" grid2="wav_grid">ATM2WAV_SMAPNAME</required_gridmap>
<required_gridmap grid1="ocn_grid" grid2="wav_grid">OCN2WAV_SMAPNAME</required_gridmap>
<required_gridmap grid1="ocn_grid" grid2="wav_grid">ICE2WAV_SMAPNAME</required_gridmap>
<required_gridmap grid1="ocn_grid" grid2="rof_grid">ROF2OCN_LIQ_RMAPNAME</required_gridmap>
<required_gridmap grid1="ocn_grid" grid2="rof_grid">ROF2OCN_ICE_RMAPNAME</required_gridmap>
<required_gridmap grid1="lnd_grid" grid2="rof_grid">LND2ROF_FMAPNAME</required_gridmap>
<required_gridmap grid1="lnd_grid" grid2="rof_grid">ROF2LND_FMAPNAME</required_gridmap>
</required_gridmaps>
<gridmaps driver="nuopc">
</gridmaps>
</grid_data>