hydromt_delft3dfm.utils.io_utils.write_timeseries_meteo#
- hydromt_delft3dfm.utils.io_utils.write_timeseries_meteo(forcing: Dict, savedir: str, ext_fn: str = None) list[dict][source]#
Write 2d meteo forcing from forcing dict.
Note! Forcing files (.bc) are written in this function. Furthermore, the external forcing (.ext) file will be extended.
- Parameters:
forcing (dict of xarray DataArray) – Dict of boundary DataArray. Only forcing that startswith “meteo” will be recognised.
savedir (str, optional) – path to the directory where to save the file.
ext_fn (str or Path, optional) – Path of the external forcing file (.ext) in which this function will append to.