pisces.extensions.simulation.core.initial_conditions.InitialConditions.get_model_summary#

InitialConditions.get_model_summary(model_name: str, include_fields: bool = True)[source]#

Retrieve a combined summary of a stored model without fully loading it.

Parameters:
  • model_name (str) – The name/identifier of the model to inspect.

  • include_fields (bool, optional) – If True (default), also include the model’s fields and shapes.

Returns:

A dictionary with keys:
  • metadata : dict

  • grid : Grid

  • coordinate_system : CoordinateSystem

  • fields : list[(name, shape)] (if include_fields is True)

Return type:

dict