MetaSWAP#

GridData(area, landuse, rootzone_depth, ...)

This contains the grid data of MetaSWAP.

GridData.from_imod5_data(imod5_data, target_dis)

Construct a MetaSWAP GridData package from iMOD5 data in the CAP package, loaded with the imod.formats.prj.open_projectfile_data() function.

Infiltration(infiltration_capacity, ...)

This contains the infiltration data.

Infiltration.from_imod5_data(imod5_data)

Construct a MetaSWAP Infiltration package from iMOD5 data in the CAP package, loaded with the imod.formats.prj.open_projectfile_data() function.

Ponding(ponding_depth, runon_resistance, ...)

Set ponding related parameters for MetaSWAP.

Ponding.from_imod5_data(imod5_data)

Construct a MetaSWAP Ponding package from iMOD5 data in the CAP package, loaded with the imod.formats.prj.open_projectfile_data() function.

ScalingFactors(scale_soil_moisture, ...)

This package allows you to do three things:

ScalingFactors.from_imod5_data(imod5_data)

Construct a MetaSWAP Ponding package from iMOD5 data in the CAP package, loaded with the imod.formats.prj.open_projectfile_data() function.

Sprinkling(max_abstraction_groundwater, ...)

This contains the sprinkling capacities of links between SVAT units and groundwater/surface water locations.

Sprinkling.from_imod5_data(imod5_data)

Import sprinkling data from imod5 data.

IdfMapping(area, nodata)

Describes svat location in the IDF grid.

TimeOutputControl(time)

Specify the accumulation periods which will be used to write output.

VariableOutputControl([Pm, Psgw, Pssw, ...])

Control which variables will be created as output.

InitialConditionsEquilibrium()

Use an equilibrium profile to initialize the model.

InitialConditionsPercolation()

The precipitation intensity at the starting time (iybg, tdbg in PARA_SIM.INP) is used for initializing the percolation flux in the profiles.

InitialConditionsRootzonePressureHead([...])

Use the pF-value of the root zone pressure head as initial condition.

InitialConditionsSavedState(saved_state)

Use saved state of a previous MetaSWAP run as initial condition.

LanduseOptions(landuse_name, ...[, ...])

Land use options.

AnnualCropFactors(soil_cover, ...)

For each vegetation type specify a yearly trend in vegetation factors and interception characteristics.

MeteoGrid(precipitation, evapotranspiration)

This contains the meteorological grid data.

MeteoGridCopy(path)

Class to copy existing mete_grid.inp, which contains the meteorological grid data.

MeteoGridCopy.from_imod5_data(imod5_data)

Construct a MetaSWAP MeteoGridCopy package from iMOD5 data in the CAP package, loaded with the imod.formats.prj.open_projectfile_data() function.

EvapotranspirationMapping(evapotranspiration)

This contains the data to connect evapotranspiration grid cells to MetaSWAP svats.

EvapotranspirationMapping.from_imod5_data(...)

Construct a MetaSWAP EvapotranspirationMapping package from iMOD5 data in the CAP package, loaded with the imod.formats.prj.open_projectfile_data() function.

PrecipitationMapping(precipitation)

This contains the data to connect precipitation grid cells to MetaSWAP svats.

PrecipitationMapping.from_imod5_data(imod5_data)

Construct a MetaSWAP PrecipitationMapping package from iMOD5 data in the CAP package, loaded with the imod.formats.prj.open_projectfile_data() function.

CouplerMapping()

This contains the data to connect MODFLOW 6 cells to MetaSWAP svats.

MetaSwapModel(unsaturated_database[, settings])

Contains data and writes consistent model input files

MetaSwapModel.write(directory, mf6_dis, mf6_wel)

Write packages and simulation settings (para_sim.inp).

MetaSwapModel.from_imod5_data(imod5_data, ...)

Construct a MetaSWAP model from iMOD5 data in the CAP package, loaded with the imod.formats.prj.open_projectfile_data() function.

MetaSwapModel.regrid_like(mf6_regridded_dis)