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

Added wet day threshold.

parent 5847964c
No related branches found
No related tags found
No related merge requests found
...@@ -61,3 +61,6 @@ PROJECTION = 'lambert_azimuthal_equal_area' ...@@ -61,3 +61,6 @@ PROJECTION = 'lambert_azimuthal_equal_area'
# predictand variables: covered by observations # predictand variables: covered by observations
PREDICTANDS = ['tasmin', 'tasmax', 'pr', 'tas'] PREDICTANDS = ['tasmin', 'tasmax', 'pr', 'tas']
# threshold defining the minimum amount of precipitation (mm) for a wet day
WET_DAY_THRESHOLD = 1
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