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
better diagram authored Aug 12, 2021 by Beartriz Recinos Rivas's avatar Beartriz Recinos Rivas
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 10 deletions
+6 -10
  • Home.md Home.md +6 -10
  • No files found.
Home.md
View page @ 8f7b48e1
...@@ -16,16 +16,12 @@ Repository structure ...@@ -16,16 +16,12 @@ Repository structure
```mermaid ```mermaid
graph LR; graph LR;
Repository --> src; Repository --> src["src: SLURM bash scripts to run the code in JASMIN"];
Repository --> sst_tools; Repository --> sst_tools["sst_tools: python modules to read, process and plot SST data"];
Repository --> scripts; Repository --> scripts["scripts: Python scripts to run each data processing stage"];
Repository --> notebooks; Repository --> notebooks["notebooks: Jupyter notebooks explaining the workflow applied to the SST data"];
Repository --> config.ini; Repository --> config.ini["config.ini: Configuration file"];
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