Attention
This project is still in an early phase of development.
The python API is not yet stable, and some aspects of the schema for the blueprint and workplan will likely evolve. Therefore whilst you are welcome to try out using the package, we cannot yet guarantee backwards compatibility. We expect to reach a more stable version in 2026.
ForcingConfiguration#
- class cstar.applications.roms_marbl.models.ForcingConfiguration(*, boundary: Dataset, surface: Dataset, tidal: Dataset | None = None, river: Dataset | None = None, corrections: Dataset | None = None, **extra_data: Any)#
Bases:
ConfiguredBaseModelConfiguration of the forcing parameters of the model.
Attributes
ForcingConfiguration.boundaryBoundary forcing.
ForcingConfiguration.surfaceSurface forcing
ForcingConfiguration.tidalTidal forcing.
ForcingConfiguration.riverRiver forcing.
ForcingConfiguration.correctionsWind or other forcing corrections.