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
This is an old version of this page. You can view the most recent version or browse the 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 (put did not finish)

Resources

  • Introduction
  • Installation
  • How to run in JASMIN
  • Preliminary results

Repository structure

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"];
Clone repository

Wiki pages

Home

Introduction
Installation