Page 1 of 1

Plotting meteorology along the trajectory

Posted: January 13th, 2023, 3:38 am
by J7S
Hello, I would like to plot meteorological data along the trajectory. HYSPLIT has codes for reading tdump in Python. But I am not sure if Python supports reading the ear52arl data format? Thank you!

Re: Plotting meteorology along the trajectory

Posted: January 13th, 2023, 7:56 am
by sonny.zinn
HYSPLIT can output a few meteorological variables along trajectories. Section 5.3 in the basic tutorial shows how to include terrain height: https://www.ready.noaa.gov/documents/Tu ... _isob.html.

The Python package in HYSPLIT can read only trajectory dumps or concentration dumps.

Re: Plotting meteorology along the trajectory

Posted: January 18th, 2023, 4:31 am
by J7S
Thank you for your information. I want to plot cloud cover/occurrence along the trajectory and use the ERA5 as meteorological input. I tried two methods: one is to do that external to HYSPLIT by interpolating the endpoints output from HYSPLIT to the ERA5 cloud product in GRIB format, and the second is to modify the configuration file SETUP.CFG to add the variable TCLD (total cloud cover) to VARSIWANT, this requires running HYSPLIT in STILT mode. Do both methods make sense? Or is there a more common approach for getting the cloud cover data along the trajectory?

Re: Plotting meteorology along the trajectory

Posted: February 14th, 2023, 9:41 pm
by yaqiang
Another option is to get meteorology data along the trajectory using MeteoInfoLab script following this example: http://www.meteothink.org/examples/mete ... _data.html. ARL meteorological data format (also netCDF, GRIB, etc.) is supported.