Project

General

Profile

Available datasets » History » Version 4

Rafael Bailon-Ruiz, 2021-03-15 16:14

1 1 Rafael Bailon-Ruiz
h1. Available datasets
2
3
h2. Clouds
4
5
For the <code class="shell">nephelae_mesonh</code> plugin
6
7
h3. REFHR.1.ARMCu.4D
8
9
Data: <code class="shell">/net/skyscanner/volume1/data/Nephelae/MesoNH-2019-02/REFHR.1.ARMCu.4D.nc</code> (72.5 GB)
10
11 3 Rafael Bailon-Ruiz
Variables: 
12
* *UT*: WE wind
13
* *VT*: SN wind
14
* *WT*: Vertical wind
15 4 Rafael Bailon-Ruiz
* *TKET*: Turbulent kinetic energy
16
* *PABST*: Absolute pressure
17 3 Rafael Bailon-Ruiz
* *THT*: Potential temperature
18
* *RVT*: Vapor mixing ratio
19
* *RCT*: Liquid Water Content
20
* *RRT*: Rain mixing ration
21 4 Rafael Bailon-Ruiz
* *SVT001*: _Unknown_
22
* *SVT002*: _Unknown_
23
* *SVT003*: _Unknown_
24 3 Rafael Bailon-Ruiz
25
!clipboard-202103151611-pjak3.png!
26
27 1 Rafael Bailon-Ruiz
h3. L12zo.1.BOMEX
28
29
360 (2.5GB) files <code class="shell">/net/skyscanner/volume1/data/Nephelae/MesoNH-2019-02/L12zo.1.BOMEX.OUT.XXX.nc</code> XXX from 001 to 360 (~900 GB total)
30
31 2 Rafael Bailon-Ruiz
Variables: 
32
* *UT*: WE wind
33
* *VT*: SN wind
34
* *WT*: Vertical wind
35
* *THT*: Potential temperature
36
* *RVT*: Vapor mixing ratio
37
* *RCT*: Liquid Water Content
38
* *RRT*: Rain mixing ration
39
40 1 Rafael Bailon-Ruiz
Each file is one timestamp. You need to combine them in order to be used by cams. Example:
41
<pre><code class="shell">
42
ncrcat L12zo.1.BOMEX.OUT.001.nc L12zo.1.BOMEX.OUT.002.nc L12zo.1.BOMEX.OUT.003.nc L12zo.1.BOMEX.nc  # Concatenate
43
ncview L12zo.1.BOMEX.nc  # View the result
44
</code></pre>
45 2 Rafael Bailon-Ruiz
46
!clipboard-202103151609-btvvy.png!
47 1 Rafael Bailon-Ruiz
48
49
h2. Smoke plumes
50
51
For the <code class="shell">cams_avbp</code> plugin
52
53
h3. MUST average 
54
55
One smoke plume (1-second average values)
56
57
* 0 to 230s:
58
** Metadata: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_ave_330_497_dt_1s/must_ave_0_230s_dt_1s.xmf</code>
59
** Data: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_ave_330_497_dt_1s/must_ave_0_230s_dt_1s.h5</code>
60
61
* 339 to 497s:
62
** Metadata: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_ave_330_497_dt_1s/must_ave_330_497_dt_1s.xmf</code>
63
** Data: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_ave_330_497_dt_1s/must_ave_330_497_dt_1s.h5</code>
64
65
h3. MUST instantaneous
66
67
One smoke plume (2-second instant values)
68
69
* 0 to 10s:
70
** Metadata: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_inst_0_10s_dt_2s/must_inst_0_10s_dt_2s.xmf</code>
71
** Data: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_inst_0_10s_dt_2s/must_inst_0_10s_dt_2s.h5</code>
72
73
* 0 to 230s:
74
** Metadata: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_inst_0_230s_dt_2s/must_inst_0_230s_dt_2s.xmf</code>
75
** Data: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_inst_0_230s_dt_2s/must_inst_0_230s_dt_2s.h5</code>