-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGEOGRID.TBL
461 lines (461 loc) · 17 KB
/
GEOGRID.TBL
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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
# See options.txt for a (somewhat up to date) list of the
# options that may be specified here.
===============================
name = HGT_M
priority = 1
dest_type = continuous
smooth_option = smth-desmth_special; smooth_passes=1
fill_missing=0.
interp_option = gmted2010_30s:average_gcell(4.0)+four_pt+average_4pt
interp_option = gtopo_30s:average_gcell(4.0)+four_pt+average_4pt
interp_option = gtopo_2m:four_pt
interp_option = gtopo_5m:four_pt
interp_option = gtopo_10m:four_pt
interp_option = default:average_gcell(4.0)+four_pt+average_4pt
rel_path = gmted2010_30s:topo_gmted2010_30s/
rel_path = gtopo_30s:topo_30s/
rel_path = gtopo_2m:topo_2m/
rel_path = gtopo_5m:topo_5m/
rel_path = gtopo_10m:topo_10m/
rel_path = default:topo_gmted2010_30s/
===============================
name=LANDUSEF
priority=1
dest_type=categorical
z_dim_name=land_cat
dominant = LU_INDEX
landmask_water = nlcd2006_9s:17 # Calculate a landmask from this field
landmask_water =nlcd2006_30s:17 # Calculate a landmask from this field
landmask_water = nlcd2011_9s:17 # Calculate a landmask from this field
landmask_water = nlcd2006:17 # Calculate a landmask from this field
landmask_water = ssib_10m:16 # Calculate a landmask from this field
landmask_water = ssib_5m:16 # Calculate a landmask from this field
landmask_water = modis_15s:17 # Calculate a landmask from this field
landmask_water = modis_30s:17 # Calculate a landmask from this field
landmask_water = usgs_30s:16 # Calculate a landmask from this field
landmask_water = usgs_lakes:16,28 # Calculate a landmask from this field
landmask_water = modis_lakes:17,21 # Calculate a landmask from this field
landmask_water = usgs_2m:16 # Calculate a landmask from this field
landmask_water = usgs_5m:16 # Calculate a landmask from this field
landmask_water = usgs_10m:16 # Calculate a landmask from this field
landmask_water = default:17,21 # Calculate a landmask from this field
interp_option = nlcd2006_9s:average_gcell(0.0)
interp_option =nlcd2006_30s:average_gcell(0.0)
interp_option = nlcd2011_9s:average_gcell(0.0)
interp_option = nlcd2006:nearest_neighbor
interp_option = ssib_10m:four_pt
interp_option = ssib_5m:four_pt
interp_option = modis_15s:nearest_neighbor
interp_option = modis_30s:nearest_neighbor
interp_option = usgs_30s:nearest_neighbor
interp_option = usgs_lakes:nearest_neighbor
interp_option = modis_lakes:nearest_neighbor
interp_option = usgs_2m:four_pt
interp_option = usgs_5m:four_pt
interp_option = usgs_10m:four_pt
interp_option = default:nearest_neighbor
rel_path = nlcd2006_9s:nlcd2006_ll_9s/
rel_path =nlcd2006_30s:nlcd2006_ll_30s/
rel_path = nlcd2011_9s:nlcd2011_ll_9s/
rel_path = nlcd2006:nlcd2006_ll_30s/
rel_path = ssib_10m:ssib_landuse_10m/
rel_path = ssib_5m:ssib_landuse_5m/
rel_path = modis_15s:modis_landuse_20class_15s/
rel_path = modis_30s:modis_landuse_20class_30s/
rel_path = usgs_30s:landuse_30s/
rel_path = usgs_lakes:landuse_30s_with_lakes/
rel_path = modis_lakes:modis_landuse_21class_30s/
rel_path = usgs_2m:landuse_2m/
rel_path = usgs_5m:landuse_5m/
rel_path = usgs_10m:landuse_10m/
rel_path = default:modis_landuse_21class_30s/
===============================
name=SOILTEMP
priority=1
dest_type=continuous
interp_option=default:sixteen_pt+four_pt+average_4pt+average_16pt+search
masked=water
fill_missing=0.
rel_path=default:soiltemp_1deg/
===============================
name=SOILCTOP
priority=1
dest_type=categorical
z_dim_name=soil_cat
dominant=SCT_DOM
interp_option = 30s:nearest_neighbor
interp_option = 2m:four_pt
interp_option = 5m:four_pt
interp_option = 10m:four_pt
interp_option = default:four_pt
rel_path= 30s:soiltype_top_30s/
rel_path= 2m:soiltype_top_2m/
rel_path= 5m:soiltype_top_5m/
rel_path= 10m:soiltype_top_10m/
rel_path= default:soiltype_top_2m/
===============================
name=SOILCBOT
priority=1
dest_type=categorical
z_dim_name=soil_cat
dominant=SCB_DOM
interp_option = 30s:nearest_neighbor
interp_option = 2m:four_pt
interp_option = 5m:four_pt
interp_option = 10m:four_pt
interp_option = default:four_pt
rel_path= 30s:soiltype_bot_30s/
rel_path= 2m:soiltype_bot_2m/
rel_path= 5m:soiltype_bot_5m/
rel_path= 10m:soiltype_bot_10m/
rel_path= default:soiltype_bot_2m/
===============================
name=ALBEDO12M
priority=1
dest_type=continuous
z_dim_name=month
masked = water
fill_missing = 8.
interp_option=default:four_pt+average_4pt+average_16pt+search
rel_path=default:albedo_ncep/
===============================
name=GREENFRAC
priority=1
dest_type=continuous
interp_option=modis_fpar:average_gcell(4.0)+four_pt+average_4pt+average_16pt+search
interp_option=nesdis_greenfrac:four_pt+average_4pt+average_16pt+search
interp_option=default:average_gcell(4.0)+four_pt+average_4pt+average_16pt+search
z_dim_name=month
masked = water
fill_missing = 0.
rel_path=modis_fpar:greenfrac_fpar_modis/
rel_path=nesdis_greenfrac:greenfrac/
rel_path=default:greenfrac_fpar_modis/
===============================
name=LAI12M
priority=1
dest_type=continuous
interp_option=modis_lai:average_gcell(4.0)+four_pt+average_4pt+average_16pt+search
interp_option=default:average_gcell(4.0)+four_pt+average_4pt+average_16pt+search
z_dim_name=month
masked = water
fill_missing = 0.
rel_path=modis_lai:lai_modis_30s/
rel_path=default:lai_modis_10m/
flag_in_output=FLAG_LAI12M
===============================
name=SNOALB
priority=1
dest_type=continuous
interp_option=default:four_pt+average_4pt+average_16pt+search
masked = water
fill_missing = 0.
rel_path=default:maxsnowalb/
===============================
name=SLOPECAT
priority=1
dominant_only=SLOPECAT
dest_type=categorical
z_dim_name=slope_cat
masked = water
fill_missing = 0.
interp_option=default:nearest_neighbor+average_16pt+search
rel_path=default:islope/
===============================
name = CON
priority = 1
dest_type = continuous
masked=water
fill_missing=0.
interp_option = default:average_4pt
interp_option = 10m:average_4pt
interp_option = 20m:average_4pt
interp_option = 30m:average_4pt
interp_option = 1deg:average_4pt
interp_option = 2deg:average_4pt
rel_path = default:orogwd_10m/con/
rel_path = 10m:orogwd_10m/con/
rel_path = 20m:orogwd_20m/con/
rel_path = 30m:orogwd_30m/con/
rel_path = 1deg:orogwd_1deg/con/
rel_path = 2deg:orogwd_2deg/con/
===============================
name = VAR
priority = 1
dest_type = continuous
masked=water
fill_missing=0.
interp_option = default:average_4pt
interp_option = 10m:average_4pt
interp_option = 20m:average_4pt
interp_option = 30m:average_4pt
interp_option = 1deg:average_4pt
interp_option = 2deg:average_4pt
rel_path = default:orogwd_10m/var/
rel_path = 10m:orogwd_10m/var/
rel_path = 20m:orogwd_20m/var/
rel_path = 30m:orogwd_30m/var/
rel_path = 1deg:orogwd_1deg/var/
rel_path = 2deg:orogwd_2deg/var/
===============================
name = OA1
priority = 1
dest_type = continuous
masked=water
fill_missing=0.
interp_option = default:average_4pt
interp_option = 10m:average_4pt
interp_option = 20m:average_4pt
interp_option = 30m:average_4pt
interp_option = 1deg:average_4pt
interp_option = 2deg:average_4pt
rel_path = default:orogwd_10m/oa1/
rel_path = 10m:orogwd_10m/oa1/
rel_path = 20m:orogwd_20m/oa1/
rel_path = 30m:orogwd_30m/oa1/
rel_path = 1deg:orogwd_1deg/oa1/
rel_path = 2deg:orogwd_2deg/oa1/
===============================
name = OA2
priority = 1
dest_type = continuous
masked=water
fill_missing=0.
interp_option = default:average_4pt
interp_option = 10m:average_4pt
interp_option = 20m:average_4pt
interp_option = 30m:average_4pt
interp_option = 1deg:average_4pt
interp_option = 2deg:average_4pt
rel_path = default:orogwd_10m/oa2/
rel_path = 10m:orogwd_10m/oa2/
rel_path = 20m:orogwd_20m/oa2/
rel_path = 30m:orogwd_30m/oa2/
rel_path = 1deg:orogwd_1deg/oa2/
rel_path = 2deg:orogwd_2deg/oa2/
===============================
name = OA3
priority = 1
dest_type = continuous
masked=water
fill_missing=0.
interp_option = default:average_4pt
interp_option = 10m:average_4pt
interp_option = 20m:average_4pt
interp_option = 30m:average_4pt
interp_option = 1deg:average_4pt
interp_option = 2deg:average_4pt
rel_path = default:orogwd_10m/oa3/
rel_path = 10m:orogwd_10m/oa3/
rel_path = 20m:orogwd_20m/oa3/
rel_path = 30m:orogwd_30m/oa3/
rel_path = 1deg:orogwd_1deg/oa3/
rel_path = 2deg:orogwd_2deg/oa3/
===============================
name = OA4
priority = 1
dest_type = continuous
masked=water
fill_missing=0.
interp_option = default:average_4pt
interp_option = 10m:average_4pt
interp_option = 20m:average_4pt
interp_option = 30m:average_4pt
interp_option = 1deg:average_4pt
interp_option = 2deg:average_4pt
rel_path = default:orogwd_10m/oa4/
rel_path = 10m:orogwd_10m/oa4/
rel_path = 20m:orogwd_20m/oa4/
rel_path = 30m:orogwd_30m/oa4/
rel_path = 1deg:orogwd_1deg/oa4/
rel_path = 2deg:orogwd_2deg/oa4/
===============================
name = OL1
priority = 1
dest_type = continuous
masked=water
fill_missing=0.
interp_option = default:average_4pt
interp_option = 10m:average_4pt
interp_option = 20m:average_4pt
interp_option = 30m:average_4pt
interp_option = 1deg:average_4pt
interp_option = 2deg:average_4pt
rel_path = default:orogwd_10m/ol1/
rel_path = 10m:orogwd_10m/ol1/
rel_path = 20m:orogwd_20m/ol1/
rel_path = 30m:orogwd_30m/ol1/
rel_path = 1deg:orogwd_1deg/ol1/
rel_path = 2deg:orogwd_2deg/ol1/
===============================
name = OL2
priority = 1
dest_type = continuous
masked=water
fill_missing=0.
interp_option = default:average_4pt
interp_option = 10m:average_4pt
interp_option = 20m:average_4pt
interp_option = 30m:average_4pt
interp_option = 1deg:average_4pt
interp_option = 2deg:average_4pt
rel_path = default:orogwd_10m/ol2/
rel_path = 10m:orogwd_10m/ol2/
rel_path = 20m:orogwd_20m/ol2/
rel_path = 30m:orogwd_30m/ol2/
rel_path = 1deg:orogwd_1deg/ol2/
rel_path = 2deg:orogwd_2deg/ol2/
===============================
name = OL3
priority = 1
dest_type = continuous
masked=water
fill_missing=0.
interp_option = default:average_4pt
interp_option = 10m:average_4pt
interp_option = 20m:average_4pt
interp_option = 30m:average_4pt
interp_option = 1deg:average_4pt
interp_option = 2deg:average_4pt
rel_path = default:orogwd_10m/ol3/
rel_path = 10m:orogwd_10m/ol3/
rel_path = 20m:orogwd_20m/ol3/
rel_path = 30m:orogwd_30m/ol3/
rel_path = 1deg:orogwd_1deg/ol3/
rel_path = 2deg:orogwd_2deg/ol3/
===============================
name = OL4
priority = 1
dest_type = continuous
masked=water
fill_missing=0.
interp_option = default:average_4pt
interp_option = 10m:average_4pt
interp_option = 20m:average_4pt
interp_option = 30m:average_4pt
interp_option = 1deg:average_4pt
interp_option = 2deg:average_4pt
rel_path = default:orogwd_10m/ol4/
rel_path = 10m:orogwd_10m/ol4/
rel_path = 20m:orogwd_20m/ol4/
rel_path = 30m:orogwd_30m/ol4/
rel_path = 1deg:orogwd_1deg/ol4/
rel_path = 2deg:orogwd_2deg/ol4/
===============================
name = VAR_SSO
priority = 1
dest_type = continuous
fill_missing=0.
interp_option = 30s:average_gcell(4.0)+four_pt+average_4pt
interp_option = 2m:average_gcell(4.0)+four_pt+average_4pt
interp_option = 5m:average_gcell(4.0)+four_pt+average_4pt
interp_option = 10m:average_gcell(4.0)+four_pt+average_4pt
interp_option = default:average_gcell(4.0)+four_pt+average_4pt
rel_path = 30s:varsso/
rel_path = 2m:varsso_2m/
rel_path = 5m:varsso_5m/
rel_path = 10m:varsso_10m/
rel_path = default:varsso_10m/
===============================
name = LAKE_DEPTH
priority=1
dest_type = continuous
fill_missing = 10.
masked=land
interp_option = default:average_gcell(1.0)+search(5)
rel_path = default:lake_depth/
flag_in_output=FLAG_LAKE_DEPTH
===============================
name=URB_PARAM
priority=1
optional=yes
dest_type=continuous
fill_missing = 0.
z_dim_name=num_urb_params
interp_option=default:nearest_neighbor
rel_path=default:NUDAPT44_1km/
===============================
name=IMPERV
priority=1
optional=yes
dest_type=continuous
interp_option = default:average_gcell(0.0)
masked=water
fill_missing=0.
rel_path = default:nlcd2011_imp_ll_9s/
===============================
name=CANFRA
priority=1
optional=yes
dest_type=continuous
interp_option = default:average_gcell(0.0)
masked=water
fill_missing=0.
rel_path = default:nlcd2011_can_ll_9s/
===============================
name=ACTNH3
priority=1
dest_type=continuous
z_dim_name=month
masked = water
fill_missing = 8.
interp_option=default:nearest_neighbor+average_4pt+average_16pt+search
rel_path=default:activity_nh3/
===============================
name=AGRISOIL
priority=1
dest_type=continuous
masked = water
fill_missing = 0.
interp_option=default:nearest_neighbor+average_4pt+average_16pt+search
rel_path=default:nh3_agrisoil/
===============================
name=FERTILIZER
priority=1
dest_type=continuous
z_dim_name=month
masked = water
fill_missing = 0.
interp_option=default:nearest_neighbor+average_4pt+average_16pt+search
rel_path=default:nh3_fertilizer/
===============================
name=FREEINTEN
priority=1
dest_type=continuous
masked = water
fill_missing = 0.
interp_option=default:nearest_neighbor+average_4pt+average_16pt+search
rel_path=default:nh3_freeinten/
===============================
name=GRAZE
priority=1
dest_type=continuous
masked = water
fill_missing = 0.
interp_option=default:nearest_neighbor+average_4pt+average_16pt+search
rel_path=default:nh3_graze/
===============================
name=INDUSTRY
priority=1
dest_type=continuous
masked = water
fill_missing = 0.
interp_option=default:nearest_neighbor+average_4pt+average_16pt+search
rel_path=default:nh3_industry/
===============================
name=RESIDENTIAL
priority=1
dest_type=continuous
masked = water
fill_missing = 0.
interp_option=default:nearest_neighbor+average_4pt+average_16pt+search
rel_path=default:nh3_residential/
===============================
name=TRANSPORT
priority=1
dest_type=continuous
masked = water
fill_missing = 0.
interp_option=default:nearest_neighbor+average_4pt+average_16pt+search
rel_path=default:nh3_transport/
===============================