Skip to content

Commit

Permalink
Add M recipes and move recipes on the limit to medium
Browse files Browse the repository at this point in the history
  • Loading branch information
sloosvel committed Jan 31, 2025
1 parent 21cde97 commit 448c346
Showing 1 changed file with 68 additions and 20 deletions.
88 changes: 68 additions & 20 deletions esmvaltool/utils/recipe_test_workflow/site/dkrz-recipes.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@
{
"recipe_path": "clouds--recipe_lauer13jclim",
"actual": "3m17s, 7.9 GB on 2025-01-31",
"max_time": "PT5M",
"max_memory": "40G",
},
{
"recipe_path": "clouds--recipe_lauer22jclim_fig9-11ab_scatter",
"actual": "8m18s, 7.4 GB on 2025-01-31",
"max_time": "PT10M",
"max_memory": "40G",
},
Expand Down Expand Up @@ -83,6 +77,12 @@
"max_time": "PT4M",
"max_memory": "20G",
},
{
"recipe_path": "examples--recipe_my_personal_diagnostic",
"actual": "0m20s, 2.3 GB on 2025-01-31",
"max_time": "PT2M",
"max_memory": "20G",
},
{
"recipe_path": "hydrology--recipe_globwat",
"actual": "3m32s, 5.4 GB on 2025-01-30",
Expand All @@ -107,6 +107,12 @@
"max_time": "PT2M",
"max_memory": "20G",
},
{
"recipe_path": "hydrology--recipe_marrmot",
"actual": "4m29s, 11.3 GB on 2025-01-31",
"max_time": "PT6M",
"max_memory": "20G",
},
{
"recipe_path": "ipccwg1ar5ch9--recipe_flato13ipcc_figure_914",
"actual": "3m42s, 5.7 GB on 2025-01-30",
Expand Down Expand Up @@ -143,7 +149,30 @@
"max_time": "PT4M",
"max_memory": "50G",
},

{
"recipe_path": "model_evaluation--recipe_model_evaluation_clouds_clim",
"actual": "4m07s, 41.5 GB on 2025-01-31",
"max_time": "PT6M",
"max_memory": "64G",
},
{
"recipe_path": "model_evaluation--recipe_model_evaluation_clouds_cycles",
"actual": "1m54s, 4.1 GB on 2025-01-31",
"max_time": "PT4M",
"max_memory": "20G",
},
{
"recipe_path": "model_evaluation--recipe_model_evaluation_precip_zonal",
"actual": "0m30s, 3.5 GB on 2025-01-31",
"max_time": "PT2M",
"max_memory": "20G",
},
{
"recipe_path": "monitor--recipe_monitor_with_refs",
"actual": "1m20s, 5.1 GB on 2025-01-31",
"max_time": "PT3M",
"max_memory": "20G",
},
{
"recipe_path": "recipe_capacity_factor",
"actual": "0m34s, 2.1 GB on 2025-01-29",
Expand All @@ -168,12 +197,6 @@
"max_time": "PT9M",
"max_memory": "20G",
},
{
"recipe_path": "recipe_cmug_h2o",
"actual": "9m27s, 15.8 GB on 2025-01-30",
"max_time": "PT10M",
"max_memory": "40G",
},
{
"recipe_path": "recipe_consecdrydays",
"actual": "0m19s, 2.1 GB on 2025-01-08",
Expand All @@ -198,12 +221,6 @@
"max_time": "PT4M",
"max_memory": "20G",
},
{
"recipe_path": "recipe_ecs_scatter",
"actual": "08m18s, 9.9 GB on 2025-01-30",
"max_time": "PT10M",
"max_memory": "20G",
},
{
"recipe_path": "recipe_esacci_lst",
"actual": "0m39s, 2.4 GB on 2025-01-30",
Expand Down Expand Up @@ -255,7 +272,19 @@
{
"recipe_path": "recipe_li17natcc",
"actual": "5m29s, 4.4 GB on 2025-01-31",
"max_time": "PT10M",
"max_time": "PT7M",
"max_memory": "20G",
},
{
"recipe_path": "recipe_modes_of_variability",
"actual": "0m29s, 2.9 GB on 2025-01-31",
"max_time": "PT2M",
"max_memory": "20G",
},
{
"recipe_path": "recipe_multimodel_products",
"actual": "0m14s, 2.5 GB on 2025-01-31",
"max_time": "PT2M",
"max_memory": "20G",
},
{
Expand All @@ -271,11 +300,30 @@
# `recipe_ensclus` should be in fast: is in medium temporarily to avoid empty variable.
{% set MEDIUM_RECIPES =
[
{
"recipe_path": "clouds--recipe_lauer22jclim_fig9-11ab_scatter",
"actual": "8m18s, 7.4 GB on 2025-01-31",
"max_time": "PT15M",
"max_memory": "40G",
},
{
"recipe_path": "recipe_cmug_h2o",
"actual": "9m27s, 15.8 GB on 2025-01-30",
"max_time": "PT15M",
"max_memory": "40G",
},
{
"recipe_path": "recipe_ecs_scatter",
"actual": "08m18s, 9.9 GB on 2025-01-30",
"max_time": "PT10M",
"max_memory": "20G",
},
{
"recipe_path": "recipe_ensclus",
"actual": "2m10s, 2.4 GB on 2024-03-29",
"max_time": "PT4M",
"max_memory": "3G",
},

]
%}

0 comments on commit 448c346

Please sign in to comment.