Project

General

Profile

Scenario configuration tutorial » History » Revision 2

Revision 1 (Rafael Bailon-Ruiz, 2020-09-10 14:27) → Revision 2/4 (Rafael Bailon-Ruiz, 2020-09-10 14:28)

h1. Running CAMS 

 This page explains how to set up configuration files to run CAMS in the different operation modes 

 h2. Field operation 

 Preparation of the configuration file:  
 * Remove @maps:@ of type @MesonhMap@ (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 

 h2. Mixed-reality operation 



 h2. h3. Virtual operation 



 h2. h4. 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.