diff --git a/components.yaml b/components.yaml index 35f02de8..a0c07b76 100644 --- a/components.yaml +++ b/components.yaml @@ -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 diff --git a/src/Components/.gitignore b/src/Components/.gitignore index afe16bcd..edbdf747 100644 --- a/src/Components/.gitignore +++ b/src/Components/.gitignore @@ -1,3 +1,6 @@ /@GEOSldas_GridComp /GEOSldas_GridComp /GEOSldas_GridComp@ +/@GEOSgcm_GridComp +/GEOSgcm_GridComp +/GEOSgcm_GridComp@ diff --git a/src/Components/CMakeLists.txt b/src/Components/CMakeLists.txt index 4ad9bf41..68e9c7e0 100644 --- a/src/Components/CMakeLists.txt +++ b/src/Components/CMakeLists.txt @@ -1 +1,2 @@ esma_add_subdirectory (GEOSldas_GridComp) +esma_add_subdirectory (GEOSgcm_GridComp)