1 !WRF:MODEL_LAYER:PHYSICS
3 ! RG 10/2014 - Added LU-based SNOALB that is used for LU fraction weighted value if specificed.
7 MODULE module_sf_pxlsm_data
9 !*****************************************************************************
10 ! MODIS-ONLY (1XX)/MODIS (2XX) LU characterization ...
11 !-------------------------------------------------------------------------------
12 !Index Rstmin Zo Mxfr MnFr MxLA MnLA SNUP ALB SNOALB
13 ! 1 175. 100. 93. 93. 5.5 3.5 0.08 12. 30. Evergreen Needleleaf Forest
14 ! 2 120. 90. 92. 92. 6.0 3.5 0.08 12. 30. Evergreen Broadleaf Forest
15 ! 3 175. 100. 60. 60. 3.0 1.5 0.08 14. 30. Deciduous Needleleaf Forest
16 ! 4 200. 100. 91. 91. 6.0 1.5 0.08 16. 40. Deciduous Broadleaf Forest'
17 ! 5 200. 100. 92. 92. 5.5 2.2 0.08 13. 35. Mixed Forest
18 ! 6 200. 15. 40. 20. 1.5 1.0 0.03 22. 50. Closed Shrublands
19 ! 7 200. 15. 40. 17. 1.5 1.3 0.035 20. 60. Open Shrublands
20 ! 8 150. 25. 70. 60. 2.3 2.0 0.03 22. 50. Woody Savanna
21 ! 9 120. 15. 70. 40. 1.5 0.5 0.04 20. 50. Savanna
22 !-------------------------------------------------------------------------------
23 ! 10 100. 7. 50. 20. 1.5 0.5 0.04 19. 70. Grasslands
24 ! 11 200 20. 65. 35. 2.5 1.0 0.08 15. 50. Perminent Wetlands
25 ! 12 70. 10. 90. 20. 3.5 0.7 0.04 18. 66. Croplands
26 ! 13 150. 80. 5. 5. 2.0 0.5 0.04 11. 46. Urban andBuilt-up'
27 ! 14 100. 30. 80. 40. 3.5 1.0 0.04 18. 68. Cropland/Natural Vegetation Mosaic
28 ! 15 9999. 1.2 0.1 0.1 0.1 0.1 0.02 60. 82. Snow and Ice
29 ! 16 100. 5. 0.5 0.5 0.2 0.1 0.02 25. 75. Barren or Sparsely Vegetated
30 ! 17 9999. 0.1 00. 00. 0.0 0.0 0.01 8.0 08. IGBP water
31 ! 18 175. 30. 70. 50. 3.4 2.0 0.80 15. 45. wooded tundra
32 ! 19 120. 15. 40. 20. 2.4 1.0 0.40 15. 50. mixed tundra
33 ! 20 100. 10. 20. 5. 1.4 0.1 .015 25. 75. barren tundra
34 ! 21 9999. 0.1 00. 00. 0.0 0.0 0.01 8.0 08. inland lakes
36 ! 51-61 150. 80. 5. 5. 2.0 0.5 0.04 11. 46. Urban LCZ 1-10 * Static urban settings *
37 !------------------------------------------------------------------------------------
38 !****************************************************************************************
39 !****************************************************************************************
40 REAL, DIMENSION(61), TARGET :: RSMIN_MODIS, Z00_MODIS, &
41 VEG0_MODIS, VEGMN0_MODIS, &
42 LAI0_MODIS, LAIMN0_MODIS, &
43 SNUP0_MODIS, ALBF_MODIS, &
47 / 175.0, 120.0, 175.0, 200.0, 200.0, &
48 200.0, 200.0, 150.0, 120.0, 100.0, &
49 200.0, 70.0, 150.0, 100.0, 9999.0, &
50 100.0, 9999.0, 175.0, 120.0, 100.0, &
51 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
52 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
53 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
54 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
55 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
56 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
57 150.0, 150.0, 150.0, 150.0, 150.0, &
58 150.0, 150.0, 150.0, 150.0, 150.0, 150.0 /
61 / 100.0, 90.0, 100.0, 100.0, 100.0, &
62 15.0, 15.0, 25.0, 15.0, 7.0, &
63 20.0, 10.0, 80.0, 30.0, 1.2, &
64 5.0, 0.1, 30.0, 15.0, 10.0, &
65 0.1, 9999.0, 9999.0, 9999.0, 9999.0, &
66 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
67 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
68 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
69 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
70 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
71 80.0, 80.0, 80.0, 80.0, 80.0, &
72 80.0, 80.0, 80.0, 80.0, 80.0, 80.0 /
75 / 93.0, 92.0, 60.0, 91.0, 92.0, &
76 40.0, 20.0, 70.0, 70.0, 50.0, &
77 65.0, 90.0, 5.0, 80.0, 0.1, &
78 0.5, 0.0, 70.0, 40.0, 20.0, &
79 0.0, 9999.0, 9999.0, 9999.0, 9999.0, &
80 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
81 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
82 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
83 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
84 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
85 5.0, 5.0, 5.0, 5.0, 5.0, &
86 5.0, 5.0, 5.0, 5.0, 5.0, 5.0 /
89 / 93.0, 92.0, 60.0, 91.0, 92.0, &
90 20.0, 10.0, 60.0, 40.0, 20.0, &
91 35.0, 20.0, 5.0, 40.0, 0.1, &
92 0.5, 0.0, 50.0, 20.0, 5.0, &
93 0.0, 9999.0, 9999.0, 9999.0, 9999.0, &
94 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
95 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
96 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
97 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
98 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
99 5.0, 5.0, 5.0, 5.0, 5.0, &
100 5.0, 5.0, 5.0, 5.0, 5.0, 5.0 /
103 / 5.5, 6.0, 3.0, 6.0, 5.5, &
104 1.5, 1.5, 2.3, 1.5, 1.5, &
105 2.5, 3.5, 2.0, 3.5, 0.1, &
106 0.2, 0.0, 3.4, 2.4, 1.4, &
107 0.0, 9999.0, 9999.0, 9999.0, 9999.0, &
108 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
109 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
110 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
111 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
112 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
113 2.0, 2.0, 2.0, 2.0, 2.0, &
114 2.0, 2.0, 2.0, 2.0, 2.0, 2.0 /
117 / 3.5, 3.5, 1.5, 2.0, 2.5, &
118 1.0, 1.3, 2.0, 1.5, 1.5, &
119 2.0, 1.5, 1.5, 1.5, 0.1, &
120 0.1, 0.0, 2.0, 1.0, 0.1, &
121 0.0, 9999.0, 9999.0, 9999.0, 9999.0, &
122 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
123 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
124 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
125 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
126 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
127 1.5, 1.5, 1.5, 1.5, 1.5, &
128 1.5, 1.5, 1.5, 1.5, 1.5, 1.5 /
131 / 0.08, 0.08, 0.08, 0.08, 0.08, &
132 0.03, 0.035, 0.03, 0.04, 0.04, &
133 0.08, 0.04, 0.04, 0.04, 0.02, &
134 0.02, 0.01, 0.80, 0.40, 0.015, &
135 0.01, 9999.0, 9999.0, 9999.0, 9999.0, &
136 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
137 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
138 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
139 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
140 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
141 0.04, 0.04, 0.04, 0.04, 0.04, &
142 0.04, 0.04, 0.04, 0.04, 0.04, 0.04 /
145 / 12.0, 12.0, 14.0, 16.0, 13.0, &
146 22.0, 20.0, 22.0, 20.0, 19.0, &
147 17.0, 18.0, 11.0, 18.0, 60.0, &
148 25.0, 8.0, 15.0, 15.0, 25.0, &
149 8.0, 9999.0, 9999.0, 9999.0, 9999.0, &
150 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
151 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
152 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
153 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
154 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
155 11.0, 11.0, 11.0, 11.0, 11.0, &
156 11.0, 11.0, 11.0, 11.0, 11.0, 11.0 /
159 / 30.0, 30.0, 30.0, 40.0, 35.0, &
160 50.0, 60.0, 50.0, 50.0, 70.0, &
161 50.0, 66.0, 46.0, 68.0, 82.0, &
162 75.0, 8.0, 45.0, 55.0, 75.0, &
163 8.0, 9999.0, 9999.0, 9999.0, 9999.0, &
164 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
165 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
166 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
167 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
168 9999.0, 9999.0, 9999.0, 9999.0, 9999.0, &
169 46.0, 46.0, 46.0, 46.0, 46.0, &
170 46.0, 46.0, 46.0, 46.0, 46.0, 46.0 /
172 !****************************************************************************************
173 !****************************************************************************************
174 ! 50 CLASS NLCD (US only, cats 1-30)/MODIS (Outside US, cats 31-50) LU characterization
175 !---------------------------------------------------------------------------------------
176 !Index Rstmin Zo Mxfr MnFr MxLA MnLA ALB SNOALB Cat Desc.
177 ! 1 9999. 0.1 00. 00. 0.0 0.0 8 70. Open water
178 ! 2 9999. 1.2 5. 02. 0.1 0.1 60 82. Perennial Ice/snow
179 ! 3 120. 30. 90. 80. 3.0 1.0 12 60. Developed, Open space
180 ! 4 120. 40. 70 60. 3.0 1.0 11 46. Developed, Low Intensity
181 ! 5 140. 60. 40. 30. 3.0 1.0 10 43. Developed, Medium Intensity
182 ! 6 160. 100. 15. 5. 3.0 1.0 10 40. Developed, High Intensity
183 ! 7 100. 5. 20. 5. 1.0 0.5 20 75. Barren land
184 ! 8 100. 5. 15. 5. 0.5 0.2 35 75. Unconsolidated Shore
185 ! 9 200. 100. 95. 50. 5.0 1.0 15 40. Deciduous Forest
186 ! 10 175. 100. 90. 80. 4.0 3.0 10 30. Evergreen Forest
187 !-------------------------------------------------------------------------------
188 ! 11 200. 100. 95. 60. 5.0 2.0 13 35. Mixed Forest
189 ! 12 200. 10. 50. 20. 2.0 1.0 20 65. Dwarf Scrub
190 ! 13 200. 15. 75. 50. 2.5 1.0 20 60. Shrub/Scrub
191 ! 14 100. 7. 85. 60. 2.5 1.0 19 70. Grassland/Herbaceous
192 ! 15 100. 7. 80. 20. 2.0 1.0 23 60. Sedge/Herbaceous
193 ! 16 100. 5. 80. 20. 1.0 1.0 20 60. Lichens
194 ! 17 100. 5. 80. 20. 1.0 1.0 20 60. Moss
195 ! 18 100. 5. 50. 20. 1.0 1.0 15 75. Tundra
196 ! 19 80. 7. 95. 80. 3.0 1.0 18 68. Pasture/Hay'
197 ! 20 70. 10. 95. 10. 3.0 0.5 18 66. Cultivated Crops
198 !-------------------------------------------------------------------------------
199 ! 21 200. 55. 90. 80. 5.0 2.0 15 40. Woody Wetland
200 ! 22 200. 80. 90. 80. 5.0 2.0 15 40. Palustrine Forested Wetland
201 ! 23 164. 30. 90. 80. 3.0 1.0 15 50. Palustrine Scrub/Shrub Wetland
202 ! 24 200. 60. 90. 80. 5.0 2.0 15 50. Estuarine Forested Wetland
203 ! 25 164. 30. 90. 80. 3.0 1.0 15 50. Estuarine Scrub/Shrub Wetland
204 ! 26 120. 11. 85. 40. 2.0 1.0 18 59. Emergent Herbaceous Wetland
205 ! 27 120. 11. 85. 40. 2.0 1.0 18 59. Palustrine Emergent Wetland
206 ! 28 120. 11. 85. 40. 2.0 1.0 18 59. Estuarine Emergent Wetland
207 ! 29 100. 5. 60. 20. 1.0 0.5 10 50. Palustrine Aquatic Bed
208 ! 30 100. 5. 60. 20. 1.0 0.5 10 50. Estuarine Aquatic Bed
209 !-------------------------------------------------------------------------------
210 ! 31 9999. 0.1 00. 00. 0.0 0.0 8 8. Open water (mapped to 1)
211 ! 32 175. 100. 90. 80. 4.0 3.0 12 30. Evergreen Needleleaf Forest
212 ! 33 120. 90. 95. 85. 5.0 4.0 12 30. Evergreen Broadleaf Forest
213 ! 34 175. 100. 95. 50. 5.0 1.0 14 40. Deciduous Needleleaf Forest
214 ! 35 200. 100. 95. 50. 5.0 1.0 16 40. Deciduous Broadleaf Forest'
215 ! 36 200. 100. 95. 60. 5.0 2.0 13 35. Mixed Forest
216 ! 37 200. 15. 90. 50. 3.0 1.0 22 50. Closed Shrublands
217 ! 38 200. 15. 75. 50. 2.5 1.0 20 60. Open Shrublands
218 ! 39 150. 25. 80. 60. 2.5 1.0 22 50. Woody Savanna
219 ! 40 120. 15. 70. 50 2.0 1.0 20 50. Savanna
220 !-------------------------------------------------------------------------------
221 ! 41 100. 7. 85. 60. 2.5 1.0 19 70. Grasslands
222 ! 42 160. 20. 75. 45. 3.0 1.0 14 59. Perminent Wetlands
223 ! 43 70. 10. 95. 10. 3.0 0.5 18 66. Croplands
224 ! 44 150. 80. 40. 20. 3.0 1.0 11 46. Urban andBuilt-up'
225 ! 45 100. 30. 95. 40. 3.0 1.0 18 68. Cropland/Natural Vegetation Mosaic
226 ! 46 9999. 1.2 5. 02. 0.1 0.1 60 82. Snow and Ice
227 ! 47 100. 5. 20. 5. 1.0 0.5 25 75. Barren or Sparsely Vegetated
228 ! 48 9999. 0.1 00. 00. 0.0 0.0 8 08. IGBP water
229 ! 49 9999. 0.1 00. 00. 0.0 0.0 8 60. unclassified
230 ! 50 9999. 0.1 00. 00. 0.0 0.0 8 75. fill value (normally ocean water)
231 !------------------------------------------------------------------------------------
233 REAL, DIMENSION(50), TARGET :: RSMIN_NLCD50, Z00_NLCD50, &
234 VEG0_NLCD50, VEGMN0_NLCD50, &
235 LAI0_NLCD50, LAIMN0_NLCD50, &
236 SNUP0_NLCD50, ALBF_NLCD50, &
240 / 9999.0, 9999.0, 120.0, 120.0, 140.0, &
241 160.0, 100.0, 100.0, 200.0, 175.0, &
242 200.0, 200.0, 200.0, 100.0, 100.0, &
243 100.0, 100.0, 100.0, 80.0, 70.0, &
244 200.0, 200.0, 164.0, 200.0, 164.0, &
245 120.0, 120.0, 120.0, 100.0, 100.0, &
246 9999.0, 175.0, 120.0, 175.0, 200.0, &
247 200.0, 200.0, 200.0, 150.0, 120.0, &
248 100.0, 160.0, 70.0, 150.0, 100.0, &
249 9999.0, 100.0, 9999.0, 9999.0, 9999.0 /
252 / 0.10, 1.20, 30.0, 40.0, 60.0, &
253 100.0, 5.0, 5.0, 100.0, 100.0, &
254 100.0, 10.0, 15.0, 7.0, 7.0, &
255 5.0, 5.0, 5.0, 7.0, 10.0, &
256 55.0, 80.0, 30.0, 60.0, 30.0, &
257 11.0, 11.0, 11.0, 5.0, 5.0, &
258 0.1, 100.0, 90.0, 100.0, 100.0, &
259 100.0, 15.0, 15.0, 25.0, 15.0, &
260 7.0, 20.0, 10.0, 80.0, 30.0, &
261 1.2, 5.0, 0.1, 0.1, 0.1 /
264 / 00.0, 5.0, 90.0, 70.0, 40.0, &
265 15.0, 20.0, 15.0, 95.0, 90.0, &
266 95.0, 50.0, 75.0, 85.0, 80.0, &
267 80.0, 80.0, 50.0, 95.0, 95.0, &
268 90.0, 90.0, 90.0, 90.0, 90.0, &
269 85.0, 85.0, 85.0, 60.0, 60.0, &
270 0.0, 90.0, 95.0, 95.0, 95.0, &
271 95.0, 90.0, 75.0, 80.0, 70.0, &
272 85.0, 75.0, 95.0, 40.0, 95.0, &
273 5.0, 20.0, 0.0, 0.0, 0.0 /
276 / 00.0, 2.0, 80.0, 60.0, 30.0, &
277 05.0, 05.0, 5.0, 50.0, 80.0, &
278 60.0, 20.0, 50.0, 60.0, 20.0, &
279 20.0, 20.0, 20.0, 80.0, 10.0, &
280 80.0, 80.0, 80.0, 80.0, 80.0, &
281 40.0, 40.0, 40.0, 20.0, 20.0, &
282 0.0, 80.0, 85.0, 50.0, 50.0, &
283 60.0, 50.0, 50.0, 60.0, 50.0, &
284 60.0, 45.0, 10.0, 20.0, 40.0, &
285 2.0, 5.0, 0.0, 0.0, 0.0 /
288 / 0.0, 0.1, 3.0, 3.0, 3.0, &
289 3.0, 1.0, 0.5, 5.0, 4.0, &
290 5.0, 2.0, 2.5, 2.5, 2.0, &
291 1.0, 1.0, 1.0, 3.0, 3.0, &
292 5.0, 5.0, 3.0, 5.0, 3.0, &
293 2.0, 2.0, 2.0, 1.0, 1.0, &
294 0.0, 4.0, 5.0, 5.0, 5.0, &
295 5.0, 3.0, 2.5, 2.5, 2.0, &
296 2.5, 3.0, 3.0, 3.0, 3.0, &
297 0.1, 1.0, 0.0, 0.0, 0.0 /
300 / 0.0, 0.1, 1.0, 1.0, 1.0, &
301 1.0, 0.5, 0.2, 1.0, 3.0, &
302 2.0, 1.0, 1.0, 1.0, 1.0, &
303 1.0, 1.0, 1.0, 1.0, 0.5, &
304 2.0, 2.0, 1.0, 2.0, 1.0, &
305 1.0, 1.0, 1.0, 0.5, 0.5, &
306 0.0, 3.0, 4.0, 1.0, 1.0, &
307 2.0, 1.0, 1.0, 1.0, 1.0, &
308 1.0, 1.0, 0.5, 1.0, 1.0, &
309 0.1, 0.5, 0.0, 0.0, 0.0 /
312 / 0.01, 0.02, 0.04, 0.04, 0.04, &
313 0.04, 0.02, 0.02, 0.08, 0.08, &
314 0.08, 0.04, 0.04, 0.04, 0.01, &
315 0.01, 0.01, 0.02, 0.04, 0.04, &
316 0.08, 0.08, 0.04, 0.08, 0.04, &
317 0.04, 0.06, 0.06, 0.02, 0.02, &
318 0.08, 0.08, 0.08, 0.08, 0.08, &
319 0.08, 0.03, 0.035, 0.03, 0.04, &
320 0.04, 0.015, 0.04, 0.04, 0.04, &
321 0.02, 0.02, 0.01, 0.01, 0.01 /
324 / 8.0, 60.0, 12.0, 11.0, 10.0, &
325 10.0, 20.0, 35.0, 15.0, 10.0, &
326 13.0, 20.0, 20.0, 19.0, 23.0, &
327 20.0, 20.0, 15.0, 18.0, 18.0, &
328 15.0, 15.0, 15.0, 15.0, 15.0, &
329 18.0, 18.0, 18.0, 10.0, 10.0, &
330 8.0, 12.0, 12.0, 14.0, 16.0, &
331 13.0, 22.0, 20.0, 22.0, 20.0, &
332 19.0, 14.0, 18.0, 11.0, 18.0, &
333 60.0, 25.0, 8.0, 8.0, 8.0 /
336 / 70.0, 82.0, 60.0, 46.0, 43.0, &
337 40.0, 75.0, 75.0, 40.0, 30.0, &
338 35.0, 65.0, 60.0, 70.0, 60.0, &
339 60.0, 60.0, 75.0, 68.0, 66.0, &
340 40.0, 40.0, 50.0, 50.0, 50.0, &
341 59.0, 59.0, 59.0, 50.0, 50.0, &
342 8.0, 30.0, 30.0, 40.0, 40.0, &
343 35.0, 50.0, 60.0, 50.0, 50.0, &
344 70.0, 59.0, 66.0, 46.0, 68.0, &
345 82.0, 75.0, 8.0, 60.0, 75.0 /
347 !****************************************************************************************
348 !****************************************************************************************
351 !****************************************************************************************
352 !****************************************************************************************
353 ! 40 CLASS MODIS (Outside US, cats 1-20)/NLCD (US only, cats 21-40) LU characterization
354 !-------------------------------------------------------------------------------
355 !Index Rstmin Zo Mxfr MnFr MxLA MnLA SNUP ALB SNOALB
356 ! 1 175. 100. 93. 93. 5.5 3.5 0.08 12. 30. Evergreen Needleleaf Forest
357 ! 2 120. 90. 92. 92. 6.0 3.5 0.08 12. 30. Evergreen Broadleaf Forest
358 ! 3 175. 100. 60. 60. 3.0 1.5 0.08 14. 30. Deciduous Needleleaf Forest
359 ! 4 200. 100. 91. 91. 6.0 2.0 0.08 16. 40. Deciduous Broadleaf Forest'
360 ! 5 200. 100. 92. 92. 5.5 2.5 0.08 13. 35. Mixed Forest
361 ! 6 200. 15. 40. 20. 1.5 1.0 0.03 22. 50. Closed Shrublands
362 ! 7 200. 15. 20. 10. 1.5 1.3 0.035 20. 60. Open Shrublands
363 ! 8 150. 25. 70. 60. 2.3 2.0 0.03 22. 50. Woody Savanna
364 ! 9 120. 15. 70. 40. 1.5 1.5 0.04 20. 50. Savanna
365 !-------------------------------------------------------------------------------
366 ! 10 100. 7. 50. 20. 1.5 1.5 0.04 19. 70. Grasslands
367 ! 11 200 20. 65. 35. 2.5 2.0 0.08 15. 50. Perminent Wetlands
368 ! 12 70. 10. 90. 20. 3.5 1.5 0.04 18. 66. Croplands
369 ! 13 150. 80. 5. 5. 2.0 1.5 0.04 11. 46. Urban andBuilt-up'
370 ! 14 100. 30. 80. 40. 3.5 1.5 0.04 18. 68. Cropland/Natural Vegetation Mosaic
371 ! 15 9999. 1.2 0.1 0.1 0.1 0.1 0.02 60. 82. Snow and Ice
372 ! 16 100. 5. 0.5 0.5 0.2 0.1 0.02 25. 75. Barren or Sparsely Vegetated
373 ! 17 9999. 0.1 00. 00. 0.0 0.0 0.01 8.0 08. IGBP water
374 ! 18 175. 30. 70. 50. 3.4 2.0 0.80 15. 45. wooded tundra
375 ! 19 120. 15. 40. 20. 2.4 1.0 0.40 15. 50. mixed tundra
376 ! 20 100. 10. 20. 5. 1.4 0.1 .015 25. 75. barren tundra
377 ! 21 9999. 0.1 00. 00. 0.0 0.0 0.01 8.0 08. Open water
378 ! 22 9999. 1.2 0.1 0.1 0.1 0.1 0.02 60. 82. Perennial Ice/snow
379 ! 23 120. 30. 25. 25. 5.5 1.7 0.04 16. 60. Developed, Open space
380 ! 24 120. 80. 15. 15. 3.0 1.7 0.04 13. 46. Developed, Low Intensity
381 ! 25 140. 120. 5. 5. 2.5 1.7 0.04 11. 43. Developed, Medium Intensity
382 ! 26 160. 200. 1. 1. 2.5 2.0 0.04 10. 40. Developed, High Intensity
383 ! 27 100. 5. 0.5 0.5 0.2 0.1 0.02 20. 75. Barren land
384 ! 28 200. 100. 91. 91. 6.0 2.0 0.08 15. 40. Deciduous Forest
385 ! 29 175. 100. 93. 93. 5.5 3.5 0.08 12. 30. Evergreen Forest
386 !-------------------------------------------------------------------------------
387 ! 30 200. 100. 92. 92. 5.5 2.5 0.08 13. 35. Mixed Forest
388 ! 31 200. 10. 15. 10. 1.0 1.0 0.04 20. 65. Dwarf Scrub
389 ! 32 200. 15. 20. 10. 1.5 1.3 0.04 20. 60. Shrub/Scrub
390 ! 33 100. 7. 50. 20. 2.0 1.5 0.04 19. 70. Grassland/Herbaceous
391 ! 34 100. 7. 30. 20. 2.0 1.5 0.01 23. 60. Sedge/Herbaceous
392 ! 35 100. 5. 20. 20. 1.0 1.0 0.01 20. 60. Lichens
393 ! 36 100. 5. 20. 20. 1.0 1.0 0.01 20. 60. Moss
394 ! 37 80. 7. 80. 10. 3.5 1.5 0.04 18. 68. Pasture/Hay'
395 ! 38 70. 10. 90. 10. 4.0 1.5 0.04 18. 66. Cultivated Crops
396 !-------------------------------------------------------------------------------
397 ! 39 200. 55. 92. 50. 5.5 2.2 0.08 15. 40. Woody Wetland
398 ! 40 120. 11. 50. 30. 3.0 2.0 0.04 18. 50. Emergent Herbaceous Wetland
399 !------------------------------------------------------------------------------------
401 REAL, DIMENSION(40), TARGET :: RSMIN_NLCD40, Z00_NLCD40, &
402 VEG0_NLCD40, VEGMN0_NLCD40, &
403 LAI0_NLCD40, LAIMN0_NLCD40, &
404 SNUP0_NLCD40, ALBF_NLCD40, &
408 / 175.0, 120.0, 175.0, 200.0, 200.0, &
409 200.0, 200.0, 150.0, 120.0, 100.0, &
410 200.0, 70.0, 150.0, 100.0, 9999.0, &
411 100.0, 9999.0, 175.0, 120.0, 100.0, &
412 9999.0, 9999.0, 120.0, 120.0, 140.0, &
413 160.0, 100.0, 200.0, 175.0, 200.0, &
414 200.0, 200.0, 100.0, 100.0, 100.0, &
415 100.0, 80.0, 70.0, 200.0, 120.0 /
418 / 100.0, 90.0, 100.0, 100.0, 100.0, &
419 15.0, 15.0, 25.0, 15.0, 7.0, &
420 20.0, 10.0, 80.0, 30.0, 1.2, &
421 5.0, 0.1, 30.0, 15.0, 10.0, &
422 0.10, 1.20, 30.0, 80.0, 120.0, &
423 200.0, 5.0, 100.0, 100.0, 100.0, &
424 10.0, 15.0, 7.0, 7.0, 5.0, &
425 5.0, 7.0, 10.0, 55.0, 11.0 /
428 / 93.0, 92.0, 60.0, 91.0, 92.0, &
429 40.0, 20.0, 70.0, 70.0, 50.0, &
430 65.0, 90.0, 5.0, 80.0, 0.1, &
431 0.5, 0.0, 70.0, 40.0, 20.0, &
432 0.0, 0.1, 25.0, 15.0, 5.0, &
433 1.0, 0.5, 91.0, 93.0, 92.0, &
434 15.0, 20.0, 50.0, 30.0, 20.0, &
435 20.0, 80.0, 90.0, 92.0, 50.0 /
438 / 93.0, 92.0, 60.0, 91.0, 92.0, &
439 20.0, 10.0, 60.0, 40.0, 20.0, &
440 35.0, 20.0, 5.0, 40.0, 0.1, &
441 0.5, 0.0, 50.0, 20.0, 5.0, &
442 0.0, 0.1, 25.0, 15.0, 5.0, &
443 1.0, 0.5, 91.0, 93.0, 92.0, &
444 10.0, 10.0, 20.0, 20.0, 20.0, &
445 20.0, 10.0, 10.0, 50.0, 30.0 /
448 / 5.5, 6.0, 3.0, 6.0, 5.5, &
449 1.5, 1.5, 2.3, 1.5, 1.5, &
450 2.5, 3.5, 2.0, 3.5, 0.1, &
451 0.2, 0.0, 3.4, 2.4, 1.4, &
452 0.0, 0.1, 5.5, 3.0, 2.5, &
453 2.5, 0.2, 6.0, 5.5, 5.5, &
454 1.0, 1.5, 2.0, 2.0, 1.0, &
455 1.0, 3.5, 4.0, 5.5, 3.0 /
458 / 3.5, 3.5, 1.5, 2.0, 2.5, &
459 1.0, 1.3, 2.0, 1.5, 1.5, &
460 2.0, 1.5, 1.5, 1.5, 0.1, &
461 0.1, 0.0, 2.0, 1.0, 0.1, &
462 0.0, 0.1, 1.7, 1.7, 1.7, &
463 2.0, 0.1, 2.0, 3.5, 2.5, &
464 1.0, 1.3, 1.5, 1.5, 1.0, &
465 1.0, 1.5, 1.5, 2.2, 2.0 /
468 / 0.08, 0.08, 0.08, 0.08, 0.08, &
469 0.03, 0.035, 0.03, 0.04, 0.04, &
470 0.08, 0.04, 0.04, 0.04, 0.02, &
471 0.02, 0.01, 0.80, 0.40, 0.015, &
472 0.01, 0.02, 0.04, 0.04, 0.04, &
473 0.04, 0.02, 0.08, 0.08, 0.08, &
474 0.04, 0.04, 0.04, 0.01, 0.01, &
475 0.01, 0.04, 0.04, 0.08, 0.04 /
478 / 12.0, 12.0, 14.0, 16.0, 13.0, &
479 22.0, 20.0, 22.0, 20.0, 19.0, &
480 17.0, 18.0, 11.0, 18.0, 60.0, &
481 25.0, 8.0, 15.0, 15.0, 25.0, &
482 8.0, 60.0, 12.0, 11.0, 10.0, &
483 10.0, 20.0, 15.0, 12.0, 13.0, &
484 20.0, 20.0, 19.0, 23.0, 20.0, &
485 20.0, 18.0, 18.0, 15.0, 18.0 /
488 / 30.0, 30.0, 30.0, 40.0, 35.0, &
489 50.0, 60.0, 50.0, 50.0, 70.0, &
490 50.0, 66.0, 46.0, 68.0, 82.0, &
491 75.0, 8.0, 45.0, 50.0, 75.0, &
492 8.0, 82.0, 60.0, 46.0, 43.0, &
493 40.0, 75.0, 40.0, 30.0, 35.0, &
494 65.0, 60.0, 70.0, 60.0, 60.0, &
495 60.0, 68.0, 66.0, 40.0, 50.0 /
497 !****************************************************************************************
498 !****************************************************************************************
499 ! USGS LU characterization
500 !---------------------------
501 ! Name Rstmin Zo Mxfr MnFr MxLA MnLA ALB SNOALB
502 ! 1 Urban 150. 50. 40. 20. 2.0 0.5 15 46. Urban or Built-up Land
503 ! 2 DrCrp 70. 10. 95. 15. 3.0 0.5 17 66. Dryland Cropland and Pasture
504 ! 3 IrCrp 60. 10. 95. 10. 3.0 0.5 18 66. Irrigated Cropland and Pasture
505 ! 4 MixCp 70. 10. 95. 15. 3.0 0.5 18 66. Mixed Dry/Irr Crop and Past
506 ! 5 CrGrM 80. 10. 95. 35. 2.5 1.0 18 70. Grassland/Cropland Mosaic
507 ! 6 CrWdM 180. 40. 95. 40. 4.0 1.5 16 50. Woodland/Cropland Mosaic
508 ! 7 GrsLd 100. 7. 95. 70. 2.5 1.0 19 70. Grassland
509 ! 8 ShrLd 200. 20. 70. 50. 3.0 1.0 22 50. Shrubland
510 ! 9 ShrGr 150. 20. 85. 60. 3.0 1.0 20 60. Mixed Shrubland/Grassland
511 ! 10 Savan 120. 20. 80. 60. 2.0 1.0 20 50. Savanna
512 ! 11 DBFst 200. 50. 95. 50. 5.0 1.0 16 40. Broadleaf Deciduous Forest
513 ! 12 DNFst 175. 50. 95. 50. 5.0 1.0 14 30. Deciduous Coniferous Forest
514 ! 13 EBFst 120. 40. 95. 85. 5.0 4.0 12 30. Evergreen Broadleaf Forest (Palm?)
515 ! 14 ENFst 175. 50. 90. 80. 4.0 3.0 12 30. Evergreen Coniferous Forest
516 ! 15 MxFst 200. 50. 95. 60. 5.0 2.0 13 35. Mixed forest
517 ! 16 Water 9999. 0.1 00. 00. 0.0 0.0 08 08. Water
518 ! 17 HWtld 164. 15. 60. 40. 2.0 1.0 14 50. Herbaceous Wetland (none in east)
519 ! 18 WWtld 200. 45. 90. 80. 5.0 3.0 14 40. Forested Wetlands (e.g. Everglades)
520 ! 19 BarSp 100. 5. 10. 05. 0.5 0.2 25 75. Barren or Sparsely Vegetated
521 ! 20 HrTun 150. 10. 20. 10. 1.0 0.5 15 55. Herbaceous Tundra
522 ! 21 WdTun 200. 10. 30. 10. 1.0 0.5 15 60. Shrub and Brush Tundra
523 ! 22 MxTun 150. 5. 20. 05. 1.0 0.5 15 60. Mixed Tundra
524 ! 23 BGTun 100. 5. 5. 02. 0.1 0.1 25 75. Bare Ground Tundra
525 ! 24 SnwIc 300. 5. 5. 02. 0.1 0.1 55 82. Perennial Snowfields or Glaciers
526 !-----------------------------------------------------------------------------
528 REAL, DIMENSION(24), TARGET :: RSMIN_USGS, Z00_USGS, &
529 VEG0_USGS, VEGMN0_USGS, &
530 LAI0_USGS, LAIMN0_USGS, &
531 SNUP0_USGS, ALBF_USGS, &
535 / 150.0, 70.0, 60.0, 70.0, 80.0, &
536 180.0, 100.0, 200.0, 150.0, 120.0, &
537 200.0, 175.0, 120.0, 175.0, 200.0, &
538 9999.0, 164.0, 200.0, 100.0, 150.0, &
539 200.0, 150.0, 100.0, 300.0 /
542 / 50.0, 10.0, 10.0, 10.0, 10.0, &
543 40.0, 7.0, 20.0, 20.0, 20.0, &
544 50.0, 50.0, 40.0, 50.0, 50.0, &
545 0.1, 15.0, 45.0, 5.0, 10.0, &
546 10.0, 5.0, 5.0, 5.0 /
549 / 40.0, 95.0, 95.0, 95.0, 95.0, &
550 95.0, 95.0, 70.0, 85.0, 80.0, &
551 95.0, 95.0, 95.0, 90.0, 95.0, &
552 0.00, 60.0, 90.0, 10.0, 20.0, &
553 30.0, 20.0, 5.0, 5.0 /
556 / 20.0, 15.0, 10.0, 15.0, 35.0, &
557 40.0, 70.0, 50.0, 60.0, 60.0, &
558 50.0, 50.0, 85.0, 80.0, 60.0, &
559 0.0, 40.0, 80.0, 5.0, 10.0, &
560 10.0, 5.0, 2.0, 2.0 /
563 / 2.0, 3.0, 3.0, 3.0, 2.5, &
564 4.0, 2.5, 3.0, 3.0, 2.0, &
565 5.0, 5.0, 5.0, 4.0, 5.0, &
566 0.0, 2.0, 5.0, 0.50, 1.0, &
570 / 0.50, 0.50, 0.50, 0.50, 1.0, &
571 1.5, 1.0, 1.0, 1.0, 1.0, &
572 1.0, 1.0, 4.0, 3.0, 2.0, &
573 0.0, 1.0, 3.0, 0.20, 0.50, &
574 0.50, 0.50, 0.10, 0.10 /
577 / 0.04, 0.04, 0.04, 0.04, 0.04, &
578 0.04, 0.04, 0.03, 0.035, 0.04, &
579 0.08, 0.08, 0.08, 0.08, 0.08, &
580 0.01, 0.01, 0.01, 0.02, 0.02, &
581 0.025, 0.025, 0.025, 0.02 /
584 / 15.0, 17.0, 18.0, 18.0, 18.0, &
585 16.0, 19.0, 22.0, 20.0, 20.0, &
586 16.0, 14.0, 12.0, 12.0, 13.0, &
587 8.0, 14.0, 14.0, 25.0, 15.0, &
588 15.0, 15.0, 25.0, 55.0 /
591 / 46.0, 66.0, 66.0, 66.0, 70.0, &
592 50.0, 70.0, 50.0, 60.0, 50.0, &
593 40.0, 40.0, 40.0, 30.0, 35.0, &
594 8.0, 50.0, 40.0, 75.0, 55.0, &
595 60.0, 60.0, 75.0, 82.0 /
597 !****************************************************************************************
598 !****************************************************************************************
599 !****************************************************************************************
600 ! USGS LU characterization
601 !---------------------------
602 ! Name Rstmin Zo Mxfr MnFr MxLA MnLA ALB SNOALB
603 ! 1 Urban 150. 50. 40. 20. 2.0 0.5 15 46. Urban or Built-up Land
604 ! 2 DrCrp 70. 10. 95. 15. 3.0 0.5 17 66. Dryland Cropland and Pasture
605 ! 3 IrCrp 60. 10. 95. 10. 3.0 0.5 18 66. Irrigated Cropland and Pasture
606 ! 4 MixCp 70. 10. 95. 15. 3.0 0.5 18 66. Mixed Dry/Irr Crop and Past
607 ! 5 CrGrM 80. 10. 95. 35. 2.5 1.0 18 70. Grassland/Cropland Mosaic
608 ! 6 CrWdM 180. 40. 95. 40. 4.0 1.5 16 50. Woodland/Cropland Mosaic
609 ! 7 GrsLd 100. 7. 95. 70. 2.5 1.0 19 70. Grassland
610 ! 8 ShrLd 200. 20. 70. 50. 3.0 1.0 22 50. Shrubland
611 ! 9 ShrGr 150. 20. 85. 60. 3.0 1.0 20 60. Mixed Shrubland/Grassland
612 ! 10 Savan 120. 20. 80. 60. 2.0 1.0 20 50. Savanna
613 ! 11 DBFst 200. 50. 95. 50. 5.0 1.0 16 40. Broadleaf Deciduous Forest
614 ! 12 DNFst 175. 50. 95. 50. 5.0 1.0 14 30. Deciduous Coniferous Forest
615 ! 13 EBFst 120. 40. 95. 85. 5.0 4.0 12 30. Evergreen Broadleaf Forest (Palm?)
616 ! 14 ENFst 175. 50. 90. 80. 4.0 3.0 12 30. Evergreen Coniferous Forest
617 ! 15 MxFst 200. 50. 95. 60. 5.0 2.0 13 35. Mixed forest
618 ! 16 Water 9999. 0.1 00. 00. 0.0 0.0 08 08. Water
619 ! 17 HWtld 164. 15. 60. 40. 2.0 1.0 14 50. Herbaceous Wetland (none in east)
620 ! 18 WWtld 200. 45. 90. 80. 5.0 3.0 14 40. Forested Wetlands (e.g. Everglades)
621 ! 19 BarSp 100. 5. 10. 05. 0.5 0.2 25 75. Barren or Sparsely Vegetated
622 ! 20 HrTun 150. 10. 20. 10. 1.0 0.5 15 55. Herbaceous Tundra
623 ! 21 WdTun 200. 10. 30. 10. 1.0 0.5 15 60. Shrub and Brush Tundra
624 ! 22 MxTun 150. 5. 20. 05. 1.0 0.5 15 60. Mixed Tundra
625 ! 23 BGTun 100. 5. 5. 02. 0.1 0.1 25 75. Bare Ground Tundra
626 ! 24 SnwIc 300. 5. 5. 02. 0.1 0.1 55 82. Perennial Snowfields or Glaciers
627 ! 25 playa 100. 5. 10. 05. 0.5 0.2 25 75. Playa
628 ! 26 lava 100. 5. 10. 05. 0.5 0.2 25 75. Lava
629 ! 27 sand 100. 5. 10. 05. 0.5 0.2 25 75. White Sand
630 ! 28 nana 100. 5. 10. 05. 0.5 0.2 25 75. Unassigned
631 !-----------------------------------------------------------------------------
633 REAL, DIMENSION(28), TARGET :: RSMIN_USGS28, Z00_USGS28, &
634 VEG0_USGS28, VEGMN0_USGS28, &
635 LAI0_USGS28, LAIMN0_USGS28, &
636 SNUP0_USGS28, ALBF_USGS28, &
640 / 150.0, 70.0, 60.0, 70.0, 80.0, &
641 180.0, 100.0, 200.0, 150.0, 120.0, &
642 200.0, 175.0, 120.0, 175.0, 200.0, &
643 9999.0, 164.0, 200.0, 100.0, 150.0, &
644 200.0, 150.0, 100.0, 300.0, 100.0, &
645 100.0, 100.0, 100.0 /
648 / 50.0, 10.0, 10.0, 10.0, 10.0, &
649 40.0, 7.0, 20.0, 20.0, 20.0, &
650 50.0, 50.0, 40.0, 50.0, 50.0, &
651 0.1, 15.0, 45.0, 5.0, 10.0, &
652 10.0, 5.0, 5.0, 5.0, 5.0, &
656 / 40.0, 95.0, 95.0, 95.0, 95.0, &
657 95.0, 95.0, 70.0, 85.0, 80.0, &
658 95.0, 95.0, 95.0, 90.0, 95.0, &
659 0.00, 60.0, 90.0, 10.0, 20.0, &
660 30.0, 20.0, 5.0, 5.0, 5.0, &
664 / 20.0, 15.0, 10.0, 15.0, 35.0, &
665 40.0, 70.0, 50.0, 60.0, 60.0, &
666 50.0, 50.0, 85.0, 80.0, 60.0, &
667 0.0, 40.0, 80.0, 5.0, 10.0, &
668 10.0, 5.0, 2.0, 2.0, 2.0, &
672 / 2.0, 3.0, 3.0, 3.0, 2.5, &
673 4.0, 2.5, 3.0, 3.0, 2.0, &
674 5.0, 5.0, 5.0, 4.0, 5.0, &
675 0.0, 2.0, 5.0, 0.50, 1.0, &
676 1.0, 1.0, 0.1, 0.1, 0.1, &
680 / 0.50, 0.50, 0.50, 0.50, 1.0, &
681 1.5, 1.0, 1.0, 1.0, 1.0, &
682 1.0, 1.0, 4.0, 3.0, 2.0, &
683 0.0, 1.0, 3.0, 0.20, 0.50, &
684 0.50, 0.50, 0.10, 0.10, 0.10, &
688 / 0.04, 0.04, 0.04, 0.04, 0.04, &
689 0.04, 0.04, 0.03, 0.035, 0.04, &
690 0.08, 0.08, 0.08, 0.08, 0.08, &
691 0.01, 0.01, 0.01, 0.02, 0.02, &
692 0.025, 0.025, 0.025, 0.02, 0.02, &
696 / 15.0, 17.0, 18.0, 18.0, 18.0, &
697 16.0, 19.0, 22.0, 20.0, 20.0, &
698 16.0, 14.0, 12.0, 12.0, 13.0, &
699 8.0, 14.0, 14.0, 25.0, 15.0, &
700 15.0, 15.0, 25.0, 55.0, 25.0, &
704 / 46.0, 66.0, 66.0, 66.0, 70.0, &
705 50.0, 70.0, 50.0, 60.0, 50.0, &
706 40.0, 40.0, 40.0, 30.0, 35.0, &
707 8.0, 50.0, 40.0, 75.0, 55.0, &
708 60.0, 60.0, 75.0, 82.0, 75.0, &
711 !****************************************************************************************
712 !****************************************************************************************
714 END MODULE module_sf_pxlsm_data