|
1 |
| -# Statistics of Relative Humidity calculated in the fwi_forcings.ipynb |
2 |
| -# Calculated on 12 months of data without applying the mask |
| 1 | +""" |
| 2 | +Statistics of 4 Forcings variables calculated in data/EDA/fwi_forcings.ipynb, |
| 3 | +calculated on 12 months of data |
| 4 | +""" |
| 5 | + |
| 6 | +# Relative Humidity |
3 | 7 | FORCING_MEAN_RH = 72.47605
|
4 | 8 | FORCING_MAD_RH = 13.0844555
|
5 | 9 | FORCING_VAR_RH = 314.80286
|
6 | 10 | FORCING_STD_RH = 17.7426847
|
7 | 11 | FORCING_MIN_RH = 0.0013500393
|
8 | 12 | FORCING_MAX_RH = 100.064285
|
9 | 13 |
|
10 |
| -# Statistics of T2 calculated in the fwi_forcings.ipynb |
11 |
| -# Calculated on 12 months of data without applying the mask |
| 14 | +# T2 |
12 | 15 | FORCING_MEAN_T2 = 279.96622
|
13 | 16 | FORCING_MAD_T2 = 16.938044
|
14 | 17 | FORCING_VAR_T2 = 452.84903
|
15 | 18 | FORCING_STD_T2 = 21.2802498
|
16 | 19 | FORCING_MIN_T2 = 193.66562
|
17 | 20 | FORCING_MAX_T2 = 324.16202
|
18 | 21 |
|
19 |
| -# Statistics of TP calculated in the fwi_forcings.ipynb |
20 |
| -# Calculated on 12 months of data without applying the mask |
| 22 | +# TP |
21 | 23 | FORCING_MEAN_TP = 2.4548044
|
22 | 24 | FORCING_MAD_TP = 3.0407052
|
23 | 25 | FORCING_VAR_TP = 40.771793
|
24 | 26 | FORCING_STD_TP = 6.3852794
|
25 | 27 | FORCING_MIN_TP = 0.0
|
26 | 28 | FORCING_MAX_TP = 1097.1971
|
27 | 29 |
|
28 |
| -# Statistics of Wind Speed calculated in the fwi_forcings.ipynb |
29 |
| -# Calculated on 12 months of data without applying the mask |
| 30 | +# Wind Speed |
30 | 31 | FORCING_MEAN_WSPEED = 6.4765906
|
31 | 32 | FORCING_MAD_WSPEED = 2.936887
|
32 | 33 | FORCING_VAR_WSPEED = 13.666987
|
|
0 commit comments