source: trunk/mesoscale/LMD_MM_MARS/SRC/WPS/geogrid/GEOGRID.TBL.NMM @ 13

Last change on this file since 13 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

File size: 4.3 KB
Line 
1# See options.txt for a (somewhat up to date) list of the
2# options that may be specified here.
3===============================
4name = HGT_M
5        priority = 1
6        dest_type = continuous
7        interp_option =     30s:average_gcell(4.0)+four_pt+average_4pt
8        interp_option =      2m:four_pt
9        interp_option =      5m:four_pt
10        interp_option =     10m:four_pt
11        interp_option = default:four_pt
12        smooth_option = smth-desmth; smooth_passes=1
13        fill_missing=0.
14        rel_path=     30s:topo_30s/
15        rel_path=      2m:topo_2m/
16        rel_path=      5m:topo_5m/
17        rel_path=     10m:topo_10m/
18        rel_path= default:topo_2m/
19===============================
20name = HGT_V
21        output_stagger = VV
22        priority = 1
23        dest_type = continuous
24        interp_option =     30s:average_gcell(4.0)+four_pt+average_4pt
25        interp_option =      2m:four_pt
26        interp_option =      5m:four_pt
27        interp_option =     10m:four_pt
28        interp_option = default:four_pt
29        smooth_option = smth-desmth; smooth_passes=1
30        fill_missing=0.
31        rel_path=     30s:topo_30s/
32        rel_path=      2m:topo_2m/
33        rel_path=      5m:topo_5m/
34        rel_path=     10m:topo_10m/
35        rel_path= default:topo_2m/
36===============================
37name=LANDUSEF
38        priority=1
39        dest_type=categorical
40        z_dim_name=land_cat
41        landmask_water=16               # Calculate a landmask from this field
42        dominant=LU_INDEX
43        interp_option =     30s:nearest_neighbor
44        interp_option =      2m:four_pt
45        interp_option =      5m:four_pt
46        interp_option =     10m:four_pt
47        interp_option = default:four_pt
48        rel_path=     30s:landuse_30s/
49        rel_path=      2m:landuse_2m/
50        rel_path=      5m:landuse_5m/
51        rel_path=     10m:landuse_10m/
52        rel_path= default:landuse_2m/
53===============================
54name=SOILTEMP
55        priority=1
56        dest_type=continuous
57        interp_option=default:sixteen_pt+four_pt+average_4pt+average_16pt+search
58        masked=water
59        fill_missing=0.
60        rel_path=default:soiltemp_1deg/
61===============================
62name=SOILCTOP
63        dominant=SOILCAT
64        priority=1
65        dest_type=categorical
66        z_dim_name=soil_cat
67        interp_option =     30s:nearest_neighbor
68        interp_option =      2m:four_pt
69        interp_option =      5m:four_pt
70        interp_option =     10m:four_pt
71        interp_option = default:four_pt
72        rel_path=     30s:soiltype_top_30s/
73        rel_path=      2m:soiltype_top_2m/
74        rel_path=      5m:soiltype_top_5m/
75        rel_path=     10m:soiltype_top_10m/
76        rel_path= default:soiltype_top_2m/
77===============================
78name=SOILCBOT
79        priority=1
80        dest_type=categorical
81        z_dim_name=soil_cat
82        interp_option =     30s:nearest_neighbor
83        interp_option =      2m:four_pt
84        interp_option =      5m:four_pt
85        interp_option =     10m:four_pt
86        interp_option = default:four_pt
87        rel_path=     30s:soiltype_bot_30s/
88        rel_path=      2m:soiltype_bot_2m/
89        rel_path=      5m:soiltype_bot_5m/
90        rel_path=     10m:soiltype_bot_10m/
91        rel_path= default:soiltype_bot_2m/
92===============================
93name=ALBEDO12M
94        priority=1
95        dest_type=continuous
96        z_dim_name=month
97        masked = water
98        fill_missing = 8.
99        interp_option=default:four_pt+average_4pt+average_16pt+search
100        rel_path=default:albedo_ncep/
101===============================
102name=GREENFRAC
103        priority=1
104        dest_type=continuous
105        interp_option=default:four_pt+average_4pt+average_16pt+search
106        z_dim_name=month
107        masked = water
108        fill_missing = 0.
109        rel_path=default:greenfrac/
110===============================
111name=SNOALB
112        priority=1
113        dest_type=continuous
114        interp_option=default:four_pt+average_4pt+average_16pt+search
115        masked = water
116        fill_missing = 0.
117        rel_path=default:maxsnowalb/
118===============================
119name=SLOPECAT
120        priority=1
121        dominant_only=SLOPECAT
122        dest_type=categorical
123        z_dim_name=slope_cat
124        masked = water
125        fill_missing = 0.
126        interp_option=default:nearest_neighbor+average_16pt+search
127        rel_path=default:islope/
128===============================
Note: See TracBrowser for help on using the repository browser.