Skip to content

Commit

Permalink
DA defines always set
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Aug 6, 2024
1 parent 176dc42 commit f05dd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ if ( "${WRF_CORE}" STREQUAL "DA" OR "${WRF_CORE}" STREQUAL "DA_4D_VAR" )
list( APPEND PROJECT_COMPILE_DEFINITIONS_OPTIONS BUFR )
endif()

list( APPEND PROJECT_COMPILE_DEFINITIONS_OPTIONS DA_CORE=1 )
list( APPEND PROJECT_COMPILE_DEFINITIONS_OPTIONS DA_CORE=1 -DFFTPACK -DNORESHAPE )
else()
list( APPEND PROJECT_COMPILE_DEFINITIONS_OPTIONS DA_CORE=0 )
endif()
Expand Down

0 comments on commit f05dd33

Please sign in to comment.