hydromt_sfincs.SfincsModel.write#

SfincsModel.write(write_batch_file: bool = False)[source]#

Write SfincsModel to disk.

This methods writes all components that actually contain data to the specified model root folder. Finally, the configuration file (sfincs.inp) is written.

Parameters:
  • write_batch_file (bool, optional) – If True, also write a platform-appropriate launcher script (run.bat on Windows, run.sh elsewhere) via write_batch_file(). Requires self.exe_path to be set. Default False.

  • information (For more)

  • methods. (see specific component write)