Skip to content

Commit

Permalink
#3627: Add recipe_ocean_multimap to RTW
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbillowsMO authored Jun 10, 2024
1 parent a81586d commit 967ce27
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
5 changes: 5 additions & 0 deletions esmvaltool/utils/recipe_test_workflow/doc/source/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@

.. Links

.. _Autoassess landsurface soilmoisture: https://docs.esmvaltool.org/en/latest/recipes/recipe_autoassess_landsurface_soilmoisture.html#available-recipes-and-diagnostics
.. _Consecutive dry days: https://docs.esmvaltool.org/en/latest/recipes/recipe_consecdrydays.html
.. _CMIP Documentation: https://www.wcrp-climate.org/wgcm-cmip
.. _Cylc Documentation: https://cylc.github.io/cylc-doc/stable/html/index.html
.. _Cylc Review: https://cylc.github.io/cylc-doc/7.9.3/html/tutorial.html#viewing-suite-logs-in-a-web-browser-cylc-review
.. _Ensclus: https://docs.esmvaltool.org/en/latest/recipes/recipe_ensclus.html
.. _ESMValTool Documentation: https://esmvaltool.org/
.. _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 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 @@ -6,13 +6,11 @@ Currently tested recipes

The following currently tested recipes are available in the |RTW|:

Fast recipes
------------

* `Radiation budget`_

Medium recipes
--------------

* `Autoassess landsurface soilmoisture`_
* `Consecutive dry days`_
* `Ensclus`_
* `Examples python`_
* `Heatwaves coldwaves`_
* `Landcover - Albedo`_
* `Ocean multimap`_
* `Radiation budget`_
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
recipe_heatwaves_coldwaves, \
recipe_autoassess_landsurface_soilmoisture, \
recipe_consecdrydays, \
examples--recipe_python
examples--recipe_python, \
recipe_ocean_multimap
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_multimap>]]
# Actual: 6m52s, 2.5 GB on 2024-05-28.
execution time limit = PT8M
[[[directives]]]
--mem = 3G

[[process<medium=recipe_ensclus>]]
# Actual: 2m10s, 2.4 GB on 2024-03-29.
execution time limit = PT4M
Expand Down

0 comments on commit 967ce27

Please sign in to comment.