source: trunk/MESOSCALE/LMD_MM_MARS/SRC/WPS/wps_mars/geogrid/GEOGRID.TBL.ARW_Earth

Last change on this file was 11, checked in by aslmd, 15 years ago

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

File size: 5.0 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        df_dx=SLPX
8        df_dy=SLPY
9        smooth_option = smth-desmth_special; smooth_passes=1
10        fill_missing=0.
11        interp_option =     30s:average_gcell(4.0)+four_pt+average_4pt
12        interp_option =      2m:four_pt
13        interp_option =      5m:four_pt
14        interp_option =     10m:four_pt
15        interp_option = default:four_pt
16        rel_path=     30s:topo_30s/
17        rel_path=      2m:topo_2m/
18        rel_path=      5m:topo_5m/
19        rel_path=     10m:topo_10m/
20        rel_path= default:topo_2m/
21===============================
22name = HGT_U
23        output_stagger = U
24        priority = 1
25        dest_type = continuous
26        interp_option =     30s:average_gcell(4.0)+four_pt+average_4pt
27        interp_option =      2m:four_pt
28        interp_option =      5m:four_pt
29        interp_option =     10m:four_pt
30        interp_option = default:four_pt
31        smooth_option = smth-desmth_special; smooth_passes=1
32        fill_missing=0.
33        rel_path=     30s:topo_30s/
34        rel_path=      2m:topo_2m/
35        rel_path=      5m:topo_5m/
36        rel_path=     10m:topo_10m/
37        rel_path= default:topo_2m/
38===============================
39name = HGT_V
40        output_stagger = V
41        priority = 1
42        dest_type = continuous
43        interp_option =     30s:average_gcell(4.0)+four_pt+average_4pt
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        smooth_option = smth-desmth_special; smooth_passes=1
49        fill_missing=0.
50        rel_path=     30s:topo_30s/
51        rel_path=      2m:topo_2m/
52        rel_path=      5m:topo_5m/
53        rel_path=     10m:topo_10m/
54        rel_path= default:topo_2m/
55===============================
56name=LANDUSEF
57        priority=1
58        dest_type=categorical
59        z_dim_name=land_cat
60        landmask_water=16               # Calculate a landmask from this field
61        dominant=LU_INDEX
62        interp_option =     30s:nearest_neighbor
63        interp_option =      2m:four_pt
64        interp_option =      5m:four_pt
65        interp_option =     10m:four_pt
66        interp_option = default:four_pt
67        rel_path=     30s:landuse_30s/
68        rel_path=      2m:landuse_2m/
69        rel_path=      5m:landuse_5m/
70        rel_path=     10m:landuse_10m/
71        rel_path= default:landuse_2m/
72===============================
73name=SOILTEMP
74        priority=1
75        dest_type=continuous
76        interp_option=default:sixteen_pt+four_pt+average_4pt+average_16pt+search
77        masked=water
78        fill_missing=0.
79        rel_path=default:soiltemp_1deg/
80===============================
81name=SOILCTOP
82        dominant=SOILCAT
83        priority=1
84        dest_type=categorical
85        z_dim_name=soil_cat
86        interp_option =     30s:nearest_neighbor
87        interp_option =      2m:four_pt
88        interp_option =      5m:four_pt
89        interp_option =     10m:four_pt
90        interp_option = default:four_pt
91        rel_path=     30s:soiltype_top_30s/
92        rel_path=      2m:soiltype_top_2m/
93        rel_path=      5m:soiltype_top_5m/
94        rel_path=     10m:soiltype_top_10m/
95        rel_path= default:soiltype_top_2m/
96===============================
97name=SOILCBOT
98        priority=1
99        dest_type=categorical
100        z_dim_name=soil_cat
101        interp_option =     30s:nearest_neighbor
102        interp_option =      2m:four_pt
103        interp_option =      5m:four_pt
104        interp_option =     10m:four_pt
105        interp_option = default:four_pt
106        rel_path=     30s:soiltype_bot_30s/
107        rel_path=      2m:soiltype_bot_2m/
108        rel_path=      5m:soiltype_bot_5m/
109        rel_path=     10m:soiltype_bot_10m/
110        rel_path= default:soiltype_bot_2m/
111===============================
112name=ALBEDO12M
113        priority=1
114        dest_type=continuous
115        z_dim_name=month
116        masked = water
117        fill_missing = 8.
118        interp_option=default:four_pt+average_4pt+average_16pt+search
119        rel_path=default:albedo_ncep/
120===============================
121name=GREENFRAC
122        priority=1
123        dest_type=continuous
124        interp_option=default:four_pt+average_4pt+average_16pt+search
125        z_dim_name=month
126        masked = water
127        fill_missing = 0.
128        rel_path=default:greenfrac/
129===============================
130name=SNOALB
131        priority=1
132        dest_type=continuous
133        interp_option=default:four_pt+average_4pt+average_16pt+search
134        masked = water
135        fill_missing = 0.
136        rel_path=default:maxsnowalb/
137===============================
138name=SLOPECAT
139        priority=1
140        dominant_only=SLOPECAT
141        dest_type=categorical
142        z_dim_name=slope_cat
143        masked = water
144        fill_missing = 0.
145        interp_option=default:nearest_neighbor+average_16pt+search
146        rel_path=default:islope/
147===============================
Note: See TracBrowser for help on using the repository browser.