-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (80 loc) · 2.44 KB
/
index.html
File metadata and controls
92 lines (80 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>East African rainfall</title>
</head>
<body>
<h1>SEWAA forecasts of East African rainfall</h1>
<p>Main landing page for the local forecast install.</p>
<h2>Internal</h2>
All files are stored locally.
<ul>
<li>
<a href="interface/view_forecasts/html/showForecasts.html">View forecasts</a>
</li>
<li>
<a href="interface/ensemble_logistic_regression/html/ensemble_logistic_regression.html">Ensemble logistic regression</a>
</li>
<li>
<a href="interface/evaluation_plots/html/categoriesOfReliability.html">Evaluation plots</a>
</li>
</ul>
Data:
<ul>
<li>
<a href="interface/view_forecasts/data">Histograms</a>
</li>
<li>
<a href="6h_accumulations/cGAN_forecasts">cGAN forecasts for 6h accumulations</a>
</li>
<li>
<a href="24h_accumulations/cGAN_forecasts">cGAN forecasts for 24h accumulations</a>
</li>
<li>
<a href="6h_accumulations/IFS_forecast_data">ECMWF IFS data for 6h accumulations</a>
</li>
<li>
<a href="24h_accumulations/IFS_forecast_data">ECMWF IFS data for 24h accumulations</a>
</li>
</ul>
Technical documentation:
<ul>
<li>
<a href="README.md">Installation and getting started</a>
</li>
<li>
<a href="interface/view_forecasts/html/API.html">Plot forecasts API</a>
</li>
</ul>
<h2>Links to external websites</h2>
<ul>
<li>
<a href="https://cgan.icpac.net/">ICPAC SEWAA website</a>
</li>
<li>
<a href="http://megacorr.dynu.net/ICPAC/cGAN_examplePlots/fastData.html">Oxford prototype website</a>
</li>
<li>
<a href="https://github.com/Fenwick-Cooper/SEWAA-forecasts">Github for latest version</a>
</li>
</ul>
Papers:
<ul>
<li>
<b>cGAN original paper:</b>
Harris, L., McRae, A. T. T., Chantry, M., Dueben, P. D., & Palmer, T. N. (2022).
A generative deep learning approach to stochastic downscaling of precipitation forecasts.
Journal of Advances in Modeling Earth Systems, 14, e2022MS003120.
<a href="https://doi.org/10.1029/2022MS003120">https://doi.org/10.1029/2022MS003120</a>
</li>
<li>
<b>cGAN over East Africa:</b>
Antonio, B., McRae, A. T. T., MacLeod, D., Cooper, F. C., Marsham, J., Aitchison, L., et al. (2025).
Postprocessing East African rainfall forecasts using a generative machine learning model.
Journal of Advances in Modeling Earth Systems, 17, e2024MS004796.
<a href="https://doi.org/10.1029/2024MS004796">https://doi.org/10.1029/2024MS004796</a>
</li>
</ul>
</body>
</html>