kylejgillett / sounderpy

A python package that helps you to access and plot vertical profile data for meteorological analysis
https://kylejgillett.github.io/sounderpy/
MIT License
51 stars 13 forks source link

Allow users to pick between pressure and model levels for ERA5 data #8

Open kylejgillett opened 1 year ago

kylejgillett commented 1 year ago

Suggested by Vitor Goede & Kyle Gillett.

ERA5 model data has been found to be more accurate in model-level form, thus an option for receiving ERA5 data should be available. This will take a bit of work handling the parser process but should work fine. The user will have the option to choose because using model levels will take significantly longer to load and parse than pressure levels.

kylejgillett commented 1 year ago

This issue is being addressed for future releases of SounderPy. It is currently not planned to be included in SounderPy v2.1.0, but this may be an addition to a future minor release afterwards.