Skip to content

dafyddstephenson/C-Star_ARCHIVE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Star

Computational Systems for Tracking Ocean Carbon

Setup

First time setup

  • Clone this repository and run (from the command line) the script setup_cstar in the setup_cstar directory, providing your system as an argument (e.g. ./setup_cstar osx_arm64_gnu). For a list of supported systems, run setup_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_env after completing the setup (note you will have to restart your shell).

Obtaining C-Star blueprints

  • With the C-Star environment active (see above), use the command cstar_get_blueprint to obtain and compile a C-Star blueprint. For a list of available blueprint, run cstar_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)

See Also

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 76.4%
  • HTML 13.1%
  • Python 8.6%
  • Rich Text Format 0.5%
  • CSS 0.4%
  • Makefile 0.4%
  • Other 0.6%