forked from ESCOMP/CAM
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
4 changed files
with
109 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,68 @@ | ||
=============================================================== | ||
|
||
Tag name: cam6_4_034 | ||
Originator(s): jimmielin | ||
Date: Thu Sep 19 2024 | ||
One-line Summary: Add missing total energy in physics state from dycore in snapshots and cleanup total water | ||
Github PR URL: https://github.com/ESCOMP/CAM/pull/1142 | ||
|
||
Purpose of changes (include the issue number and title text for each relevant GitHub issue): | ||
|
||
Save second dimension (dycore formula) of total energy and total water initial and current condition | ||
(fixes #1141) | ||
|
||
Remove second dimension of tw_ini and tw_cur as they are not different between physics and dycore. | ||
|
||
Describe any changes made to build system: N/A | ||
|
||
Describe any changes made to the namelist: N/A | ||
|
||
List any changes to the defaults for the boundary datasets: N/A | ||
|
||
Describe any substantial timing or memory changes: N/A | ||
|
||
Code reviewed by: cacraigucar, nusbaume | ||
|
||
List all files eliminated: N/A | ||
|
||
List all files added and what they do: N/A | ||
|
||
List all existing files that have been modified, and describe the changes: | ||
M src/control/cam_snapshot_common.F90 | ||
- renamed te_ini -> te_ini_phys, te_cur -> te_cur_phys | ||
- added te_ini_dyn, te_cur_dyn which were missing from snapshot, now fixed | ||
- resized state history buffer size | ||
|
||
M src/physics/cam/check_energy.F90 | ||
M src/physics/cam/physics_types.F90 | ||
- removed incorrect second dimension of tw_ini and tw_cur as they are not different between physics / dycore | ||
|
||
If there were any failures reported from running test_driver.sh on any test | ||
platform, and checkin with these failures has been OK'd by the gatekeeper, | ||
then copy the lines from the td.*.status files for the failed tests to the | ||
appropriate machine below. All failed tests must be justified. | ||
|
||
derecho/intel/aux_cam: | ||
|
||
ERP_Ln9.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq9s (Overall: FAIL) | ||
- pre-existing failure due to HEMCO not having reproducible results issues #1018 and #856 | ||
|
||
SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s (Overall: PEND) | ||
- pre-existing failure -- need fix in CLM external | ||
|
||
derecho/nvhpc/aux_cam: ALL PASS | ||
|
||
izumi/nag/aux_cam: | ||
|
||
DAE.f45_f45_mg37.FHS94.izumi_nag.cam-dae (Overall: FAIL) | ||
- pre-existing failure - issue #670 | ||
|
||
izumi/gnu/aux_cam: ALL PASS | ||
|
||
Summarize any changes to answers: BFB | ||
|
||
=============================================================== | ||
|
||
Tag name: cam6_4_033 | ||
Originator(s): gdicker1 ([email protected]) | ||
Date: Tue 10 Sep 2024 | ||
|
This file contains 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
This file contains 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
This file contains 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