GEOS-ESM / GEOSldas

Repository for the GEOS Land Data Assimilation Fixture
Apache License 2.0
11 stars 10 forks source link

Extract GEOSldas_GridComp into new repo #750

Closed mathomp4 closed 8 months ago

mathomp4 commented 8 months ago

This PR is for extracting out the GEOSldas_GridComp into its own repo (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:

Also, the labels from GEOSldas were copied to GEOSldas_Gridcomp via:

gh label clone GEOS-ESM/GEOSldas --repo GEOS-ESM/GEOSldas_GridComp --force