|
| 1 | +# 🌊 GFDL Vortex Tracker 🌀 |
| 2 | + |
| 3 | + This program tracks the average of the max or min of several parameters in the vicinity of an input |
| 4 | +first guess (lat,lon) position of a vortex in order to give forecast position estimates for that vortex for |
| 5 | +given numerical model. For the levels 700 & 850 mb, the tracked parameters are: |
| 6 | +Relative vorticity (max), wind magnitude (min), and geopotential height (min). |
| 7 | +Also tracked is the min in the MSLP. So many parameters are tracked in order to provide more accurate |
| 8 | +position estimates for weaker storms, which often have poorly defined structures/centers. |
| 9 | +Currently, the system is set up to be able to process GRIB input data files from the GFS, MRF, UKMET, GDAS, |
| 10 | +ECMWF, NGM, NAM and FNMOC/NAVGEM models. Two 1-line files are output from this program, both containing the |
| 11 | +forecast fix positions that the tracker has obtained. One of these output files contains the positions at |
| 12 | +every 12 hours from forecast hour 0 to the end of the forecast. The other file is in ATCF format, which is |
| 13 | +the particular format needed by the Tropical Prediction Center, and provides the positions at forecast hours |
| 14 | +12, 24, 36, 48 and 72, plus the maximum wind near the storm center at each of those forecast hours. |
| 15 | + |
| 16 | +For more documentation on how the tracker runs in genesis mode or the wind radii and axisymmetric diagnostic schemes please see genesisdoc.md and radiidoc.md, respectively. |
| 17 | + |
| 18 | +## Dependices, Installation, Compiling, Running |
| 19 | +⚠️ IN CONSTRUCTION ⚠️ |
| 20 | + |
| 21 | +The following external libraries are required for buildig the vortex tracker: |
| 22 | + * NETCDF and Fortran (77/90) |
| 23 | + * Fortran standard compiler |
| 24 | + * PNG |
| 25 | + * Jasper |
| 26 | + * Zlib |
| 27 | + * NCEP libraries: g2, bacio, w3nco, w3emc |
| 28 | + |
| 29 | +### Instructions for building & installing with cmake: |
| 30 | + |
| 31 | +As of right now, building & installing with cmake is only setup to work on RDHPCS systems Hera, Jet, and |
| 32 | +Orion. |
| 33 | +If on one of these systems : |
| 34 | + 1. module load cmake |
| 35 | + 2. cd src/ |
| 36 | + 3. ./build_all_cmake.sh |
| 37 | + |
| 38 | +❗ Stay tuned for building instructions for other systems ❗ |
| 39 | + |
| 40 | +### Running Vortex Tracker |
| 41 | + |
| 42 | + ❗ COMING SOON ❗ |
0 commit comments