We've slowly, and recently more quickly, been adding a heck of a ton of CPLConfigOptions, need to update the documentation. This includes the wiki page (Advanced-Runtime-Configuration), and the data file (/windninja/data/config_options.csv).
And with the merging of the angleFromNorth work to the master branch, we've finally got the master branch caught up to all the side branches for all these various CPLConfigOption additions.
I found the easiest way to get an up to date list on all the CPLConfigOptions within WindNinja, is to do the following
cd windninja
grep -r ConfigOption
Then just compare the CPLConfigOption names and uses with (and update) the wiki page and the /windninja/data file.