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

Last edited by Beartriz Recinos Rivas Aug 17, 2021
Page history

Home

Welcome to the documentation wiki for orchestra-sst code repository.

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 (but that we did not finish since we moved to c3s).

Resources

  • Introduction
  • Installation
  • How to run in JASMIN

Repository structure

graph LR;
    Repository --> src["src: SLURM bash scripts to run the code in JASMIN"];
    Repository --> sst_tools["sst_tools: python modules to read, process and plot SST data"];
    Repository --> scripts["scripts: Python scripts to run each data processing stage"];
    Repository --> notebooks["notebooks: Jupyter notebooks explaining the workflow applied to the SST data"];
    Repository --> config.ini["config.ini: Configuration file"];
    
Clone repository

Wiki pages

Home

Introduction
Installation
How to run the code