imod.mf6.InitialConditions#
- class imod.mf6.InitialConditions(*_, **__)[source]#
Initial Conditions (IC) Package information is read from the file that is specified by “IC6” as the file type. Only one IC Package can be specified for a GWF model. https://water.usgs.gov/water-resources/software/MODFLOW-6/mf6io_6.0.4.pdf#page=46
- Parameters:
head (array of floats (xr.DataArray)) – for backwards compatibility this argument is maintained, but please use the start-argument instead.
start (array of floats (xr.DataArray)) – is the initial (starting) head or concentration—that is, the simulation’s initial state. STRT must be specified for all simulations, including steady-state simulations. One value is read for every model cell. For simulations in which the first stress period is steady state, the values used for STRT generally do not affect the simulation (exceptions may occur if cells go dry and (or) rewet). The execution time, however, will be less if STRT includes hydraulic heads that are close to the steadystate solution. A head value lower than the cell bottom can be provided if a cell should start as dry. (strt)
validate ({True, False}) – Flag to indicate whether the package should be validated upon initialization. This raises a ValidationError if package input is provided in the wrong manner. Defaults to True.
Methods
__init__
([start, head, validate])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