-
Notifications
You must be signed in to change notification settings - Fork 146
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
cam6_4_034: Add missing total energy in physics state from dycore in snapshots and cleanup total water #1142
cam6_4_034: Add missing total energy in physics state from dycore in snapshots and cleanup total water #1142
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job finding and fixing the bug in cam_snapshot
@nusbaume - since the changes morphed beyond snapshot code, I am adding you to the reviewer list as I have not reviewed the other changes |
Thanks @cacraigucar, apologies for repurposing the existing branch/PR. I've updated the title. Changelog update will follow shortly. |
…hys, dyn snapshot fields. Signed-off-by: Haipeng Lin <[email protected]>
…en physics and dycore
ceabf1a
to
1ecca08
Compare
Changes rebased on newest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this!
…date standard names (#296) Companion issue in CAM: ESCOMP/CAM#1141 Companion PR in CAM: ESCOMP/CAM#1142 this PR in CAM will update snapshots with new variables. Updates to CAM-SIMA: - read ncdata variables te_ini_phys, te_ini_dyn, te_cur_phys, te_cur_dyn - update to standard names per discussion in ESCOMP/CAM#1141
Merge pull request ESCOMP#1142 from jimmielin/hplin/fix_total_energy_snapshots cam6_4_034: Add missing total energy in physics state from dycore in snapshots and cleanup total water ESCOMP commit: 4c7c062
Merge pull request ESCOMP#1142 from jimmielin/hplin/fix_total_energy_snapshots cam6_4_034: Add missing total energy in physics state from dycore in snapshots and cleanup total water ESCOMP commit: 4c7c062
Merge pull request ESCOMP#1142 from jimmielin/hplin/fix_total_energy_snapshots cam6_4_034: Add missing total energy in physics state from dycore in snapshots and cleanup total water ESCOMP commit: 4c7c062
Closes #1141
Saves second dimension (dycore formula) of total energy and total water initial and current condition.
Companion PR in CAM-SIMA to read updated snapshot file and updates to standard names:
ESCOMP/CAM-SIMA#296