monthly_clim.Rd
Create monthly climatology
monthly_clim(
filename,
varid,
s_year,
e_year,
timeid = "time",
latid = "lat",
lonid = "lon",
overwrite = TRUE,
output_filename = NULL
)
Filename for the netCDF input (relative or absolute path).
String with the main variable identifier.
Numeric value with the start year.
Numeric value with the end year.
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.