You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Considering future runs of GWF WRF-CONUS II product
The future runs, unfortunately, follow a different file/folder structure
and they needed to be handled a bit differently than the historical
files which are all in `.tar` format.
This PR adds the capability to process this period of data for this
product to the script. Minimal adjustments were done to make the script
almost intact.
Reported-by: Logan Fang <[email protected]>
Signed-off-by: Kasra Keshavarz <[email protected]>
* Minimal typo corrections
* Adding information for the future runs files
---------
Signed-off-by: Kasra Keshavarz <[email protected]>
The spatial extent of the `WRF-CONUSII` is on latitutes from `15.02852` to `73.27542` and longitudes from `-156.8242` to `-40.3046`.
107
108
108
109
## Temporal Extent
109
-
As is obvious from the nomenclature of the dataset files, the time-steps are hourly covering from the January 1995 to December 2015.
110
+
As is obvious from the nomenclature of the dataset files, the time-steps are hourly covering from the January 1995 to December 2015 (`hist` dataset directory). Also, the dataset covers data from January 2080 to December 2100 (`fut` dataset directory).
110
111
111
112
# Short Description on `WRF-CONUSII` Variables
112
113
In most hydrological modelling applications, usually 7 variables are needed detailed as following: 1) specific humidity at 2 meters, 2) surface pressure, 3) air temperature at 2 meters, 4) wind speed at 10 meters, 5) precipitation, 6) downward short wave radiation, and 7) downward long wave radiation. These variables are available through `WRF-CONUSII` dataset and their details are described in the table below:
0 commit comments