Converts monthly hydro-meteorological time-series data to hydrological year values.
Source:R/convert2HYY.R
convert2HYY.Rd
Conversion to hydrological year values from Oct. to the following year end of Sept. Cold season and warm season components are calculated.
Arguments
- data2convert
tibble with the format as packaged in the accompagning dataset ChirchikRiverData
- stationCode
String with 5-digit station code
- typeSel
Either 'Q' for discharge, 'mean(T)' for mean temperatures or 'P' for total precipitation
Value
tibble dataframe date column and hydrological year, cold season and warm season values columns.
See also
Other Pre-processing:
doQuantileMapping()
,
gen_HRU_Climate_CSV_RSMinerve()
,
gen_basinElevationBands()
,
loadTabularData()
,
plotNormDevHYY()