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:
- Returns:
- A dictionary with keys:
metadata
: dictgrid
: Gridcoordinate_system
: CoordinateSystemfields
: list[(name, shape)] (ifinclude_fields
is True)
- Return type: