... | ... | @@ -16,16 +16,12 @@ Repository structure |
|
|
|
|
|
```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"];
|
|
|
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"];
|
|
|
|
|
|
```
|
|
|
|
|
|
|
... | ... | |