hydromt_delwaq.DelwaqModel.write_forcing#

DelwaqModel.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:

  • flow.dat binary: water fluxes [m3/s]

  • volume.dat binary: water volumes [m3]

  • sediment.dat binary: sediment particles from land erosion [g/timestep]

  • climate.dat binary: climate fuxes for climate_vars

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.