imod.mf6.ConstantConcentration.write#

ConstantConcentration.write(pkgname: str, globaltimes: list[datetime64] | ndarray, directory: str | Path, use_binary: bool = False, use_absolute_paths: bool = False)#

Write package to file

Parameters:
  • pkgname (str) – Package name

  • globaltimes (array of np.datetime64) – Times of the simulation’s stress periods.

  • directory (str or Path) – Directory to write package in

  • 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.

  • use_absolute_paths (({True, False}, optional)) – True if all paths written to the mf6 inputfiles should be absolute.