Skip to content

Commit

Permalink
#3664: Add the recipe_ocean_amoc.yml recipe to the RTW
Browse files Browse the repository at this point in the history
  • Loading branch information
ehogan authored Jun 25, 2024
1 parent 61b0f40 commit f07147b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
.. _Heatwaves coldwaves: https://docs.esmvaltool.org/en/latest/recipes/recipe_heatwaves_coldwaves.html
.. _Landcover - Albedo: https://docs.esmvaltool.org/en/latest/recipes/recipe_albedolandcover.html#landcover-albedo
.. _new ESMValTool issue: https://github.com/ESMValGroup/ESMValTool/issues/new
.. _Ocean Atlantic Meridional Overturning Circulation (AMOC): https://docs.esmvaltool.org/en/latest/recipes/recipe_oceans.html#recipe-ocean-amoc-yml
.. _Ocean multimap: https://docs.esmvaltool.org/en/latest/recipes/recipe_oceans.html#recipe-ocean-multimap-yml
.. _Radiation budget: https://docs.esmvaltool.org/en/latest/recipes/recipe_radiation_budget.html
.. _Rose Documentation: https://metomi.github.io/rose/doc/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ The following currently tested recipes are available in the |RTW|:
* `Examples python`_
* `Heatwaves coldwaves`_
* `Landcover - Albedo`_
* `Ocean Atlantic Meridional Overturning Circulation (AMOC)`_
* `Ocean multimap`_
* `Radiation budget`_
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
recipe_autoassess_landsurface_soilmoisture, \
recipe_consecdrydays, \
examples--recipe_python, \
recipe_ocean_multimap
recipe_ocean_multimap, \
recipe_ocean_amoc
medium = recipe_ensclus # Should be in fast: is in medium temporarily to
# avoid empty variable.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
[[[directives]]]
--mem = 3G

[[process<fast=recipe_ocean_amoc>]]
# Actual: 1m47s, 3.4 GB on 2024-06-17.
execution time limit = PT3M
[[[directives]]]
--mem = 4G

[[process<fast=recipe_ocean_multimap>]]
# Actual: 6m52s, 2.5 GB on 2024-05-28.
execution time limit = PT8M
Expand Down

0 comments on commit f07147b

Please sign in to comment.