amangupta2
commited on
Commit
•
94eb36c
1
Parent(s):
682951b
Update README.md
Browse files
README.md
CHANGED
@@ -2,27 +2,36 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
|
6 |
|
7 |
-
|
8 |
|
9 |
-
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
|
|
|
|
14 |
|
15 |
-
|
|
|
|
|
16 |
|
17 |
-
|
18 |
-
features: input features, i.e., the background state of the atmosphere, with dimension TIME x IDIM x LAT x LON
|
19 |
-
output: output fluxes, i.e., the momentum fluxes carried by the gravity waves, computed using Helmholtz Decomposition, for the background state, with dimension TIME x ODIM x LAT x LON
|
20 |
-
IDIM = 491, ODIM = 366
|
21 |
|
22 |
-
|
|
|
|
|
23 |
|
24 |
-
|
25 |
|
26 |
-
|
27 |
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
<h1>Data format description for the nonlocal gravity wave parameterization dataset</h1>
|
6 |
|
7 |
+
<h1>Data Source</h1>
|
8 |
|
9 |
+
The dataset contains input and output training pairs computed using ECMWF's ERA5. The dataset was computed for the years 2010, 2012, 2014, and 2015. One month (from the validation set) is provided here for testing.
|
10 |
|
11 |
+
<h1>Variables Description</h1>
|
12 |
|
13 |
+
1. Dimensional variables: 64 latitudes (LAT) and 128 longitudes (LON)
|
14 |
+
2. features: background atmospheric state, fixed surface variables lat, lon, surface elevation and \\(u, v, T, P\\), concatenated along the vertical dimension.
|
15 |
+
3. output: potential temperature \\(\theta \\) and momentum fluxes, \\(u'\omega',v'\omega'\\), concatenated along the vertical dimension.
|
16 |
|
17 |
+
<h1>Variables Shape</h1>
|
18 |
+
1. Input shape: TIME x IDIM x LAT x LON<br />
|
19 |
+
2. Output shape: TIME x ODIM x LAT x LON<br />
|
20 |
|
21 |
+
Here, IDIM = 491, ODIM = 366, LAT=64, LON=128, TIME index ranges from 0 to 24*31 for months wth 31 days
|
|
|
|
|
|
|
22 |
|
23 |
+
<center>
|
24 |
+
<img src="https://huggingface.co/datasets/Prithvi-WxC/Gravity_wave_Parameterization/resolve/main/prithvi_schematic.png" alt="Gravity Wave" width="60%"/>
|
25 |
+
</center>
|
26 |
|
27 |
+
<h1>Variables Indices</h1>
|
28 |
|
29 |
+
<b>Input:</b> has IDIM=491 (3 + 4x122) channels. It is created by concatenating the latitude (1), longitude (1), surface elevation (1), zonal winds \\(u\\) (122), meridional winds \\(v\\) (122), temperature \\(T\\) (122), and pressure \\(P\\) (122), along the vertical dimension. IDIM index 0 corresponds to latitude, 1 corresponds to longitude, 2 corresponds to surface elevation for the given latitude and longitude, 3 to 124 correspond to zonal wind, and so on.
|
30 |
|
31 |
+
<b>Output:</b> has ODIM=366 (3x122) channels. It is created by concatenating the potential temperature \\(\theta\\) (122), zonal flux of vertical momentum \\(u'\omega'\\) (122) and the meridional flux of vertical momentum \\(v'\omega'\\) (122) along the vertical dimension. ODIM 0 to 121 correspond to the potential temperature, and so on.
|
32 |
+
|
33 |
+
<h1>File Attributes</h1>
|
34 |
+
The netCDF attributes describe the scaling recipe for each variable. To view, execute: ncdump -h (filename)
|
35 |
+
<br /><br />
|
36 |
+
<h1>Contact</h1>
|
37 |
+
<a href="https://github.com/amangupta2" target="_blank">https://github.com/amangupta2</a> or <a href=""mailto:webmaster@example.com">amangupta2@gmail.com</a>
|