WRF icon indicating copy to clipboard operation
WRF copied to clipboard

CMake improve configure_reader.py script

Open islas opened this issue 6 months ago • 1 comments

TYPE: enhancement

KEYWORDS: cmake, configuration

SOURCE: internal

DESCRIPTION OF CHANGES: Problem: In preparation for alternate core compilation, there is need for additional information from the stanzas. Some of these fields include extraneous information to cmake that must be filtered out. The previous version manually listed fields and values to sanitize, but this is brittle when accounting for all stanza types and configurations.

Solution: Rather than hard-coding the sanitization of stanza fields to be consumed by cmake, a generalized approach is used to allow full use of stanza fields down the line.

islas avatar Aug 06 '24 02:08 islas