Project

General

Profile

Available datasets » History » Version 3

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

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
* *THT*: Potential temperature
16
* *RVT*: Vapor mixing ratio
17
* *RCT*: Liquid Water Content
18
* *RRT*: Rain mixing ration
19
20
!clipboard-202103151611-pjak3.png!
21
22 1 Rafael Bailon-Ruiz
h3. L12zo.1.BOMEX
23
24
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)
25
26 2 Rafael Bailon-Ruiz
Variables: 
27
* *UT*: WE wind
28
* *VT*: SN wind
29
* *WT*: Vertical wind
30
* *THT*: Potential temperature
31
* *RVT*: Vapor mixing ratio
32
* *RCT*: Liquid Water Content
33
* *RRT*: Rain mixing ration
34
35 1 Rafael Bailon-Ruiz
Each file is one timestamp. You need to combine them in order to be used by cams. Example:
36
<pre><code class="shell">
37
ncrcat L12zo.1.BOMEX.OUT.001.nc L12zo.1.BOMEX.OUT.002.nc L12zo.1.BOMEX.OUT.003.nc L12zo.1.BOMEX.nc  # Concatenate
38
ncview L12zo.1.BOMEX.nc  # View the result
39
</code></pre>
40 2 Rafael Bailon-Ruiz
41
!clipboard-202103151609-btvvy.png!
42 1 Rafael Bailon-Ruiz
43
44
h2. Smoke plumes
45
46
For the <code class="shell">cams_avbp</code> plugin
47
48
h3. MUST average 
49
50
One smoke plume (1-second average values)
51
52
* 0 to 230s:
53
** Metadata: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_ave_330_497_dt_1s/must_ave_0_230s_dt_1s.xmf</code>
54
** Data: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_ave_330_497_dt_1s/must_ave_0_230s_dt_1s.h5</code>
55
56
* 339 to 497s:
57
** Metadata: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_ave_330_497_dt_1s/must_ave_330_497_dt_1s.xmf</code>
58
** Data: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_ave_330_497_dt_1s/must_ave_330_497_dt_1s.h5</code>
59
60
h3. MUST instantaneous
61
62
One smoke plume (2-second instant values)
63
64
* 0 to 10s:
65
** Metadata: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_inst_0_10s_dt_2s/must_inst_0_10s_dt_2s.xmf</code>
66
** Data: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_inst_0_10s_dt_2s/must_inst_0_10s_dt_2s.h5</code>
67
68
* 0 to 230s:
69
** Metadata: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_inst_0_230s_dt_2s/must_inst_0_230s_dt_2s.xmf</code>
70
** Data: <code class="shell">/net/skyscanner/volume1/data/AVBP/must_inst_0_230s_dt_2s/must_inst_0_230s_dt_2s.h5</code>