hydromt_sfincs.SfincsModel.write_forcing#

SfincsModel.write_forcing(data_vars: List | str = None, fmt: str = '%7.2f')[source]#

Write forcing to ascii or netcdf (netampr) files. Filenames are based on the config attribute.

Parameters:
  • data_vars (list of str, optional) – List of data variables to write, by default None (all)

  • fmt (str, optional) – Format string for timeseries data, by default “%7.2f”.