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.
ROMSCompositeCodeRepository#
- class cstar.applications.roms_marbl.models.ROMSCompositeCodeRepository(*, roms: CodeRepository, run_time: CodeRepository, compile_time: CodeRepository, marbl: CodeRepository | None = None, **extra_data: Any)#
Bases:
ConfiguredBaseModelCollection of repositories used to build, configure, and execute ROMS.
Attributes
ROMSCompositeCodeRepository.romsThe baseline ROMS repository.
ROMSCompositeCodeRepository.run_timeCodebase used to modify the runtime behavior of ROMS.
ROMSCompositeCodeRepository.compile_timeCodebase used to modify base ROMS compilation.
ROMSCompositeCodeRepository.marblCodebase used to add MARBL to the simulation.