ebifarm local met station Data
narr [NARR daily](http://www.esrl.noaa.gov/psd/data/gridded/data.narr.html]
narr3h NARR from MsTMIP
cruncep CRU-NCEP from MsTMIP
Note there is obviously an error in the downscaling method used to generate hourly NARR from daily. This is an obsolete method (since we now have sub-daily, and if we are going to correct this, it should be in the version of weachDT currently in PEcAn.data.atmosphere)
Comparing 'data' (ebifarm) with gridded products
TODO: clean up figure titles, labels, write explanations
library(PEcAn.data.atmosphere)
## Loading required package: ncdf4
## Loading required package: udunits2
## Loading required package: ggplot2
theme_set(theme_bw())
data(narr_cruncep_ebifarm)
knitr::opts_chunk$set(echo = FALSE, cache = TRUE, comment = NA, tidy = TRUE,
warning = FALSE, results = "hide", fig.width = 10, fig.height = 4)
These data are on biocluster.igb.illinois.edu, most 10-100s GB. Scripts used to download and convert these data to PEcAn CF format, optimized for time series extraction, are on GitHub ebimodeling/model-drivers.
geom_smooth: method="auto" and size of largest group is >=1000, so using gam with formula: y ~ s(x, bs = "cs"). Use 'method = x' to change the smoothing method.
geom_smooth: method="auto" and size of largest group is >=1000, so using gam with formula: y ~ s(x, bs = "cs"). Use 'method = x' to change the smoothing method.
geom_smooth: method="auto" and size of largest group is >=1000, so using gam with formula: y ~ s(x, bs = "cs"). Use 'method = x' to change the smoothing method.
|source | min| mean| max|
|:--------|--------:|------:|------:|
|cruncep | -19.582| 10.77| 30.54|
|narr | -5.098| 12.60| 24.19|
|narr3h | -17.047| 12.46| 36.24|
|ebifarm | -23.770| 10.91| 34.22|
|source | min| mean| max|
|:--------|-------:|------:|-------:|
|cruncep | 15.959| 71.78| 100.00|
|narr | 47.650| 84.35| 99.21|
|narr3h | 5.902| 68.84| 100.00|
|ebifarm | 13.590| 70.64| 95.70|
|source | total|
|:--------|-------:|
|cruncep | 947.4|
|narr | 1108.5|
|narr3h | 772.0|
|ebifarm | 385.1|
geom_smooth: method="auto" and size of largest group is >=1000, so using gam with formula: y ~ s(x, bs = "cs"). Use 'method = x' to change the smoothing method.
geom_smooth: method="auto" and size of largest group is >=1000, so using gam with formula: y ~ s(x, bs = "cs"). Use 'method = x' to change the smoothing method.
geom_smooth: method="auto" and size of largest group is >=1000, so using gam with formula: y ~ s(x, bs = "cs"). Use 'method = x' to change the smoothing method.
geom_smooth: method="auto" and size of largest group is >=1000, so using gam with formula: y ~ s(x, bs = "cs"). Use 'method = x' to change the smoothing method.
geom_smooth: method="auto" and size of largest group is <1000, so using loess. Use 'method = x' to change the smoothing method.
geom_smooth: method="auto" and size of largest group is >=1000, so using gam with formula: y ~ s(x, bs = "cs"). Use 'method = x' to change the smoothing method.
geom_smooth: method="auto" and size of largest group is >=1000, so using gam with formula: y ~ s(x, bs = "cs"). Use 'method = x' to change the smoothing method.
geom_smooth: method="auto" and size of largest group is >=1000, so using gam with formula: y ~ s(x, bs = "cs"). Use 'method = x' to change the smoothing method.
geom_smooth: method="auto" and size of largest group is >=1000, so using gam with formula: y ~ s(x, bs = "cs"). Use 'method = x' to change the smoothing method.
geom_smooth: method="auto" and size of largest group is <1000, so using loess. Use 'method = x' to change the smoothing method.