NorthSeaExample
NorthSeaExample(
species_params,
interaction,
params,
sim,
species_params_gears=None,
)Convenience bundle for the built-in North Sea example datasets.
Attributes
| Name | Type | Description |
|---|---|---|
| species_params | pd.DataFrame | Species parameter table. |
| interaction | pd.DataFrame | Species interaction matrix. |
| params | MizerParams | Wrapped MizerParams object for the built-in North Sea model. |
| sim | MizerSim | Wrapped MizerSim object for the built-in North Sea simulation. |
| species_params_gears | pd.DataFrame | None | Optional gear-specific species parameter table when available in the installed mizer version. |
Examples
import pymizer as mz
north_sea = mz.load_north_sea()
sim = north_sea.params.project(t_max=1, dt=0.1, t_save=1, effort=0, progress_bar=False)