Skip to content

Add fixes for CORDEX Aladin models#3059

Draft
bouweandela wants to merge 1 commit intomainfrom
aladin
Draft

Add fixes for CORDEX Aladin models#3059
bouweandela wants to merge 1 commit intomainfrom
aladin

Conversation

@bouweandela
Copy link
Copy Markdown
Member

@bouweandela bouweandela commented Apr 30, 2026

Description

Closes #2840

Link to documentation:


Before you get started

Checklist

It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.


To help with the number pull requests:

@bouweandela bouweandela added the fix for dataset Related to dataset-specific fix files label Apr 30, 2026
@bouweandela
Copy link
Copy Markdown
Member Author

Recipe for testing:

Details
documentation:
  title: |
    Example recipe that loads CORDEX-CMIP5 datasets.
  description: |
    This is an example recipe that loads CORDEX-CMIP5 datasets.
    It computes the climatology for surface temperature (ts).
  authors:
    - loosveldt-tomas_saskia
    - andela_bouwe
  maintainer:
    - loosveldt-tomas_saskia

preprocessors:
  ts_pp:
    custom_order: true
    monthly_statistics:
      operator: mean
    climate_statistics:
      period: full
      operator: mean
    mask_landsea:
      mask_out: sea

datasets:
  - dataset: ALADIN53
    driver: CNRM-CERFACS-CNRM-CM5
    ensemble: r1i1p1
    institute: CNRM
    rcm_version: v1
    supplementary_variables:
    - mip: fx
      short_name: sftlf
  # - dataset: ALADIN53
  #   driver: ECMWF-ERAINT
  #   ensemble: r1i1p1
  #   institute: CNRM
  #   rcm_version: v1
  #   supplementary_variables:
  #   - mip: fx
  #     short_name: sftlf
  - dataset: ALADIN63
    driver: CNRM-CERFACS-CNRM-CM5
    ensemble: r1i1p1
    institute: CNRM
    rcm_version: v2
    supplementary_variables:
      - short_name: sftlf
        mip: fx

diagnostics:
  bias:
    variables:
      ts:
        short_name: ts
        project: CORDEX
        mip: day
        domain: EUR-11
        exp: historical
        timerange: 2003/2005
        preprocessor: ts_pp
    scripts:
      plot:
        plot_folder: '{plot_dir}'
        plot_filename: '{plot_type}_{real_name}_{alias}_{mip}'
        facet_used_for_labels: 'alias'
        script: monitor/multi_datasets.py
        plots:
          map:
            common_cbar: true
            fontsize: 10
            show_stats: false
            plot_kwargs_bias:
              levels: [-10.0, -7.5, -5.0, -2.5, 0.0, 2.5, 5.0, 7.5, 10.0]
              x_pos_stats_avg: 0.5
              x_pos_stats_bias: 0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix for dataset Related to dataset-specific fix files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dataset problem: Fixing the grids in ALADIN53 and ALADIN63 datasets

1 participant