Skip to content

Commit

Permalink
#3724: Alphabetise recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbillowsMO committed Jan 10, 2025
1 parent 9c65801 commit 6a61034
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions esmvaltool/utils/recipe_test_workflow/site/metoffice-recipes.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,17 @@
{% set FAST_RECIPES =
[
{
"recipe_path": "recipe_radiation_budget",
"actual": "0m29s, 2.1 GB on 2025-01-08",
"recipe_path": "examples--recipe_python",
"actual": "0m17s, 1.9 GB on 2025-01-08",
"max_time": "PT2M",
"max_memory": "2G",
"max_memory": "3G",
},
{
"recipe_path": "recipe_albedolandcover",
"actual": "0m31s, 2.5 GB on 2024-04-08",
"max_time": "PT2M",
"max_memory": "3G",
},
{
"recipe_path": "recipe_heatwaves_coldwaves",
"actual": "1m21s, 1.4 GB on 2025-01-08",
"max_time": "PT2M",
"max_memory": "2G",
},
{
"recipe_path": "recipe_autoassess_landsurface_soilmoisture",
"actual": "0m36s, 2.8 GB on 2024-03-29",
Expand All @@ -43,10 +37,10 @@
"max_memory": "3G",
},
{
"recipe_path": "examples--recipe_python",
"actual": "0m17s, 1.9 GB on 2025-01-08",
"recipe_path": "recipe_heatwaves_coldwaves",
"actual": "1m21s, 1.4 GB on 2025-01-08",
"max_time": "PT2M",
"max_memory": "3G",
"max_memory": "2G",
},
{
"recipe_path": "recipe_ocean_amoc",
Expand All @@ -60,6 +54,12 @@
"max_time": "PT8M",
"max_memory": "3G",
},
{
"recipe_path": "recipe_radiation_budget",
"actual": "0m29s, 2.1 GB on 2025-01-08",
"max_time": "PT2M",
"max_memory": "2G",
},
]
%}

Expand Down

0 comments on commit 6a61034

Please sign in to comment.