Skip to content
#

climate-model

Here are 75 public repositories matching this topic...

FMS
underwoo
underwoo commented Oct 15, 2019

The -Wmaybe-uninitialized GFortran option will list many variables that may be used before initialized. While several of these warnings are likely false positives, that is most likely due to the branching done in the code causing certain, unlikely paths (and sometime error paths) that do not initialize the variable. These cases need to be evaluated, and if possible corrected.

Improve this page

Add a description, image, and links to the climate-model topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the climate-model topic, visit your repo's landing page and select "manage topics."

Learn more