This version contains minor source changes, including a series of critical bug fixes. The bug involved pulling code out of IF statements that were inside checks for verbose flags. This bug had the potential to change the results for wind radii if the verbose flag in the namelist was changed from 3 to 0.
A subroutine was added for genesis detection to more effectively check for a low-level circulation as a condition for determining genesis.
Some small changes were made to variable names in the routines that process genesis-related diagnostics.
A bug was fixed in subroutine output_aext that creates the extended atcfunix file. The bug would cause the code to crash if the 850 divergence or 850 moisture divergence values were too large to fit into the space indicated by the fortran output delimiter values.
Adds a Cmake build system for most NOAA RDHPCS systems, excluding GFDL/PPAN. There are still some issues to be resolved for people attempting to build on Gaea who are using csh or tcsh.
Some directory structure changes were implemented into the repo in order to differentiate between source code and Cmake scripts.
Additional files and updates were added for README & background documentation.