@@ -15,7 +15,7 @@ Look at file tree for a feeling of modules. <https://github.com/wrf-model/WRF>
1515
1616* Source: < https://opensky.ucar.edu/islandora/object/opensky:2898 > *
1717
18- ## The WRF suite
18+ ## The WRF suite with flow chart
1919
2020![ image] ( img/WRF-flowchart.png )
2121
@@ -28,8 +28,19 @@ WRF programs to be run every simulation
2828- wrf.exe
2929
3030
31+ ## Personal workflow script of different parts
3132
32- ## Automatise this!
33+ Script
34+
35+ ``` mermaid
36+ flowchart LR
37+ Download --> Preprocess --> Development --> Test --> D["Deployment and maintenance"] --> Requirements
38+
39+
40+
41+ ```
42+
43+ ### Workflow consisting of several bash scripts.
3344
34451 . ** download script**
3546
@@ -43,11 +54,11 @@ WRF programs to be run every simulation
4354
4455 - start ** run_ungrib.sh**
4556 - insert correct dates into a "namelist"
46- - run ** ungrib.exe**
57+ - run ** ungrib.exe** (Fortran)
4758
4859 - start ** run_metgrid.sh**
4960 - insert correct dates into a "namelist"
50- - run ** metgrid.exe**
61+ - run ** metgrid.exe** (Fortran)
5162
5263 - start next script ** script_WRF**
5364
@@ -57,11 +68,11 @@ WRF programs to be run every simulation
5768
5869 - run ./run_real.sh
5970 - insert correct dates into a "namelist"
60- - run ** real.exe**
71+ - run ** real.exe** (Fortran)
6172
6273 - run ./run_wrf.sh
6374 - insert correct dates into a "namelist"
64- - run ** wrf.exe**
75+ - run ** wrf.exe** (Fortran)
6576
6677 - run ./analysis_script.sh
6778 - inserts correct time
0 commit comments