| Versions | |
| Documentation and Support | |
| Open Source | |
| Coding Standards | |
| Development Status | |
| Funding |
glamod-marine-processing is a python tool for creating SLURM scripts for several GLAMOD marine processing workflows.
Once installed you can use it as an command-line interface. For more information, please call the help functions:
pre_proc --help # Preprocessing steps to create level0 data
obs_suite --help # Observations workflow help page
merge_suite --help # Step to merge multiple available decks into one single deck
split_suite --help # Step to split one single available deck into multiple decksBefore you install glamod-marine-processing please clone the GitHub repository.
git clone https://github.com/glamod/glamod-marine-processing
cd glamod-marine-processingNow you can install several dependency versions:
pip install -e . # Install minimum dependency versionThis will install the package but you can still edit it and you don't need the package in your PYTHONPATH.
The official documentation is at https://glamod-marine-processing.readthedocs.io/
If you're interested in participating in the development of glamod-marine-processing by suggesting new features, new indices or report bugs, please leave us a message on the issue tracker.
If you would like to contribute code or documentation (which is greatly appreciated!), check out the Contributing Guidelines before you begin!
If you wish to cite glamod-marine-processing in a research publication, we kindly ask that you refer to Zenodo: https://doi.org/10.5281/zenodo.17404810.
This is free software: you can redistribute it and/or modify it under the terms of the Apache License 2.0. A copy of this license is provided in the code repository (LICENSE).
glamod-marine-processing development is funded through Copernicus Climate Change Service (C3S).
Furthermore, acknowledgments go to National Oceanography Centre (NOC).
We want to thank GNU parallel for optionally using the glamod-marine-processing suite cases in parallel.
This package was created with Cookiecutter and the audreyfeldroy/cookiecutter-pypackage project template.