hydromt_delft3dfm.utils.write_1dboundary#

hydromt_delft3dfm.utils.write_1dboundary(forcing: Dict, savedir: str = None, ext_fn: str = None) Tuple[source]#

Write 1dboundary ext and boundary files from forcing dict.

Parameters:
  • forcing (dict of xarray DataArray) – Dict of boundary DataArray for each variable Only forcing that starts with “boundary1d” 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.