if (FALSE) {
## Get soil profile properties for a single point
am1 <- get_worldmodeler_apsim_met(lonlat = c(-93, 42),
dates = c("2010-01-01", "2013-12-31"))
if(inherits(am1, 'met')){
plot(am1[[1]], met.var = "rain", cumulative = TRUE)
}
}
Run the code above in your browser using DataLab