hydromt_delft3dfm.utils.write_1dlateral#
- hydromt_delft3dfm.utils.write_1dlateral(forcing: Dict, savedir: str = None, ext_fn: str = None) None | Tuple [source]#
Write 1dlateral ext and bc files from forcing dict.
- Parameters:
forcing (dict of xarray DataArray) – Dict of lateral DataArray for each variable Only forcing that starts with “lateral1d” is 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.