Closed mathomp4 closed 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).
GEOSldas_GridComp
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
Also, the labels from GEOSldas were copied to GEOSldas_Gridcomp via:
gh label clone GEOS-ESM/GEOSldas --repo GEOS-ESM/GEOSldas_GridComp --force
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:
After that these branches were also pushed to the new repo:
release/MAPL-v3
BRIDGE
feature/wjiang/add_landice
feature/stefanocasirati/irrigation
Also, the labels from GEOSldas were copied to GEOSldas_Gridcomp via: