Skip to content

Commit

Permalink
Extract GEOSldas_GridComp into new repo
Browse files Browse the repository at this point in the history
This is a work-in-progress PR for extracting out the `GEOSldas_GridComp`
into its own components (for work with @saraqzhang and @rtodling in
integrating LDAS into the ADAS).

Using RepoExtractor, the repo was extracted with:
```
./extract_repo.bash -r "GEOSldas" -d "GEOSldas_GridComp" --newrepo "GEOSldas_GridComp" --develop --create-repo --push
```

After that these branches were also pushed to the new repo:

* `release/MAPL-v3`
* `BRIDGE`
* `feature/wjiang/add_landice`
* `feature/stefanocasirati/irrigation`
  • Loading branch information
mathomp4 committed Mar 25, 2024
1 parent 0ef28ae commit 843f23e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,14 @@ MAPL:
tag: v2.44.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
Expand Down
3 changes: 3 additions & 0 deletions src/Components/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/@GEOSldas_GridComp
/GEOSldas_GridComp
/GEOSldas_GridComp@
2 changes: 1 addition & 1 deletion src/Components/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
add_subdirectory (GEOSldas_GridComp)
esma_add_subdirectory (GEOSldas_GridComp)

0 comments on commit 843f23e

Please sign in to comment.