[transport] TransportConfig#
TOML section: [transport]
Pydantic model: TransportConfig defined in hydromodpy.physics.transport.transport_config.
Transport-process configuration.
Fields#
active_sinks_sources
list[str] factory user source
Ordered list of sink/source identifiers that are explicitly activated for this process. An empty list means no sink/source is active. Concrete process configs (e.g. FlowConfig) validate the allowed values.
active_bc
list[str] factory user source
Ordered list of boundary-condition identifiers that are explicitly activated for this process. An empty list means no boundary-condition package is assembled. Concrete process configs (e.g. FlowConfig) validate the allowed values.
modpath
in TOML:
[transport.modpath]
TransportModpathConfig factory user source
Modpath solver configuration block.
mt3dms
in TOML:
[transport.mt3dms]
TransportMt3dmsConfig factory user source
MT3DMS solver configuration block.
modflow6gwt
in TOML:
[transport.modflow6gwt]
TransportModflow6GwtConfig factory user source
MODFLOW 6 GWT solver configuration block.
modflow6prt
in TOML:
[transport.modflow6prt]
TransportModflow6PrtConfig factory user source
MODFLOW 6 PRT particle-tracking solver configuration block.