An error occurred while loading the file. Please try again.
-
Le Roux Erwan authored
[Thesis committee drawing] improve GEV non stationary plots. rename ci_delta to ci_mle. catch some ci runtime exceptions. remove hatch/stripes drawing temporarily. fix unit for snow load. add new crocus classes & variable classes for snow load. modify conversion factor only for the new plots.
11cc9e8a
# Eurocode quantile correspond to a 50 year return period
EUROCODE_QUANTILE = 0.98
# Altitudes (between low and mid altitudes) < 2000m and should be > 200m
EUROCODE_ALTITUDES = [300, 600, 900, 1200, 1500, 1800]
# Last year taken into account for the Eurocode
# Date of publication was 2014, therefore the winter 2013/2014 could not have been measured
# Therefore, the winter 2012/2013 was the last one. Thus, 2012 is the last year for the Eurocode
LAST_YEAR_FOR_EUROCODE = 2012
# Year of interest for the EUROCODE
YEAR_OF_INTEREST_FOR_RETURN_LEVEL = 2017