Create monthly climatology

monthly_clim(
  filename,
  varid,
  s_year,
  e_year,
  timeid = "time",
  latid = "lat",
  lonid = "lon",
  overwrite = TRUE,
  output_filename = NULL
)

Arguments

filename

Filename for the netCDF input (relative or absolute path).

varid

String with the main variable identifier.

s_year

Numeric value with the start year.

e_year

Numeric value with the end year.

timeid

String with the time dimension identifier.

latid

String with the latitude dimension identifier.

lonid

String with the longitude dimension identifier.

overwrite

Boolean flag to indicate if the output file should be overwritten (if it exists).

output_filename

Output filename.