Scenario configuration tutorial » History » Version 4
Rafael Bailon-Ruiz, 2020-10-07 16:49
1 | 4 | Rafael Bailon-Ruiz | h1. Scenario configuration tutorial |
---|---|---|---|
2 | 1 | Rafael Bailon-Ruiz | |
3 | 3 | Rafael Bailon-Ruiz | This page explains how to set up [[Scenario configuration Reference guide|scenario configuration files]] to run CAMS in the different operation modes. |
4 | 1 | Rafael Bailon-Ruiz | |
5 | 3 | Rafael Bailon-Ruiz | {{toc}} |
6 | |||
7 | 1 | Rafael Bailon-Ruiz | h2. Field operation |
8 | |||
9 | Preparation of the configuration file: |
||
10 | * Remove @maps:@ of type @MesonhMap@ (i.e. @clouds:@) |
||
11 | * Replace @data_view:@ component tag names specific to MesoNH (i.e. @'THT'@, @'WT'@, @'RCT'@) by their real counterparts (i.e. @'humidity'@) |
||
12 | * Add some _dataviews_ to process raw sensor data |
||
13 | * Remove the @MesonhProbe@ plugin from all aircraft |
||
14 | |||
15 | h2. Mixed-reality operation |
||
16 | |||
17 | |||
18 | 2 | Rafael Bailon-Ruiz | |
19 | 1 | Rafael Bailon-Ruiz | h2. Virtual operation |
20 | |||
21 | 3 | Rafael Bailon-Ruiz | Exemple file |
22 | 1 | Rafael Bailon-Ruiz | |
23 | 2 | Rafael Bailon-Ruiz | h2. Mission replay |
24 | 1 | Rafael Bailon-Ruiz | |
25 | Preparation of the configuration file: |
||
26 | * set @aicrafts@ @replay: True@ |
||
27 | |||
28 | Convert the desired @.neph@ file to @.txt@ using the function @NephelaeDataServer.save_ascii()@. Use @nephelae_utils/replay_neph.py@ to start the replay. |