C-Star
A python package for setting up and running ocean model simulations, with a particular focus on marine carbon dioxide removal applications.
https://github.com/cworthy-ocean/c-star
Category: Emissions
Sub Category: Carbon Capture
Last synced: about 3 hours ago
JSON representation
Repository metadata
C-Star is a python package for setting up and running ocean model simulations, with a particular focus on marine carbon dioxide removal (mCDR) applications.
- Host: GitHub
- URL: https://github.com/cworthy-ocean/c-star
- Owner: CWorthy-ocean
- License: apache-2.0
- Created: 2024-08-08T23:01:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-14T18:16:20.000Z (6 days ago)
- Last Synced: 2026-04-14T18:24:39.931Z (6 days ago)
- Language: Python
- Homepage: https://c-star.readthedocs.io
- Size: 7.39 MB
- Stars: 19
- Watchers: 3
- Forks: 11
- Open Issues: 26
- Releases: 12
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.rst
- License: LICENSE
README.md
[!Warning]
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 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 Q1 2026.To see which systems C-Star has been tested on so far, see Supported Systems.
Installation
Installation from GitHub
To obtain the latest development version, clone this repository:
git clone https://github.com/CWorthy-ocean/C-Star.git
cd C-Star
Next, install one of the following conda environments, depending on whether you are working on a supported HPC system (environment management by Linux Environment Modules) or a generic machine like a laptop (environment managed by conda):
conda env create -f ci/environment_hpc.yml # conda environment for supported HPC system
# conda env create -f ci/environment.yml # conda environment for generic machine
Activate the conda environment:
conda activate cstar_env
Finally, install C-Star in the same environment:
pip install -e .
Run the tests
Before running the tests, you can activate the conda environment created in the previous section:
conda activate cstar_env
Check the installation of C-Star has worked by running the test suite
cd C-Star
pytest
Getting Started
To learn how to use C-Star, check out the documentation.
Feedback and contributions
If you find a bug, have a feature suggestion, or any other kind of feedback, please start a Discussion.
We also accept contributions in the form of Pull Requests.
License
C-Star is openly available for use and permissively licenced under Apache 2.0.
Copyright 2025 [C]Worthy LLC.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Owner metadata
- Name: [C]Worthy
- Login: CWorthy-ocean
- Email: info@cworthy.org
- Kind: organization
- Description:
- Website: cworthy.org
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/121502925?v=4
- Repositories: 1
- Last ynced at: 2023-08-03T15:56:29.840Z
- Profile URL: https://github.com/CWorthy-ocean
Committers metadata
Last synced: 14 days ago
Total Commits: 645
Total Committers: 13
Avg Commits per committer: 49.615
Development Distribution Score (DDS): 0.529
Commits in past year: 277
Committers in past year: 8
Avg Commits per committer in past year: 34.625
Development Distribution Score (DDS) in past year: 0.578
| Name | Commits | |
|---|---|---|
| Dafydd Stephenson | “****n@h****” | 304 |
| Christopher McBride | 3****a | 117 |
| Dafydd | d****n@h****m | 77 |
| Nora Loose | n****e@g****m | 53 |
| Scott Eilerman | s****n@c****g | 46 |
| TomNicholas | t****m@c****g | 31 |
| Matt Long | m****t@c****g | 6 |
| Sam Maticka | 4****a | 4 |
| Joseph Gaines | 1****s | 3 |
| dependabot[bot] | 4****] | 1 |
| Dafydd Stephenson | d****d@l****v | 1 |
| Dafydd Stephenson | d****d@d****u | 1 |
| Dafydd Stephenson | d****d@d****u | 1 |
Committer domains:
- cworthy.org: 3
- derecho1.hsn.de.hpc.ucar.edu: 1
- derecho3.hsn.de.hpc.ucar.edu: 1
- login31.chn.perlmutter.nersc.gov: 1
- hotmail.com”: 1
Issue and Pull Request metadata
Last synced: 3 days ago
Total issues: 128
Total pull requests: 216
Average time to close issues: 27 days
Average time to close pull requests: 6 days
Total issue authors: 7
Total pull request authors: 10
Average comments per issue: 1.01
Average comments per pull request: 0.96
Merged pull request: 147
Bot issues: 0
Bot pull requests: 0
Past year issues: 11
Past year pull requests: 71
Past year average time to close issues: 2 days
Past year average time to close pull requests: 5 days
Past year issue authors: 2
Past year pull request authors: 5
Past year average comments per issue: 1.55
Past year average comments per pull request: 0.41
Past year merged pull request: 41
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- dafyddstephenson (51)
- TomNicholas (50)
- NoraLoose (16)
- ScottEilerman (7)
- ubbu36 (2)
- matt-long (1)
- saadqayum (1)
Top Pull Request Authors
- dafyddstephenson (99)
- ankona (50)
- NoraLoose (34)
- TomNicholas (18)
- ScottEilerman (10)
- matt-long (1)
- ekemper (1)
- sdbachman (1)
- smaticka (1)
- JoeGaines (1)
Top Issue Labels
- jira-story (21)
- bug (14)
- enhancement (12)
- documentation (8)
- internals (8)
- testing (6)
- design (5)
- ROMS (4)
- roms-tools (4)
- dependencies (3)
- CI (3)
- user testing (2)
- packaging (2)
- dependency (1)
- typing (1)
- help wanted (1)
- good first issue (1)
Top Pull Request Labels
- internals (14)
- CI (13)
- enhancement (8)
- testing (8)
- documentation (7)
- bug (4)
- packaging (3)
- releases (2)
- design (1)
- roms-tools (1)
- jira-story (1)
- dependencies (1)
- user testing (1)
Package metadata
- Total packages: 1
-
Total downloads:
- pypi: 207 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 2
pypi.org: cstar-ocean
Computational systems for tracking ocean carbon
- Homepage:
- Documentation: https://cstar-ocean.readthedocs.io/
- Licenses: Apache-2.0
- Latest release: 0.4.0 (published 29 days ago)
- Last Synced: 2026-03-24T12:01:37.028Z (28 days ago)
- Versions: 5
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 207 Last month
-
Rankings:
- Dependent packages count: 9.91%
- Average: 32.843%
- Dependent repos count: 55.777%
- Maintainers (2)
Score: 11.713946099196667