Skip to content
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added new res C1120
- NOTE: If running on SLES15 remap tests will not be zero diff for GOCART RST but are zero diff for all other
- Add support for v14 BCs
- Add SLURM/PBS job submission capability to lake-landice remapping, bringing it in line with upper-air and catch remapping (batch queues on both NAS and NCCS)
- Add `reservation` field to `remap_params.tpl` and all test YAML files
- Add `split_saltwater` field to `remap_params.tpl` and all test YAML files

### Changed

- Update `movestat` to allow for multiple seasons
- 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.
- Fix `{Bin}` unexpanded string in `remap_lake_landice_saltwater.py` by substituting the resolved `bindir` variable before constructing `esma_mpirun` command strings
- Remove forced `-f` flag from `nccmp` comparison in `test_remap_restarts.py`

### Removed

Expand Down
2 changes: 1 addition & 1 deletion pre/remap_restart/remap_catchANDcn.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def remap(self):
if (qos != ''):
QOS = "#SBATCH --qos="+qos

CONSTRAINT = '"[cas|mil]"'
CONSTRAINT = 'mil'

account = config['slurm_pbs']['account']

Expand Down
Loading
Loading