|
|
installation
|
|
|
Welcome to the documentation wiki for orchestra-sst code repository.
|
|
|
|
|
|
conda config --add channels conda-forge
|
|
|
> **Note** this documentation does not intent to fully explain every function but to provide an overview of what the code does and what we intended to do (put did not finish)
|
|
|
|
|
|
Resources
|
|
|
---------
|
|
|
|
|
|
conda install -c conda-forge numpy pyreadr pandas xarray scipy
|
|
|
- [Introduction](introduction)
|
|
|
- [Installation](how-to-install)
|
|
|
- [How to run in JASMIN](how-to-run-in-jasmin)
|
|
|
- [Preliminary results](preliminary results)
|
|
|
|
|
|
|
|
|
conda install -c conda-forge cartopy
|
|
|
Repository structure
|
|
|
---
|
|
|
|
|
|
conda install -c conda-forge pyproj
|
|
|
```mermaid
|
|
|
graph LR;
|
|
|
Repository --> src;
|
|
|
Repository --> sst_tools;
|
|
|
Repository --> scripts;
|
|
|
Repository --> notebooks;
|
|
|
Repository --> config.ini;
|
|
|
|
|
|
scr --> id1["SLURM bash scripts to run the code in JASMIN"];
|
|
|
rscripts --> id2["Python scripts to run each data processing stage"];
|
|
|
docs --> id4["Jupyter notebooks explaining the workflow of the data"];
|
|
|
config.yml --> id5["Configuration file"];
|
|
|
```
|
|
|
|
|
|
pip install git+https://github.com/fmaussion/salem.git
|
|
|
|
|
|
conda install -c conda-forge configobj
|
|
|
|
|
|
conda install -c conda-forge seaborn
|
|
|
|
|
|
pip install shapely rasterio Pillow geopandas netcdf4 scikit-image joblib motionless dask Descartes
|
|
|
|
|
|
conda install -c conda-forge netCDF4 joblib
|
|
|
|
|
|
pip install git+https://github.com/fmaussion/salem.git
|
|
|
|
|
|
|
|
|
conda install -c conda-forge ipykernel
|
|
|
python -m ipykernel install --user --name ENVNAME --display-name "Python (whatever you want to call it)"
|
|
|
|
|
|
|
|
|
|