Use of Traject python library (Matthieu Plu) for Observing system simulation experiments at Météo-France.
Propose several python scripts in src/ to :
- Track convective systems in experiments.
- Display convective systems tracks on top of specific atmospheric fields.
- Perform and trace typical Traject scores, in a scientific article style.
- This project needs the use of Traject Library, ideally the adapted version from N.Sasso :
- Install the Traject library (https://github.com/nsasso56-cell/Traject)
- Select "main_nsasso" branch in Traject repo :
git checkout main_nsasso- Insert the Traject/src/ directory in PythonPath in .bashrc or .bashprofile (Linux) or .zshrc (MacOs), adding the following line:
export PYTHONPATH:your_folder/Traject/src:$PYTHONPATH2.Clone repository and install dependencies :
git clone https://github.com/nsasso56-cell/Track
cd Track
python -m venv venv
source venv/bin/activate
pip install -r requirements.txtNicolas Sasso, UMR-CNRM. n.sasso56@gmail.com