Skip to content

Commit

Permalink
more verbose description of TMAX/TMIN units #378
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdavid authored and sckott committed Nov 16, 2020
1 parent 3d0101d commit 5ae5625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/units-ghcnd.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ncdc_units_ghcnd <- list(
PRCP = list(name = "precipitation", units = "mm_tenths", description = "Precipitation"),
SNOW = list(name = "snow_fall", units = "mm", description = "Snowfall"),
SNWD = list(name = "snow_depth", units = "mm", description = "Snow depth"),
TMAX = list(name = "temperature_max", units = "celcius_tenths", description = "Maximum temperature"),
TMIN = list(name = "temperature_min", units = "celcius_tenths", description = "Minimum temperature"),
TMAX = list(name = "temperature_max", units = "celcius_tenths", description = "Maximum temperature (tenths of degrees C)"),
TMIN = list(name = "temperature_min", units = "celcius_tenths", description = "Minimum temperature (tenths of degrees C)"),
ACMC = list(name = "ACMC", units = "percent", description = "Average cloudiness midnight to midnight from 30-second ceilometer data (percent)"),
ACMH = list(name = "ACMH", units = "percent", description = "Average cloudiness midnight to midnight from manual observations (percent)"),
ACSC = list(name = "ACSC", units = "percent", description = "Average cloudiness sunrise to sunset from 30-second ceilometer data (percent)"),
Expand Down

0 comments on commit 5ae5625

Please sign in to comment.