Skip to content

Commit 36b3dfe

Browse files
committed
LINOZ: creating atm process for linoz.
1 parent 31de276 commit 36b3dfe

File tree

4 files changed

+504
-0
lines changed

4 files changed

+504
-0
lines changed

components/eamxx/src/physics/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ if (SCREAM_ENABLE_MAM)
2424
add_subdirectory(mam)
2525
endif()
2626
add_subdirectory(gw)
27+
add_subdirectory(strat)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
add_library(strat_chem eamxx_linoz_process_interface.cpp)
2+
target_compile_definitions(strat_chem PUBLIC EAMXX_HAS_STRAT_CHEM)
3+
target_link_libraries(strat_chem eamxx_physics_share scream_share mam)
4+
5+
if (TARGET eamxx_physics)
6+
# Add this library to eamxx_physics
7+
target_link_libraries(eamxx_physics INTERFACE strat_chem)
8+
endif()

0 commit comments

Comments
 (0)