Skip to content

Releases: degauss-org/narr

1.0.0

20 May 13:42
c6272ca

Choose a tag to compare

  • 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
  • prate variable replaced with acpcp (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

24 May 20:09
8976715

Choose a tag to compare

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

29 Mar 20:12
565ccd3

Choose a tag to compare

  • updates for degaussverse 1.0
  • left_join all NARR variables instead of bind_rows

0.2

28 Mar 15:50

Choose a tag to compare

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

16 Feb 17:32

Choose a tag to compare

0.1
0.1