Actions
Scenario configuration tutorial¶
This page explains how to set up scenario configuration files to run CAMS in the different operation modes.
- Table of contents
- Scenario configuration tutorial
Field operation¶
Preparation of the configuration file:- Remove
maps:
of typeMesonhMap
(i.e.clouds:
) - Replace
data_view:
component tag names specific to MesoNH (i.e.'THT'
,'WT'
,'RCT'
) by their real counterparts (i.e.'humidity'
) - Add some dataviews to process raw sensor data
- Remove the
MesonhProbe
plugin from all aircraft
Mixed-reality operation¶
Virtual operation¶
Exemple file
Mission replay¶
Preparation of the configuration file:- set
aicrafts
replay: True
Convert the desired .neph
file to .txt
using the function NephelaeDataServer.save_ascii()
. Use nephelae_utils/replay_neph.py
to start the replay.
Updated by Rafael Bailon-Ruiz about 4 years ago · 4 revisions