|
100 | 100 | } |
101 | 101 |
|
102 | 102 | # range from HEC-RAS 2D User's Manual Version 6.6 |
103 | | -# initial values from https://rashms.com/wp-content/uploads/2021/01/Mannings-n-values-NLCD-NRCS.pdf |
| 103 | +# initial values are roughly estimated using ×0.75/×1.33 multipliers matching Chow |
104 | 104 | NLCD_HECRAS = { |
105 | | - 11: [0.025, 0.040, 0.050], # Open Water |
| 105 | + 11: [0.025, 0.035, 0.050], # Open Water |
106 | 106 | 21: [0.030, 0.040, 0.050], # Developed, Open Space |
107 | | - 22: [0.080, 0.100, 0.120], # Developed, Low Intensity |
108 | | - 23: [0.060, 0.080, 0.140], # Developed, Medium Intensity |
109 | | - 24: [0.120, 0.150, 0.200], # Developed, High Intensity |
110 | | - 31: [0.023, 0.025, 0.030], # Barren Land |
111 | | - 41: [0.100, 0.160, 0.200], # Deciduous Forest |
112 | | - 42: [0.080, 0.160, 0.160], # Evergreen Forest |
113 | | - 43: [0.080, 0.160, 0.200], # Mixed Forest |
114 | | - 52: [0.070, 0.100, 0.016], # Shrub/Scrub |
| 107 | + 22: [0.060, 0.085, 0.120], # Developed, Low Intensity |
| 108 | + 23: [0.080, 0.100, 0.160], # Developed, Medium Intensity |
| 109 | + 24: [0.120, 0.160, 0.200], # Developed, High Intensity |
| 110 | + 31: [0.023, 0.030, 0.030], # Barren Land |
| 111 | + 41: [0.100, 0.140, 0.200], # Deciduous Forest |
| 112 | + 42: [0.080, 0.120, 0.160], # Evergreen Forest |
| 113 | + 43: [0.080, 0.130, 0.200], # Mixed Forest |
| 114 | + 51: [0.025, 0.035, 0.050], # Dwarf Scrub |
| 115 | + 52: [0.070, 0.100, 0.160], # Shrub/Scrub |
115 | 116 | 71: [0.025, 0.035, 0.050], # Grassland/Herbaceous |
116 | | - 81: [0.025, 0.033, 0.050], # Pasture/Hay |
117 | | - 82: [0.025, 0.035, 0.050], # Cultivated Crops |
118 | | - 90: [0.045, 0.120, 0.150], # Woody Wetlands |
119 | | - 95: [0.050, 0.070, 0.085], # Emergent Herbaceous Wetlands |
| 117 | + 72: [0.025, 0.035, 0.050], # Sedge/Herbaceous |
| 118 | + 81: [0.025, 0.035, 0.050], # Pasture/Hay |
| 119 | + 82: [0.020, 0.030, 0.050], # Cultivated Crops |
| 120 | + 90: [0.045, 0.100, 0.150], # Woody Wetlands |
| 121 | + 95: [0.050, 0.060, 0.085], # Emergent Herbaceous Wetlands |
120 | 122 | } |
121 | 123 |
|
122 | 124 | # Values from QGIS Manning's Roughness Generator plugin |
|
0 commit comments