Project

General

Profile

Available datasets » History » Version 5

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

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