Skip to content
Snippets Groups Projects
Commit 19930bc6 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Added the names of the GCMs and RCMs applied in EUROCORDEX.

parent 7e281443
No related branches found
No related tags found
No related merge requests found
...@@ -4,11 +4,29 @@ ...@@ -4,11 +4,29 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Cordex variables # Cordex variables
CORDEX_VARIABLES = ['tasmin', 'tasmax', 'pr', 'orog', 'snc', 'snd', 'snw'] CORDEX_VARIABLES = ['tasmin', 'tasmax', 'pr']
# parameters defining a Cordex climate simulation # parameters defining a Cordex climate simulation
CORDEX_PARAMETERS = ['Variable', 'Domain', 'Gcm', 'Scenario', 'Ensemble', CORDEX_PARAMETERS = ['Variable', 'Domain', 'Gcm', 'Experiment', 'Ensemble',
'Rcm', 'Version', 'Frequency', 'Years'] 'Rcm', 'Version', 'Frequency', 'Years']
# Cordex experiments
CORDEX_EXPERIMENTS = ['historical', 'evaluation', 'rcp26', 'rcp45', 'rcp85']
# EuroCordex domain identifier
EUROCORDEX_DOMAIN = 'EUR-11'
# EuroCordex global climate models
EUROCORDEX_GCMS = ['MOHC-HadGEM2-ES', 'ICHEC-EC-EARTH', 'CNRM-CNRM-CM5',
'NCC-NorESM1-M', 'MPI-ESM-LR', 'IPSL-IPSL-CM5A-MR',
'CCCma-CanESM2', 'MIROC-MIROC5']
# EuroCordex regional climate models
EUROCORDEX_RCMS = ['SMHI-RCA4', 'CLMcom-CCLM4-8-17',
'CLMcom-ETH-COMSO-crCLIM-v1-1-1', 'MPI-CSC-REMO2009',
'GERICS-REMO2015', 'KNMI-RACMO22E', 'DMI-HIRHAM5',
'UHOH-WRF361H', 'IPSL-WRF381P', 'CNRM-ALADIN63',
'ICTP-RegCM4-6', 'MOHC-HadREM3-GA7-05']
# climate data operator (cdo) resampling modes # climate data operator (cdo) resampling modes
CDO_RESAMPLING_MODES = ['bilinear', 'conservative'] CDO_RESAMPLING_MODES = ['bilinear', 'conservative']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment