Installation
Install with conda (recommended)
C-Star is published on conda-forge as cstar-ocean.
On a laptop or workstation, install cstar-ocean-standalone, which bundles a complete build toolchain (compilers, MPI, netCDF-Fortran, PnetCDF, CMake) so ROMS can be compiled with no system dependencies:
conda create -n cstar-env -c conda-forge cstar-ocean-standalone
On a supported HPC system (toolchain provided by Environment Modules), install just the package:
conda create -n cstar-env -c conda-forge cstar-ocean
Then conda activate cstar-env and you're ready to go.
Installation from source (developers)
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-laptop.yml bundles the same conda-forge toolchain that cstar-ocean-standalone provides, for developers who prefer an editable install):
conda env create -f environment-hpc.yml # conda environment for supported HPC system
# conda env create -f environment-laptop.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.
Release files for cstar-ocean 0.14.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cstar_ocean-0.14.1.tar.gz | 1.0 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cstar_ocean-0.14.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.7 MB
Release files / cstar_ocean-0.14.1.tar.gz
| Download URL | cstar_ocean-0.14.1.tar.gz |
|---|---|
| Size | 1.0 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
193b5c7422f7760033366f14ca9ee6e61d75d344a90861aabbf8a2e7c46112a2
|
|
BLAKE2b-256 checksum How to use checksums |
6b6e0499b6d889d9b4e260d1fb025464858a506f6489481f360e75f29fe7b4ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.
Transparency logRelease files / cstar_ocean-0.14.1-py3-none-any.whl
| Download URL | cstar_ocean-0.14.1-py3-none-any.whl |
|---|---|
| Size | 652.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
305486ccebc21020a203e766964f344e0675ba12b9a35d77234ef2c6ed37bbaf
|
|
BLAKE2b-256 checksum How to use checksums |
3ec2b071913fb18e3f543c82f7e0a59209e905a9ce69f3c8113da65d5a7d0438
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.
Transparency log