Project

General

Profile

Scenario configuration tutorial » History » Version 1

Rafael Bailon-Ruiz, 2020-09-10 14:27

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