load_north_sea

load_north_sea(env=None)

Load the matching built-in North Sea example datasets together.

Parameters

Name Type Description Default
env MizerREnvironment | None Optional shared R environment wrapper. None

Returns

Name Type Description
A NorthSeaExample class:NorthSeaExample bundle containing the most commonly used
NorthSeaExample North Sea inputs and example model objects.

Examples

import pymizer as mz

north_sea = mz.load_north_sea()
print(north_sea.species_params.head())
print(north_sea.params.biomass())