imod.mf6.AdvectionTVD#

class imod.mf6.AdvectionTVD[source]#

An implicit second order TVD scheme. More expensive than upstream weighting but more robust.

__init__()[source]#

Methods

__init__()

add_periodic_auxiliary_variable()

clip_domain([layer, x, y])

Clip a variable along the specified dimensions.

copy()

from_file(path, **kwargs)

Loads an imod mf6 package from a file (currently only netcdf and zarr are supported).

get_auxiliary_variable_names()

isel()

mask(domain)

Mask values outside of domain.

period_data()

render(directory, pkgname, globaltimes, binary)

sel()

to_sparse(arrdict, layer)

Convert from dense arrays to list based input

write(directory, pkgname, globaltimes, binary)

write_binary_griddata(outpath, da, dtype)

write_blockfile(directory, pkgname, ...)

write_netcdf(directory, pkgname[, ...])

Write to netcdf.

write_text_griddata(outpath, da, dtype)