imod.mf6.GroundwaterFlowModel.validate#

GroundwaterFlowModel.validate(model_name: str = '', validation_context: ValidationSettings | None = None) StatusInfoBase#

Validate model.

Parameters:
  • model_name (str, optional) – Name of the model, used for status info.

  • validation_context (ValidationSettings, optional) – Validation settings, which can be used to control the validation process. If not provided, defaults to ValidationSettings(validate=True).

Returns:

Status information about the validation process, including any errors or warnings encountered during validation.

Return type:

NestedStatusInfo