Skip to content

Commit

Permalink
add FMS to ATML-LM4 app
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinPerket committed Dec 18, 2024
1 parent 28ffeee commit ead8cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/configure_apps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if(APP MATCHES "^(ATM|ATMW|ATMWM|ATMAQ|ATML|ATMF|ATML-LM4)$")
message("Configuring UFS app in Atmosphere with NOAHMP component")
elseif(APP MATCHES "^ATML-LM4$")
set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE)
set(FMS ON CACHE BOOL "Enable FMS" FORCE)
set(LM4 ON CACHE BOOL "Enable LM4" FORCE)
message("Configuring UFS app in Atmosphere with GFDL LM4 component")
elseif(APP MATCHES "^ATMF$")
Expand Down

0 comments on commit ead8cb2

Please sign in to comment.