Clarify WildFIRE-FM validity mask channels
Browse files
data_sources/DATA_SOURCES.md
CHANGED
|
@@ -40,8 +40,8 @@ channels 10 and 11.
|
|
| 40 |
| 7 | `vis` | NOAA HRRR | surface diagnostic, instant | m | none | Visibility |
|
| 41 |
| 8 | `prate` | NOAA HRRR | surface, instant | kg m^-2 s^-1 | none | Precipitation rate |
|
| 42 |
| 9 | `tp` | NOAA HRRR | surface, accumulated | kg m^-2 | none | Accumulated precipitation |
|
| 43 |
-
| 10 | `firewx_valid` | Cache validity channel | input
|
| 44 |
-
| 11 | `static_valid` | Static reprojection mask | static
|
| 45 |
| 12 | `fuel_fbfm40` | LANDFIRE FBFM40 | static layer | categorical code | none | Fire-behavior fuel model |
|
| 46 |
| 13 | `canopy_cover` | LANDFIRE CC | static layer | provider-native value | none | Canopy cover |
|
| 47 |
| 14 | `housing_density` | Wildfire Risk to Communities | static layer | provider-native value | none | Housing-unit density |
|
|
@@ -55,6 +55,13 @@ The `cape` channel is the HRRR surface instantaneous CAPE field selected with
|
|
| 55 |
`typeOfLevel=surface` and `stepType=instant`. It is not the most-unstable CAPE
|
| 56 |
or a layer CAPE variable.
|
| 57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
## Notes
|
| 59 |
|
| 60 |
- The paper places gridded resources on a projected 5 km EPSG:5070 grid.
|
|
|
|
| 40 |
| 7 | `vis` | NOAA HRRR | surface diagnostic, instant | m | none | Visibility |
|
| 41 |
| 8 | `prate` | NOAA HRRR | surface, instant | kg m^-2 s^-1 | none | Precipitation rate |
|
| 42 |
| 9 | `tp` | NOAA HRRR | surface, accumulated | kg m^-2 | none | Accumulated precipitation |
|
| 43 |
+
| 10 | `firewx_valid` | Cache validity channel | input presence | binary mask | none | Cache-level dynamic input presence mask; 1.0 everywhere in this release |
|
| 44 |
+
| 11 | `static_valid` | Static reprojection mask | static layers | fraction | none | Fraction of static layers valid at the grid cell after reprojection |
|
| 45 |
| 12 | `fuel_fbfm40` | LANDFIRE FBFM40 | static layer | categorical code | none | Fire-behavior fuel model |
|
| 46 |
| 13 | `canopy_cover` | LANDFIRE CC | static layer | provider-native value | none | Canopy cover |
|
| 47 |
| 14 | `housing_density` | Wildfire Risk to Communities | static layer | provider-native value | none | Housing-unit density |
|
|
|
|
| 55 |
`typeOfLevel=surface` and `stepType=instant`. It is not the most-unstable CAPE
|
| 56 |
or a layer CAPE variable.
|
| 57 |
|
| 58 |
+
The two validity channels have different definitions. `firewx_valid` is a
|
| 59 |
+
cache-level dynamic input presence mask; in the released California regional
|
| 60 |
+
cache it is 1.0 everywhere and is not a per-variable HRRR missing-data mask.
|
| 61 |
+
`static_valid` is the fraction of the four static layers that are valid after
|
| 62 |
+
reprojection at each grid cell, with possible values 0.0, 0.25, 0.5, 0.75, and
|
| 63 |
+
1.0.
|
| 64 |
+
|
| 65 |
## Notes
|
| 66 |
|
| 67 |
- The paper places gridded resources on a projected 5 km EPSG:5070 grid.
|