imod.mf6.GroundwaterFlowModel#

class imod.mf6.GroundwaterFlowModel(listing_file: Optional[str] = None, print_input: bool = False, print_flows: bool = False, save_flows: bool = False, newton: bool = False, under_relaxation: bool = False)[source]#
__init__(listing_file: Optional[str] = None, print_input: bool = False, print_flows: bool = False, save_flows: bool = False, newton: bool = False, under_relaxation: bool = False)[source]#

Methods

__init__([listing_file, print_input, ...])

clear()

clip_box([time_min, time_max, layer_min, ...])

copy()

dump(directory, modelname[, validate, ...])

from_file(toml_path)

fromkeys(iterable[, value])

get(k[,d])

items()

keys()

pop(k[,d])

If key is not found, d is returned if given, otherwise KeyError is raised.

popitem()

as a 2-tuple; but raise KeyError if D is empty.

regrid_like(target_grid[, validate])

Creates a model by regridding the packages of this model to another discretization.

render(modelname, write_context)

setdefault(k[,d])

update([E, ]**F)

If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v In either case, this is followed by: for k, v in F.items(): D[k] = v

values()

write(modelname, globaltimes, validate, ...)

Write model namefile Write packages

write_qgis_project(directory, crs[, ...])

Write qgis projectfile and accompanying netcdf files that can be read in qgis.

Attributes

bottom

domain