Project

General

Profile

Scenario configuration tutorial » History » Revision 3

Revision 2 (Rafael Bailon-Ruiz, 2020-09-10 14:28) → Revision 3/4 (Rafael Bailon-Ruiz, 2020-10-07 16:39)

h1. Running CAMS 

 This page explains how to set up [[Scenario configuration Reference guide|scenario configuration files]] files to run CAMS in the different operation modes. modes 

 {{toc}} 

 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. Virtual operation 

 Exemple file 

 



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