convert_units.m2d: Convert units from monthly to daily

Description Usage Arguments

View source: R/utils-nc.R

Description

Convert units from monthly to daily

Usage

1
2
3
4
5
6
7
8
9
convert_units.m2d(
  filename,
  varid,
  timeid = "time",
  latid = "lat",
  lonid = "lon",
  FUN = `*`,
  output_filename = NULL
)

Arguments

filename

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

varid

String with the main variable identifier.

timeid

String with the time dimension identifier.

latid

String with the latitude dimension identifier.

lonid

String with the longitude dimension identifier.

FUN

Infix function to perform the conversion.

output_filename

Output filename.


special-uor/codos documentation built on Jan. 7, 2022, 2:32 a.m.