imod.msw.InitialConditionsSavedState#
- class imod.msw.InitialConditionsSavedState(saved_state)[source]#
Use saved state of a previous MetaSWAP run as initial condition.
This class is responsible for the file init_svat.inp
- Parameters:
saved_state (Path or str) – Path to a previously saved state. This file will be copied to init_svat.inp.
Methods
__init__
(saved_state)isel
()sel
()write
(directory, *args)Write MetaSWAP package to its corresponding fixed format file.
write_dataframe_fixed_width
(file, dataframe)Write dataframe to fixed format file.