Revision 223ee354d84d0615853e1d40cb597024a397f33b authored by catherinehardacre on 04 April 2024, 23:14:39 UTC, committed by catherinehardacre on 04 April 2024, 23:14:39 UTC
1 parent a91915e
Raw File
recipe_consecdrydays.yml
# ESMValTool
# recipe_consecdrydays
---
documentation:
  title: Consecutive dry days

  description: |
    Recipe to calculate consecutive dry days

  authors:
    - berg_peter

  projects:
    - c3s-magic

  maintainer:
    - unmaintained

  references:
    - acknow_project

datasets:
  - {dataset: bcc-csm1-1-m, project: CMIP5, mip: day, exp: historical, ensemble: r1i1p1, start_year: 2001, end_year: 2002}

diagnostics:

  dry_days:
    description: Calculating number of dry days.
    variables:
      pr:
    scripts:
      consecutive_dry_days:
        script: droughtindex/diag_cdd.py
        dryindex: 'cdd'
        plim: 1
        frlim: 5
        plot:
          cmap: rain
back to top