I am studying the impact of micro-physics parameterization scheme on tropical cyclone track and intensity. I would like to ask if there is a way to estimate the cyclone track by GIS/QGIS.
I would like to know, if you have any other suggestion.
Tropical cyclone track could be traced by locations of lowerest sea level pressure data. Here is an example: http://www.meteothink.org/examples/meteoinfolab/trajectory/typhoon_path_trace.html
For the code you attached, I am not good at programming therefore, I would like to ask you what is the code language (Fortran, Python,..) in order to run it.
Finally, I couldn't visualize the sea level pressure in both QGIS and Arc Map. In addition, I couldn't find it in the parameter panel in metoinfomap.
I attach my namelist.input in case of you need to check it.
Sorry for late response. I am not a NCL user to help you on the problem of NCL. Sea surface level pressure (slp) is not included in WRF output file. It can be calculated from the existing variables in the file. I just update MeteoInfo to version 1.7a1 which include wrf module to get slp array from WRF output file. You can try the following MeteoInfoLab script to plot cycolone tracking.
The layer created from meteorological array can be ouput as a shape file which can be opened in QGIS or other GIS tools. Look at this example: http://www.meteothink.org/examples/meteoinfolab/file_io/write_shapefile.html .