Project

General

Profile

Available datasets » History » Version 2

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

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