Releases: degauss-org/narr
Releases · degauss-org/narr
1.0.0
- uses appc package to download NARR data instead of downloading from s3 bucket
- removed "none" as an option for the narr variable argument, as there should no longer be a need to return only the narr cell number
pratevariable replaced withacpcp(see table below)- works for dates 2016 to 2024
| Argument | Variables Returned | Variable Definitions |
|---|---|---|
weather (default) |
air.2m rhum.2m |
air temperature at 2m humidity at 2m |
wind |
uwnd.10m vwnd.10m |
U wind speed at 10m V wind speed at 10m |
atmosphere |
hpbl vis |
planetary boundary layer height visibility |
precippres |
acpcp pres.sfc |
accumulated total precipitation surface pressure |
0.4.0
The optional argument used to select which NARR variables to return has changed. This also now includes an option (none) to just return the NARR raster cell number rather than any NARR data.
| Argument | Variables Returned | Variable Definitions |
|---|---|---|
weather (default) |
air.2m rhum.2m |
air temperature at 2m humidity at 2m |
wind |
uwnd.10m vwnd.10m |
U wind speed at 10m V wind speed at 10m |
atmosphere |
hpbl vis |
planetary boundary layer height visibility |
pratepres |
prate pres.sfc |
precipitation rate surface pressure |
none |
narr_cell |
NARR raster cell number |
0.3.0
- updates for degaussverse 1.0
left_joinall NARR variables instead ofbind_rows
0.2
- renv updates (use RPSM, and R ver 4.0.4)
- update addNarrData to 1.0.1 to download narr data in chunks
- default only returns temp and humidity, can use --all flag to get all narr variables
0.1
0.1