processDailyRelativeNCAxis: processDailyRelativeNCAXis This function processes a relative...

View source: R/read-netcdf-utility-functions.R

processDailyRelativeNCAxisR Documentation

processDailyRelativeNCAXis This function processes a relative time axis with daily intervals It calculates the day, month and year corresponding to the valies on the axis, and also crops according to the requested years Finally it returns a data.tables with all this information including the netCDF indices (cropped to the years)

Description

processDailyRelativeNCAXis This function processes a relative time axis with daily intervals It calculates the day, month and year corresponding to the valies on the axis, and also crops according to the requested years Finally it returns a data.tables with all this information including the netCDF indices (cropped to the years)

Usage

processDailyRelativeNCAxis(
  axis.values,
  start.year,
  start.month,
  start.day,
  target.STAInfo,
  calendar,
  year.offset
)

MagicForrest/DGVMTools documentation built on Aug. 23, 2024, 8:05 a.m.