Skip to content
Snippets Groups Projects
Commit 6232debe authored by DanielFrisinghelli's avatar DanielFrisinghelli
Browse files

Added Cordex variable names and CDO resampling methods.

parent 6e4bfb02
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,12 @@
# !/usr/bin/env python
# -*- coding: utf-8 -*-
# Cordex variables
CORDEX_VARIABLES = ['tas', 'tasmin', 'tasmax', 'pr']
# parameters defining a Cordex climate simulation
CORDEX_PARAMETERS = ['Variable', 'Domain', 'Gcm', 'Scenario', 'Ensemble',
'Rcm', 'Version', 'Frequency', 'Years']
# climate data operator (cdo) resampling modes
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