Hotfix/v1.1.1 - #535
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Hotfix release bump to v1.1.1, updating version metadata and adjusting the atmospheric model’s test-case configs and physics routines to align with the newer variable-container framework and related diagnostics.
Changes:
- Bump version to 1.1.1 and add a 1.1.1 entry in
HISTORY. - Update Held–Suarez moist test configs to use
RAIN(instead ofRAIN_LSC) and tweak modal-filter parameters for spinup. - Update BL mixing user code to operate with
AtmosVarsContainerand revise MP post-filtering / sedimentation internals.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| model/atm_nonhydro3d/VERSION | Bumps model version to 1.1.1. |
| FElib/src/VERSION | Bumps library version to 1.1.1. |
| HISTORY | Adds release notes entry for 1.1.1. |
| model/atm_nonhydro3d/test/case/Earth_like_atm/dyncore_test/moist_Held_Suarez_TJ2016/run1.conf | Switch history output from RAIN_LSC to RAIN. |
| model/atm_nonhydro3d/test/case/Earth_like_atm/dyncore_test/moist_Held_Suarez_TJ2016/run2.conf | Switch history output from RAIN_LSC to RAIN. |
| model/atm_nonhydro3d/test/case/Earth_like_atm/dyncore_test/moist_Held_Suarez_TJ2016/run3.conf | Switch history output from RAIN_LSC to RAIN. |
| model/atm_nonhydro3d/test/case/Earth_like_atm/dyncore_test/moist_Held_Suarez_TJ2016/run4.conf | Switch history output from RAIN_LSC to RAIN. |
| model/atm_nonhydro3d/test/case/Earth_like_atm/dyncore_test/moist_Held_Suarez_TJ2016/run_spinup1.conf | Adjusts modal filter alpha and switches history output to RAIN. |
| model/atm_nonhydro3d/test/case/Earth_like_atm/dyncore_test/moist_Held_Suarez_TJ2016/run_spinup2.conf | Switch history output from RAIN_LSC to RAIN. |
| model/atm_nonhydro3d/test/case/Earth_like_atm/dyncore_test/moist_Held_Suarez_TJ2016/regrid_run1_2d.conf | Regrid variable name updated to RAIN. |
| model/atm_nonhydro3d/test/case/Earth_like_atm/dyncore_test/moist_Held_Suarez_TJ2016/regrid_run2_2d.conf | Regrid variable name updated to RAIN. |
| model/atm_nonhydro3d/test/case/Earth_like_atm/dyncore_test/moist_Held_Suarez_TJ2016/regrid_run3_2d.conf | Regrid variable name updated to RAIN. |
| model/atm_nonhydro3d/test/case/Earth_like_atm/dyncore_test/moist_Held_Suarez_TJ2016/regrid_run4_2d.conf | Regrid variable name updated to RAIN. |
| model/atm_nonhydro3d/test/case/Earth_like_atm/dyncore_test/moist_Held_Suarez_TJ2016/regrid_spinup1_2d.conf | Regrid variable name updated to RAIN. |
| model/atm_nonhydro3d/test/case/Earth_like_atm/dyncore_test/moist_Held_Suarez_TJ2016/regrid_spinup2_2d.conf | Regrid variable name updated to RAIN. |
| model/atm_nonhydro3d/test/case/Earth_like_atm/dyncore_test/moist_Held_Suarez_TJ2016/mod_user.F90 | Updates BL mixing to use variable containers and configurable container IDs. |
| model/atm_nonhydro3d/test/case/Earth_like_atm/dyncore_test/moist_Held_Suarez_TJ2016/mod_user_sub_BLmixing.F90 | Extends BL mixing to handle momentum diffusion terms and new diagnostics fields. |
| model/atm_nonhydro3d/src/atmos/mod_atmos_vars_container.F90 | Makes var_tp optional in AtmosVars_GetLocalMeshQTRC_Qv for container compatibility. |
| model/atm_nonhydro3d/src/atmos/mod_atmos_phy_mp.F90 | Renames sedimentation fields and updates post-filtering / sedimentation workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.