See https://github.com/CWorthy-ocean/C-Star for its successor.
Computational Systems for Tracking Ocean Carbon
- Clone this repository and run (from the command line) the script
setup_cstarin thesetup_cstardirectory, providing your system as an argument (e.g../setup_cstar osx_arm64_gnu). For a list of supported systems, runsetup_cstar --help. - The setup script will obtain and compile any external code, and also make an environment on your machine to use when running C-Star in future. To activate this environment, run the command
cstar_envafter completing the setup (note you will have to restart your shell).
- With the C-Star environment active (see above), use the command
cstar_get_blueprintto obtain and compile a C-Star blueprint. For a list of available blueprint, runcstar_get_blueprint --help. - C-Star blueprints are saved to
${CSTAR_ROOT}/blueprints - For help with a specific blueprint, see its README file (e.g.
${CSTAR_ROOT}/blueprints/roms_marbl_example/README.md)
An early version of the python package implementation of C-Star with specific documentation is available in the cstar_ocean directory.