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.baton Windows,run.shelsewhere) viawrite_batch_file(). Requiresself.exe_pathto be set. DefaultFalse.information (For more)
methods. (see specific component write)