hydromt_delwaq.DemissionModel.write_forcing#

DemissionModel.write_forcing(fn: str = 'dynamicdata/{name}.dat', write_nc: bool = False)[source]#

Write forcing at <root/fn> in binary format.

Can also write a netcdf copy if write_nc is True. The output files are:

  • hydrology.bin binary file containing the hydrology data.

  • sediment.dat binary file containing the sediment data.

  • climate.dat binary file containing the climate data.

Parameters:
  • fn (str, optional) – filename relative to model root and should contain a {name} placeholder, by default ‘dynamicdata/{name}.dat’

  • write_nc (bool, optional) – If True, write a NetCDF copy of the forcing data, by default False.