# NOT RUN {
# }
# NOT RUN {
# This code calculates the average minimum temperature by
# season for a subset region.
# download default ncss tiled subset for 1980
# (daily tmin values only), works on tiles as well
download_daymet_ncss()
# Finally, run the function
daymet_grid_agg(file = paste0(tempdir(),"/tmin_daily_1980_ncss.nc"),
int = "seasonal",
fun = "mean")
# }
Run the code above in your browser using DataLab