Skip to content

mathieulandreau/py_wrf_arps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py_wrf_arps

This project contains python class and scripts to extract and plot WRF and ARPS output data. It has been used to process WRF results, AROME data, and LiDAR data for the following paper: Landreau, Mathieu, Boris Conan, Benjamin Luce, et Isabelle Calmet. 2025. « Observation and LES modeling of an offshore atmospheric undular bore generated during sea-breeze initiation near a peninsula ». https://hal.science/hal-04996636.

How to Use

  • Create a conda environment
    conda env create -f env/py_wrf_arps.yml
  • Add an environment variable $PYTHONPATH that contains the name of this folder in your bashrc
    PYTHONPATH=Path/to/this/folder/:$PYTHONPATH
  • Import py_wrf_arps in your python script
    import py_wrf_arps
  • Modify the different path in files lib/manage_path and classProj to link to your simulations and data files

Example

Few Jupyter notebooks (related to the paper) using this library can be found in https://github.com/mathieulandreau/Landreau_Conan_Luce_Calmet_a1

About

Python class for WRF post_processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages