Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
| jcsmeto | James Cunningham-Smith | Met Office | 2026-02-06 |
| thomasmelvin | Thomas Melvin | Met Office | 2026-01-15 |
| ericaneininger | Erica Neininger | Met Office | 2026-03-02 |
| joeHickson | Joe Hickson | Met Office | 2026-04-23 |
| mo-lucy-gordon | Lucy Gordon | Met Office | 2026-03-18 |
| shreybh1 | Shrey Bhardwaj | Met Office | 2026-03-26 |

Expand Down
8 changes: 4 additions & 4 deletions rose-stem/site/meto/groups/group_coupled.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"coupled_canned_azspice_gnu_fast-debug-64bit",
],
"coupled_azspice_build": [
"build_coupled_azspice_gnu_fast-debug-64-bit",
"build_coupled_azspice_gnu_full-debug-64-bit",
"build_coupled_azspice_gnu_fast-debug-64bit",
"build_coupled_azspice_gnu_full-debug-64bit",
]
}) %}

Expand All @@ -44,8 +44,8 @@
"coupled_canned_ex1a_cce_fast-debug-64bit",
],
"coupled_ex1a_build": [
"build_coupled_ex1a_cce_fast-debug-64-bit",
"build_coupled_ex1a_cce_full-debug-64-bit",
"build_coupled_ex1a_cce_fast-debug-64bit",
"build_coupled_ex1a_cce_full-debug-64bit",
]
}) %}

Expand Down
12 changes: 6 additions & 6 deletions rose-stem/site/meto/groups/group_io_demo.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"io_demo_canned_azspice_gnu_fast-debug-64bit",
],
"io_demo_azspice_build": [
"build_io_demo_azspice_gnu_fast-debug-64-bit",
"build_io_demo_azspice_gnu_fast-debug-32-bit",
"build_io_demo_azspice_gnu_full-debug-64-bit",
"build_io_demo_azspice_gnu_fast-debug-64bit",
"build_io_demo_azspice_gnu_fast-debug-32bit",
"build_io_demo_azspice_gnu_full-debug-64bit",
]
}) %}

Expand Down Expand Up @@ -62,9 +62,9 @@
"io_demo_canned_ex1a_cce_fast-debug-64bit",
],
"io_demo_ex1a_build": [
"build_io_demo_ex1a_cce_fast-debug-64-bit",
"build_io_demo_ex1a_cce_fast-debug-32-bit",
"build_io_demo_ex1a_cce_full-debug-64-bit",
"build_io_demo_ex1a_cce_fast-debug-64bit",
"build_io_demo_ex1a_cce_fast-debug-32bit",
"build_io_demo_ex1a_cce_full-debug-64bit",
]
}) %}

Expand Down
8 changes: 4 additions & 4 deletions rose-stem/site/meto/groups/group_lbc_demo.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"lbc_demo_canned_azspice_gnu_fast-debug-64bit",
],
"lbc_demo_azspice_build": [
"build_lbc_demo_azspice_gnu_fast-debug-64-bit",
"build_lbc_demo_azspice_gnu_full-debug-64-bit",
"build_lbc_demo_azspice_gnu_fast-debug-64bit",
"build_lbc_demo_azspice_gnu_full-debug-64bit",
]
}) %}

Expand Down Expand Up @@ -69,8 +69,8 @@
"lbc_demo_canned_ex1a_cce_fast-debug-64bit",
],
"lbc_demo_ex1a_build": [
"build_lbc_demo_ex1a_cce_fast-debug-64-bit",
"build_lbc_demo_ex1a_cce_full-debug-64-bit",
"build_lbc_demo_ex1a_cce_fast-debug-64bit",
"build_lbc_demo_ex1a_cce_full-debug-64bit",
]
}) %}

Expand Down
8 changes: 4 additions & 4 deletions rose-stem/site/meto/groups/group_simple_diffusion.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"simple_diffusion_canned_azspice_gnu_fast-debug-64bit",
],
"simple_diffusion_azspice_build": [
"build_simple_diffusion_azspice_gnu_fast-debug-64-bit",
"build_simple_diffusion_azspice_gnu_full-debug-64-bit",
"build_simple_diffusion_azspice_gnu_fast-debug-64bit",
"build_simple_diffusion_azspice_gnu_full-debug-64bit",
]
}) %}

Expand All @@ -45,8 +45,8 @@
"simple_diffusion_canned_ex1a_cce_fast-debug-64bit",
],
"simple_diffusion_ex1a_build": [
"build_simple_diffusion_ex1a_cce_fast-debug-64-bit",
"build_simple_diffusion_ex1a_cce_full-debug-64-bit",
"build_simple_diffusion_ex1a_cce_fast-debug-64bit",
"build_simple_diffusion_ex1a_cce_full-debug-64bit",
]
}) %}

Expand Down
Loading