imod.msw.TimeOutputControl#
- class imod.msw.TimeOutputControl(time)[source]#
Specify the accumulation periods which will be used to write output. For example, say the model computes on a daily timestep, but timesteps two days apart are specified, the summed fluxes of each two days are written by MetaSWAP.
- Parameters:
time (xr.DataArray) – Timesteps at which to write output.
Methods
__init__
(time)isel
()sel
()write
(directory, index, svat)Write MetaSWAP package to its corresponding fixed format file.
write_dataframe_fixed_width
(file, dataframe)Write dataframe to fixed format file.