imod.mf6.AdvectionCentral#
- class imod.mf6.AdvectionCentral(*_, **__)[source]#
The central-in-space weighting scheme is based on a simple distance-weighted linear interpolation between the center of cell n and the center of cell m to calculate solute concentration at the shared face between cell n and cell m. Although central-in-space is a misnomer for grids without equal spacing between connected cells, it is retained here for consistency with nomenclature used by other MODFLOW-based transport programs, such as MT3D.
Methods
__init__
()add_periodic_auxiliary_variable
()clip_box
([time_min, time_max, layer_min, ...])Clip a package by a bounding box (time, layer, y, x).
copy
()from_file
(path, **kwargs)Loads an imod mf6 package from a file (currently only netcdf and zarr are supported).
get_auxiliary_variable_names
()get_regrid_methods
()is_regridding_supported
()returns true if package supports regridding.
isel
()mask
(domain)Mask values outside of domain.
period_data
()regrid_like
(target_grid[, regridder_types])Creates a package of the same type as this package, based on another discretization.
render
(directory, pkgname, globaltimes, binary)sel
()skip_masking_dataarray
(array_name)to_netcdf
(*args, **kwargs)Write dataset contents to a netCDF file.
write
(pkgname, globaltimes, write_context)write_binary_griddata
(outpath, da, dtype)write_blockfile
(pkgname, globaltimes, ...)write_netcdf
(directory, pkgname[, ...])Write to netcdf.
write_text_griddata
(outpath, da, dtype)Attributes
dataset