Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/mathomp4/degrade-moist-opt-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrabenh committed Jun 5, 2023
2 parents 384f6d0 + ef539f4 commit d2c1ef0
Show file tree
Hide file tree
Showing 7 changed files with 1,806 additions and 5 deletions.
10 changes: 9 additions & 1 deletion GEOSagcm_GridComp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ set (alldirs
GEOSphysics_GridComp
)

if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/GEOS_AgcmGridComp.F90)
if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/GEOS_AgcmSimpleGridComp.F90)

message(STATUS "Building Held-Suarez GridComp")
esma_add_library (${this}
SRCS GEOS_AgcmSimpleGridComp.F90
SUBCOMPONENTS GEOSsuperdyn_GridComp GEOShs_GridComp
DEPENDENCIES MAPL esmf)

elseif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/GEOS_AgcmGridComp.F90)

esma_add_library (${this}
SRCS GEOS_AgcmGridComp.F90
Expand Down
Loading

0 comments on commit d2c1ef0

Please sign in to comment.