whether to fill in radiation data using the nasapower pacakge. Default is TRUE.
silent
defaut is FALSE. Changing it will not do anything at the moment. A future feature.
Value
returns an object of class ‘met’ and writes a file to disk when filename is supplied.
Details
This function requires the chirps package
If the filename is not provided it will not write the file to disk,
but it will return an object of class ‘met’. This is useful in case manipulation
is required before writing to disk.
# NOT RUN {require(chirps)
## This will not write a file to diskchrp <- get_chirps_apsim_met(lonlat = c(-93,42), dates = c("2012-01-01","2012-12-31"))
# }# NOT RUN {# }