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

merge develop into BRIDGE in prep for release v18.0.3 #770

Merged
merged 12 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ workflows:
#baselibs_version: *baselibs_version
repo: GEOSldas
mepodevelop: false
# This is needed due to the LDAS BRIDGE workflow
checkout_if_exists: false
persist_workspace: false # Needs to be true to run fv3/gcm experiment, costs extra
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
27 changes: 26 additions & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,35 @@ In March 2024, GEOSldas was split into two repositories, the GEOSldas fixture an
This README file contains the history of stable GEOSldas Releases in Git, followed by older, CVS LDASsa tags and GEOSldas versions and change logs.


Overview of Git Releases:
Overview of GEOSldas Git Releases:
============================


[v18.0.3](https://github.com/GEOS-ESM/GEOSldas/releases/tag/v18.0.3) - 2024-04-12
------------------------------

- 0-diff vs. GEOSldas v18.0.2.

- Uses GEOSldas_GridComp v1.0.2.

- Bug fix:
- Fixed state increment array referencing in update_type=13 ([GEOSldas_GridComp PR #26](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/26)).

- Infrastructure:
- Fixed CI for LDAS workflow ([PR #768](https://github.com/GEOS-ESM/GEOSldas/pull/768), [GEOSldas_GridComp PR #34](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/34)).

- Other minor changes:
- Moved external `@GEOSgcm_GridComp` repository to `GEOSldas/src/Components/` for consistency with directory structure of GEOSgcm and GEOSadas ([GEOSldas_GridComp PR #27](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/27), [GEOSldas_GridComp PR #30](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/30)).
- Changed lenkf.j.template to python string ([GEOSldas_GridComp PR #16](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/16)).

------------------------------
[v18.0.2](https://github.com/GEOS-ESM/GEOSldas/releases/tag/v18.0.2) - 2024-04-10
------------------------------

- 0-diff vs. GEOSldas v18.0.1.

- Uses GEOSldas_GridComp v1.0.1.

- Bug fix:
- In ldas_setup, fixed submission of job for remapping of restarts ([GEOSldas_GridComp PR #17](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/17)).

Expand All @@ -50,8 +70,13 @@ Overview of Git Releases:
------------------------------

- 0-diff vs. v18.0.0.

- Uses GEOSldas_GridComp v1.0.0.

- Essentially identical to v18.0.0 except for revised repository structure after split into two repositories: [GEOSldas](https://github.com/GEOS-ESM/GEOSldas) and [GEOSldas_GridComp](https://github.com/GEOS-ESM/GEOSldas_GridComp) ([PR #748](https://github.com/GEOS-ESM/GEOSldas/pull/748), [PR #750](https://github.com/GEOS-ESM/GEOSldas/pull/750)).



- Minor changes:
- Support for running "sbatch [FULL_PATH/]lenkf.j" from any directory ([PR #745](https://github.com/GEOS-ESM/GEOSldas/pull/745)).

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)