# ESMValTool # recipe_mydiag.yml # # See https://docs.esmvaltool.org/en/latest/recipes/recipe_examples.html # for a description of this recipe. # # See https://docs.esmvaltool.org/projects/esmvalcore/en/latest/recipe/overview.html # for a description of the recipe format. --- documentation: description: | Example recipe that plots a map and timeseries of temperature. title: Recipe that runs an example diagnostic written in Python. authors: - tylo maintainer: - tylo references: - acknow_project diagnostics: diag_name: description: "my test diagnostic script" scripts: myscript: script: ~/esmvaltool_workshop/mydiag.py variables: tas_map: short_name: tas preprocessor: mypp_map mip: Amon start_year: 2000 end_year: 2014 scripts: myscript: script: ~/esmvaltool_workshop/mydiag.py timeseries: description: "my test diagnostic script" variables: tas_ts: short_name: tas preprocessor: mypp_ts mip: Amon start_year: 1970 end_year: 2014