Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
O ORCHESTRA-SST
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • brivas
  • ORCHESTRA-SST
  • Wiki
  • Home

Home · Changes

Page history
first commit authored Aug 12, 2021 by Beartriz Recinos Rivas's avatar Beartriz Recinos Rivas
Hide whitespace changes
Inline Side-by-side
Showing with 23 additions and 20 deletions
+23 -20
  • Home.md Home.md +23 -20
  • No files found.
Home.md
View page @ 7ab4c430
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)"
Clone repository

Wiki pages

Home

Introduction
Installation