Skip to content

Commit

Permalink
Fix missing coupled models in CLMcom
Browse files Browse the repository at this point in the history
See #34
  • Loading branch information
jesusff authored Oct 14, 2024
1 parent a658f84 commit da9798d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CORDEX_CMIP6_experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ EUR-12:
CCLMcom:
title: CLM community (COSMO-CLM)
condition:
- rcm_name.str.startswith('COSMO')
- rcm_name.str.startswith('COSMO') | rcm_name.str.startswith('TSMP')
collapse_institutions: False

ICLMcom:
title: CLM community (ICON-CLM)
condition:
- rcm_name.str.startswith('ICON-CLM')
- rcm_name.str.startswith('ICON-CLM') | rcm_name.str.startswith('ROAM-NBS')
collapse_institutions: False

eWRFcom:
Expand Down

0 comments on commit da9798d

Please sign in to comment.