Page 1 of 1

3D visualization of Hysplit output?

Posted: June 19th, 2020, 6:23 am
by MarcelMeyer
Which methods/tools exist for 3-D visualization of Hysplit output?
Would it be desirable to analyse simulation results in 3-D and if so, which aspects/types of visualization would be particularly interesting?
Which features are important for a tool/interface for 3-D visualization of Hysplit output?

Re: 3D visualization of Hysplit output?

Posted: June 22nd, 2020, 10:12 am
by christopher.loughner
Producing vertical cross-section and maps of trajectories and particle locations in dispersion simulations will be covered in this tutorial. Yes, it is desirable to analyze results in 3D (i.e., is an air pollution plume at the surface where people breathe or aloft?). What is important / interesting may vary depending on the science question. We welcome users who improve or develop new visualization routines to share them with us for inclusion for future HYSPLIT model releases.

Re: 3D visualization of Hysplit output?

Posted: June 22nd, 2020, 4:57 pm
by MarcelMeyer
Hi,
thanks for the response! I am working in a research Group that develops a tool for interactive 3-D visualization of gridded meteorological data and trajectories (called "Met3D"; Visual Data Analysis Group, University of Hamburg) and was going to try and process some of the Hysplit output such that it can be loaded into Met3D. In particular, I would be interested in loading the 3D concentration field at various time-steps and the 3D particle positions at various time-steps. Do the python plotting routines you have include a reader for the cdump and pardump files (and in which scripts can I find these?), which I could use for getting the data into a python numpy array or similar - for further processing?

Re: 3D visualization of Hysplit output?

Posted: June 22nd, 2020, 5:41 pm
by aring
Hi there,

We have developed a few python tools located in two git repositories:
https://github.com/noaa-oar-arl/MONET
https://github.com/noaa-oar-arl/monetio

The monetio repository contains python tools to read cdump and pardump files into xarrays (which can easily be converted to numpy arrays) under the monetio/models folder. I encourage you to check out these resources. Thank you!

Re: 3D visualization of Hysplit output?

Posted: June 23rd, 2020, 7:38 am
by MarcelMeyer
great - thank you very much! Will have a look and let you know ...

Re: 3D visualization of Hysplit output?

Posted: June 24th, 2020, 10:48 am
by MarcelMeyer
Hi, very helpful to have the reader for the PARDUMP file as a start. Thanks again. I ran one of the Hysplit tutorial examples (the Iceland volcano) and converted the particle and concentration output (PARDUMP, cdump) such that it can be processed by the visualization software Met3D. See attached screenshot-animations if you want to get an impression. Its just a quick proof-of-concept test, but I am thinking it may be worthwile putting together some converter-scripts for formatting Hysplit output such that it can be interactively analysed in 3D using Met3D? Met3D is open source and if you are interested, we will of course share any converter scripts, if/once we get around writing them a bit more cleanly.

Re: 3D visualization of Hysplit output?

Posted: June 24th, 2020, 11:01 am
by aring
This is fantastic, thanks for sharing! Would you mind also posting this here: https://github.com/noaa-oar-arl/monetio/issues

This way we can more easily discuss development and contribution to the monet and monetio git repos. Thank you!