imod.mf6.Modflow6Simulation.write#
- Modflow6Simulation.write(directory='.', binary=True, validate: bool = True, use_absolute_paths=False)[source]#
Write Modflow6 simulation, including assigned groundwater flow and transport models.
- Parameters:
directory (str, pathlib.Path) – Directory to write Modflow 6 simulation to.
use_binary (({True, False}, optional)) – Whether to write time-dependent input for stress packages as binary files, which are smaller in size, or more human-readable text files.
validate (({True, False}, optional)) – Whether to validate the Modflow6 simulation, including models, at write. If True, erronous model input will throw a
ValidationError
.use_absolute_paths (({True, False}, optional)) – True if all paths written to the mf6 inputfiles should be absolute.