Metpoint Exec and Conversion of Lat-Lon to Grid Point
Posted: June 26th, 2024, 4:28 pm
I am currently parsing HYSPLIT archival weather data to pull relevant surface and altitude data for the continental United States using CHK_DATA.F which was available here: https://www.ready.noaa.gov/data/archive ... chk_data.f
After successfully parsing the records of the meteorological data header, I need to know which grid point corresponds to a specific latitude and longitude provided in an input parameter. The exec program Metpoint does this, but I would prefer to not have to bundle a specific executable when everything else is written in python.
I would like to know what the procedure is for converting a latitude and longitude into a grid point using the ARL-HYSPLIT data format.
Is the process identical to this module used for WRF?
https://wrf-python.readthedocs.io/en/la ... _proj.html
After successfully parsing the records of the meteorological data header, I need to know which grid point corresponds to a specific latitude and longitude provided in an input parameter. The exec program Metpoint does this, but I would prefer to not have to bundle a specific executable when everything else is written in python.
I would like to know what the procedure is for converting a latitude and longitude into a grid point using the ARL-HYSPLIT data format.
Is the process identical to this module used for WRF?
https://wrf-python.readthedocs.io/en/la ... _proj.html