Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9f47d3c
v11: Update remap test cases baseline
mathomp4 Mar 18, 2026
fe71341
Handle SLURM constraint; add blend script
rtodling Mar 19, 2026
81da11c
Merge branch 'main' into bugfix/missed_slurm_constraint_2_1_10
rtodling Mar 19, 2026
775063e
explain
rtodling Mar 19, 2026
81ea36f
Fix up changelog for release
mathomp4 Mar 19, 2026
0ba3f11
Merge pull request #187 from GEOS-ESM/bugfix/missed_slurm_constraint_…
mathomp4 Mar 19, 2026
70d39f6
Verify MERRA2 location
weiyuan-jiang Mar 20, 2026
1004a86
add catch_file
weiyuan-jiang Mar 20, 2026
16e952b
Merge branch 'main' into bugfix/v11-fix-remap-tests
mathomp4 Mar 20, 2026
043dfb7
Merge pull request #186 from GEOS-ESM/bugfix/v11-fix-remap-tests
mathomp4 Mar 20, 2026
fa6245a
Edited error message about MERRA2_RST_BASE
gmao-rreichle Mar 20, 2026
49b5382
Merge branch 'main' into feature/wjiang/verify_merra2
gmao-rreichle Mar 20, 2026
bd33a56
add wemin when remap does not go through questionaire
weiyuan-jiang Mar 20, 2026
be9ded5
Merge branch 'feature/wjiang/verify_merra2' into feature/wjiang/add_w…
weiyuan-jiang Mar 20, 2026
26a4af1
Merge pull request #189 from GEOS-ESM/feature/wjiang/add_wemin
weiyuan-jiang Mar 20, 2026
f40b6e3
enhanced message for remapping from GEOS-IT and M-2 (works on discove…
gmao-rreichle Mar 20, 2026
cb5c52a
Merge pull request #188 from GEOS-ESM/feature/wjiang/verify_merra2
sdrabenh Mar 23, 2026
b80bf1a
Merge branch 'main' into feature/sdrabenh/gcm_v12
mathomp4 Mar 23, 2026
5d75bba
Undo merge change for v11
mathomp4 Mar 23, 2026
1710335
Merge branch 'feature/sdrabenh/gcm_v12' into merge/handmerge/main-int…
mathomp4 Mar 24, 2026
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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

## [2.1.13] - 2026-03-19

### Added

- BLEND-OSTIA-REYNOLDS.pl - script to control real-time update of BCS(SST)

### Changed

- update blend_bcs.pl to accommodate handling of slurm contraint.

- Update `remap_restarts.py` to first ask about remapping from GEOS-IT, then ask about MERRA-2. Add detection of MERRA-2 path as well
- Restrict SLURM `--constraint` to `mil` (milan) only at NCCS in `remap_catchANDcn.py`, `remap_lake_landice_saltwater.py`, and `remap_upper.py`

### Fixed

- Corrected an issue where tags like ":V" after cmp exps were resulting in "ctag" showing up in filenames and labels for some plots
- Due to GRADS variable name character limits, the actual or climatology labels for some plots were being inaccurately overwritten if models names began with the same 8 characters; these variable names now utilize expid numbers instead of model names
- Corrected LWP plot command in portrait.script to only include LWP not CCWP
- Edited gcmpost.script to move up the location of $SOURCE/plot/.quickplotrc to restore missing plots from landscape.list for some users.
- Updated `test_remap_cases.yaml` to point to baselines consistent with v11

## [2.1.12] - 2026-01-07

### Fixed
Expand Down
Loading
Loading