ideas-lab-nus / epwshiftr

Create future EnergyPlus Weather files using CMIP6 data
https://ideas-lab-nus.github.io/epwshiftr/
Other
30 stars 7 forks source link

esgf_query() did not accept empty resolution #12

Closed hongyuanjia closed 3 years ago

hongyuanjia commented 3 years ago
library(epwshiftr)

esgf_query(variable = "tas", resolution = NULL)
#> No matched data. Please check network connection and the availability of LLNL ESGF node.
#> Null data.table (0 rows and 0 cols)

Created on 2021-02-01 by the reprex package (v0.3.0)