You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,21 @@ and the DALES model within OMUSE. See the
18
18
* Activate the OMUSE virtual environment
19
19
20
20
```
21
-
python simple-sp.py # run simulations, 10 minutes on 4-core desktop
21
+
python simple-SP.py # run simulations, 10 minutes on 4-core desktop
22
22
python plot-lwp.py # plot result
23
23
```
24
24
25
+
(Instructions tested on Ubuntu 21.04, with OMUSE 2021.6.2.dev14+gf2bbc23).
26
+
27
+
The script is set up to perform three simulations with a moist bubble perturbation in the initial state:
28
+
29
+
* a single, wide LES
30
+
31
+
* a traditional superparameterization with four LES domains
32
+
33
+
* a modified superparameterization with four LES domains, where the moisture variability is coupled
34
+
35
+
25
36
## References
26
37
27
38
DALES model description article: Formulation of the Dutch Atmospheric Large-Eddy Simulation (DALES) and overview of its applications, T. Heus et al, [Geosci. Model Dev., 3, 415-444, 2010](https://doi.org/10.5194/gmd-3-415-2010)
0 commit comments