r.hydro.hbv.forcing - Reduces a climate STRDS (ERA5/ERA5-Land, MODIS, or any other daily raster time series) to a per-basin daily long-format (station_id,date,value) DB table for r.hydro.hbv's *_table= options.
r.hydro.hbv.forcing turns a daily raster time series (a
space-time raster dataset, STRDS -- e.g. an ERA5-Land precipitation or
temperature series already imported with t.rast.import, or any
other daily raster series registered into a STRDS) into the
long-format (station_id, date, value) DB
table that r.hydro.hbv's
precipitation_table=/temperature_table=/etc. options
expect, via one t.rast.univar zonal-mean call against a
r.hydro.hbv.basins-delineated
basins raster.
basins is the delineated basins raster (r.hydro.hbv.basins'
basins= output); basins_vector is its vectorized
counterpart (basins_vector= output), used only to look up each
basin's basin_id_column value (default basin_id) so the
output table's station_id matches what r.hydro.hbv (or
r.hydro.hbv.basins itself) already uses.