Skip to content
Yaswant Pradhan edited this page Sep 8, 2025 · 12 revisions

simulation-systems wiki

This wiki exists as a collaborative space to discuss ideas in a structured way.

Please do NOT use the wiki for documentation, project management etc.

---
config:
  theme: neutral
---
flowchart LR

subgraph ss["Simulation Systems Repositories<br>--"]
direction TB

  subgraph Other[**Other**]
  direction LR
    moci@{shape: rounded, label: moci}
    monc@{shape: rounded, label: monc}
  end

  subgraph Common[**Common**]
  direction BT
    jules-docs@{shape: doc, label: "jules-doc*" } === jules@{shape: rounded, label: jules}    
    ukca@{shape: rounded, label: ukca}
    casim@{shape: rounded, label: casim}
    socrates@{shape: rounded, label: socrates}
    shumlib@{shape: rounded, label: shumlib}
  end

  subgraph UM[**Unified Model**]
  direction BT
    um@{shape: dbl-circ, label: um} === doc@{shape: docs, label: um_doc}
    gcom@{shape: rounded, label: gcom}
    aux@{shape: bow-rect, label: um_aux}
    meta@{shape: procs, label: um_meta}
    mule@{shape: rounded, label: mule}
  end

  subgraph Momentum[**Momentum&reg;**]
  direction BT
    apps@{shape: dbl-circ, label: lfric_apps}
    core@{shape: rounded, label: lfric_core}
    rose_picker@{shape: rounded, label: rose_picker}
  end
end
%% Style
style ss font-size:1.3em
style Momentum fill: #abfaabff
style Common fill: #d7d6f8ff
style UM fill: #facdcdff
style mule fill: #1de01da9
style shumlib fill: #1de01da9
style rose_picker fill: #1de01da9
style apps fill: #1de01da9
style core fill: #1de01da9
style casim fill: #1de01da9
style ukca fill: #1de01da9
style socrates fill: #1de01da9
style moci fill: #1de01da9
style monc fill: #1de01da9
style um fill: #f7351b9f
style gcom fill: #f7351b9f
style aux fill: #f7351b9f
style meta fill: #f7351b9f
style doc fill: #f7351b9f
style jules fill: #cfcf62ff
style jules-docs fill: #1de01da9
%% Links
click jules-docs "https://github.com/jules-lsm/jules-lsm.github.io"
click jules "https://github.com/MetOffice/jules"
click ukca "https://github.com/MetOffice/ukca"
click casim "https://github.com/MetOffice/casim"
click moci "https://github.com/MetOffice/moci"
click monc "https://github.com/MetOffice/monc"
click socrates "https://github.com/MetOffice/socrates"
click shumlib "https://github.com/MetOffice/shumlib"
click um "https://github.com/MetOffice/um"
click gcom "https://github.com/MetOffice/gcom"
click aux "https://github.com/MetOffice/um_aux"
click meta "https://github.com/MetOffice/um_meta"
click doc "https://github.com/MetOffice/um_doc"
click mule "https://github.com/MetOffice/mule"
click apps "https://github.com/MetOffice/lfric_apps"
click core "https://github.com/MetOffice/lfric_core"
click rose_picker "https://github.com/MetOffice/rose_picker"

%% Dependencies
Momentum ==> Common
UM ==> Common
um ==> gcom & aux & meta & mule
apps ==> core ==> rose_picker
Loading

Expected visibility by late 2025 - early 2026: $\textsf{\color{#1de01d}public (Open Source) \color{#f7351b}private (Closed Source) \color{#cfcf62}public (TBC)}$

Clone this wiki locally