imod.mf6.GroundwaterFlowModel#

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

The GroundwaterFlowModel (GWF) simulates flow of (liquid) groundwater. More information can be found here: https://water.usgs.gov/water-resources/software/MODFLOW-6/mf6io_6.4.2.pdf#page=27

Parameters:
  • listing_file (Optional[str] = None) – name of the listing file to create for this GWF model. If not specified, then the name of the list file will be the basename of the GWF model name file and the ‘lst’ extension.

  • print_input (bool = False) – keyword to indicate that the list of all model stress package information will be written to the listing file immediately after it is read.

  • print_flows (bool = False) – keyword to indicate that the list of all model package flow rates will be printed to the listing file for every stress period time step in which “BUDGET PRINT” is specified in Output Control.

  • save_flows (bool = False) – indicate that all model package flow terms will be written to the file specified with “BUDGET FILEOUT” in Output Control.

  • newton (bool = False) – activates the Newton-Raphson formulation for groundwater flow between connected, convertible groundwater cells and stress packages that support calculation of Newton-Raphson terms for groundwater exchanges.

  • under_relaxation (bool = False,) – indicates whether the groundwater head in a cell will be under-relaxed when water levels fall below the bottom of the model below any given cell. By default, Newton-Raphson UNDER_RELAXATION is not applied.

__init__(listing_file: str | None = 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, ...])

Clip a model by a bounding box (time, layer, y, x).

copy()

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

Dump simulation to files.

from_file(toml_path)

from_imod5_data(imod5_data, period_data, ...)

Imports a GroundwaterFlowModel (GWF) from the data in an IMOD5 project file.

fromkeys(iterable[, value])

get(k[,d])

has_key(k)

is_clipping_supported()

Returns True if all the packages in the model supports clipping.

is_regridding_supported()

Returns True if all the packages in the model supports regridding.

is_splitting_supported()

Returns True if all the packages in the model supports splitting.

is_use_newton()

items()

keys()

mask_all_packages(mask)

This function applies a mask to all packages in a model.

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.

prepare_wel_for_mf6(pkgname[, validate, ...])

Prepare grid-agnostic well for MODFLOW6, using the models grid information and hydraulic conductivities.

purge_empty_packages([model_name])

This function removes empty packages from the model.

regrid_like(target_grid[, validate, ...])

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

render(modelname, write_context)

set_newton(is_newton)

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

update_buoyancy_package(...)

If the simulation is partitioned, then the buoyancy package, if present, must be updated for the renamed transport models.

validate([model_name])

values()

write(modelname, globaltimes, directory[, ...])

Write MODFLOW6 model to file.

Attributes

bottom

domain

model_id

options