daily_temp.Rd
Calculate daily temperature from \(T_{min}\) and \(T_{max}\)
daily_temp(
tmin,
tmax,
varid = "tmp",
timeid = "time",
latid = "lat",
lonid = "lon",
overwrite = TRUE,
output_filename = NULL
)
List with \(T_{min}\) data
and variable id
.
List with \(T_{max}\) data
and variable id
.
String with variable ID for daily temperature.
String with the time dimension identifier.
String with the latitude dimension identifier.
String with the longitude dimension identifier.
Boolean flag to indicate if the output file should be overwritten (if it exists).
Output filename.