WRF icon indicating copy to clipboard operation
WRF copied to clipboard

CMake Prepare for alternate core selections

Open islas opened this issue 1 year ago • 2 comments

TYPE: enhancement

KEYWORDS: cmake, wrfplus, da

SOURCE: internal

DESCRIPTION OF CHANGES: Problem: The current CMake build only works with the em core / ARW in mind and presents a non-intuitive selection when attempting other cores. While these cores are not yet supported in the CMake build, remove these selections sets up the configuration script to be able to present a familiar set of options.

Solution: Remove normally unselectable options from configure_new after selecting non-ARW cores. Put in place stand-in values for these unselected variables.

islas avatar Aug 06 '24 02:08 islas

Requires #2056 and #2053

islas avatar Aug 06 '24 02:08 islas

The regression test results:

Test Type              | Expected  | Received |  Failed
= = = = = = = = = = = = = = = = = = = = = = = =  = = = =
Number of Tests        : 23           24
Number of Builds       : 60           57
Number of Simulations  : 158           150        0
Number of Comparisons  : 95           86        0

Failed Simulations are: 
None
Which comparisons are not bit-for-bit: 
None

weiwangncar avatar Aug 06 '24 07:08 weiwangncar