Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cs indg from tile_coord structure #270

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion src/Applications/LDAS_App/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
esma_set_this ()

set (srcs
ldas_help_subs.F90
)
esma_add_library(${this} SRCS ${srcs} DEPENDENCIES GEOSldas_GridComp MAPL)

ecbuild_add_executable (
TARGET GEOSldas.x
SOURCES GEOSldas.F90
Expand All @@ -13,7 +20,7 @@ foreach (prog ${executables})
ecbuild_add_executable (
TARGET ${prog}.x
SOURCES ${prog}.F90
LIBS GEOSldas_GridComp mk_restarts)
LIBS ${this} GEOSldas_GridComp mk_restarts)
endforeach ()

install(
Expand Down
Loading