-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhrrr_practices.html
58 lines (53 loc) · 3.06 KB
/
hrrr_practices.html
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
<!DOCTYPE html>
<html>
<head>
<title>HRRR Best Practices</title>
<link rel="stylesheet" href="./css/brian_style.css" />
<script src="./js/site/siteopen.js"></script>
</head>
<body id="content">
<hr>
<script src='./js/HRRR_status.js'></script>
<div class="container" id="content">
<div class="row" id="content">
<div class="col-md-3">
<a href="https://home.chpc.utah.edu/~u0553130/Brian_Blaylock/hrrr_FAQ.html"
class="btn btn-success btn-block active">
<i class="fa fa-info-circle"></i> HRRR FAQ</a>
</div>
<div class="col-md-3">
<a href="https://home.chpc.utah.edu/~u0553130/Brian_Blaylock/hrrr_practices.html"
class="btn btn-warning btn-block">
<i class="far fa-handshake"></i> Best Practices</a>
</div>
<div class="col-md-3">
<a href="https://home.chpc.utah.edu/~u0553130/Brian_Blaylock/cgi-bin/hrrr_download.cgi"
class="btn btn-primary btn-block">
<i class="fa fa-cloud-download-alt"></i>Pando Web Download Page</a>
</div>
<div class=" col-md-3">
<a href="https://registry.opendata.aws/noaa-hrrr-pds/"
class="btn btn-danger btn-block" target="_blank">
<i class="fa fa-cloud-download-alt"></i> AWS HRRR Archive</a>
</div>
</div>
<h3><i class="far fa-handshake" aria-hidden="true"></i> HRRR Archive: Best Practices</h3>
<hr>
<script src='./js/pando_status.js'></script>
<p><i>Updated April 13, 2021</i>
<p>This HRRR archive has been made possible by the resources at Utah's <a href="https://chpc.utah.edu/">Center For High Performance Computing</a>.
<p>HRRR data is originally downloaded from NOAA via HTTP and NOAA ESRL via FTP. These original files are quite large (prs files are >380 MB and sfc files are >100 MB each hour!) That means if you download prs analyses for one day that's over 9 GB! Please be conscious of what you download.
<p>This was an unofficial HRRR archive that is now being slowly reduced. We do not guarantee HRRR data will be available for every day or every forecast hour. We do not provide this HRRR data operationally or in real-time. If you are looking for real-time, operational HRRR data please use <a href="http://nomads.ncep.noaa.gov/">NOMADS</a> or the expanded HRRR grib2 archive now being supported by <a href="https://registry.opendata.aws/noaa-hrrr-pds/" target="_blank">NOAA and the Registry of Open Data on AWS</a>.
<p>If you still wish to use what is available in this archive, by using the archive, you agree to the following:
<ul style="padding-left:60px">
<li> You will cite the NCEP/ESRL HRRR model and University of Utah MesoWest
HRRR archive in works published where this data was used.
You may cite this paper <a href='https://doi.org/10.1016/j.cageo.2017.08.005'>https://doi.org/10.1016/j.cageo.2017.08.005</a>.
<li> You will not download an excessive, unreasonable amount of data.
For example, do not simultaneously initiate 50 download sequences on 50
nodes. Instead, download each file sequentially.
<li> You will call your mother on Mother's Day.
</ul>
<p><small><small><small><small>Nothing to worry about in the fine print</small></small></small></small>
</body>
</html>