Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the recipe_ocean_amoc.yml recipe to the RTW #3664

Merged
Merged
Show file tree
Hide file tree
Changes from 2 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
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
.. _Examples python: https://docs.esmvaltool.org/en/latest/recipes/recipe_examples.html
.. _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
.. _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 @@ -13,7 +13,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