Add fixes for CORDEX Aladin models#3059
Draft
bouweandela wants to merge 1 commit intomainfrom
Draft
Conversation
Member
Author
|
Recipe for testing: Detailsdocumentation:
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: