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

Auto PR - develop β†’ MAPL-v3 - Move GEOSgcm_GridComp under Components in GEOSldas #766

Merged
merged 11 commits into from
Apr 11, 2024
Merged
2 changes: 1 addition & 1 deletion components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GEOSldas_GridComp:
develop: develop

GEOSgcm_GridComp:
local: ./src/Components/@GEOSldas_GridComp/@GEOSgcm_GridComp
local: ./src/Components/@GEOSgcm_GridComp
remote: ../GEOSgcm_GridComp.git
branch: develop
sparse: ./config/GEOSgcm_GridComp_ldas.sparse
Expand Down
3 changes: 3 additions & 0 deletions src/Components/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/@GEOSldas_GridComp
/GEOSldas_GridComp
/GEOSldas_GridComp@
/@GEOSgcm_GridComp
/GEOSgcm_GridComp
/GEOSgcm_GridComp@
1 change: 1 addition & 0 deletions src/Components/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
esma_add_subdirectory (GEOSldas_GridComp)
esma_add_subdirectory (GEOSgcm_GridComp)