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

WIP: Extract GEOSldas_GridComp and LDAS_App into separate repos #712

Closed
wants to merge 2 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
15 changes: 14 additions & 1 deletion components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,22 @@ MAPL:
tag: v2.42.1
develop: develop


GEOSldas_GridComp:
local: ./src/Components/@GEOSldas_GridComp
remote: ../GEOSldas_GridComp.git
branch: develop
develop: develop

GEOSgcm_GridComp:
local: ./src/Components/GEOSldas_GridComp/@GEOSgcm_GridComp
local: ./src/Components/@GEOSldas_GridComp/@GEOSgcm_GridComp
remote: ../GEOSgcm_GridComp.git
branch: develop
sparse: ./config/GEOSgcm_GridComp_ldas.sparse
develop: develop

LDAS_App:
local: ./src/Applications/@LDAS_App
remote: ../LDAS_App.git
branch: develop
develop: develop
3 changes: 3 additions & 0 deletions src/Applications/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/@LDAS_App
/LDAS_App
/LDAS_App@
2 changes: 1 addition & 1 deletion src/Applications/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
add_subdirectory (LDAS_App)
esma_add_subdirectory (LDAS_App)
47 changes: 0 additions & 47 deletions src/Applications/LDAS_App/CMakeLists.txt

This file was deleted.

34 changes: 0 additions & 34 deletions src/Applications/LDAS_App/GEOSldas.F90

This file was deleted.

34 changes: 0 additions & 34 deletions src/Applications/LDAS_App/GEOSldas_CAP.rc

This file was deleted.

Empty file.
Loading