daily_temp: Calculate daily temperature from T_{min} and T_{max}

Description Usage Arguments

View source: R/utils-nc.R

Description

Calculate daily temperature from T_{min} and T_{max}

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
daily_temp(
  tmin,
  tmax,
  varid = "tmp",
  timeid = "time",
  latid = "lat",
  lonid = "lon",
  overwrite = TRUE,
  output_filename = NULL
)

Arguments

tmin

List with T_{min} data and variable id.

tmax

List with T_{max} data and variable id.

varid

String with variable ID for daily temperature.

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.


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