Skip to content

Commit

Permalink
Enabling compilation of "FV3_RAP" CCPP suite. (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymes-kenyon committed Apr 19, 2021
1 parent 371d7b8 commit 6ce4041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ExternalProject_Add(UFS_UTILS
)

if(NOT CCPP_SUITES)
set(CCPP_SUITES "FV3_GSD_SAR,FV3_HRRR,FV3_GSD_v0")
set(CCPP_SUITES "FV3_GSD_SAR,FV3_HRRR,FV3_RAP,FV3_GSD_v0")
endif()

ExternalProject_Add(ufs_weather_model
Expand Down

0 comments on commit 6ce4041

Please sign in to comment.