Reads climate and discharge data into a tibble.
Source:R/load_minerve_input_csv.R
load_minerve_input_csv.Rd
The data is in a csv file that can also be imported to RS Minerve to form a database.
Value
Returns a tibble of the same format as the inbuilt data
in
ChirchikRiverBasin with columns date
(POSIXct), basin
(char),
type
(char, T, P or Q), unit
(char, C, mm/a or m3/s) and
value
(num). Data is in hourly (climate) to decadal (10 days) or
monthly (discharge) time steps.
Note
this function is being phased out and will disappear in future
package releases. Please refer to the function readDBCSV
instead.
See also
[readDBCSV]
Other RS Minerve IO:
getChunkSize()
,
readDBCSV()
,
readForcingCSV()
,
readForcingSTR()
,
readRSMParameters()
,
readResultCSV()
,
readResultDST()
,
readSelectionCHK()
,
translateCSVtoDST()
,
writeRSMParameters()
,
writeSelectionCHK()