Skip to content

Commit f73b41d

Browse files
committed
Merge branch 'development' into hplin/hk_conv_rebase
2 parents dd09b41 + 8b4d541 commit f73b41d

File tree

8 files changed

+12
-9
lines changed

8 files changed

+12
-9
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[submodule "ncar-physics"]
2121
path = src/physics/ncar_ccpp
2222
url = https://github.com/jimmielin/atmospheric_physics
23-
fxtag = 1564399165ad6ffb71c19d04d60d611cf226727b
23+
fxtag = 414b6a69112b3955db85469cbc56059c32419ba5
2424
fxrequired = AlwaysRequired
2525
fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics
2626
[submodule "ccs_config"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./xmlchange CAM_CONFIG_OPTS="--dyn none --physics-suites kessler"
1+
./xmlchange CAM_CONFIG_OPTS="--dyn none --physics-suites kessler_test"

src/data/registry.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
<ic_file_input_names>tw_cur state_tw_cur</ic_file_input_names>
329329
</variable>
330330
<variable local_name="teout"
331-
standard_name="vertically_integrated_total_energy_at_end_of_physics_timestep"
331+
standard_name="vertically_integrated_total_energy_using_dycore_energy_formula_at_end_of_physics_timestep"
332332
units="J m-2" type="real" kind="kind_phys"
333333
allocatable="allocatable">
334334
<long_name>Total energy using dynamical core formula at the end of physics timestep</long_name>
@@ -415,7 +415,7 @@
415415
<data>vertically_integrated_total_energy_using_dycore_energy_formula</data>
416416
<data>vertically_integrated_total_water_at_start_of_physics_timestep</data>
417417
<data>vertically_integrated_total_water</data>
418-
<data>vertically_integrated_total_energy_at_end_of_physics_timestep</data>
418+
<data>vertically_integrated_total_energy_using_dycore_energy_formula_at_end_of_physics_timestep</data>
419419
</ddt>
420420
<ddt type="physics_tend">
421421
<data>tendency_of_air_temperature_due_to_model_physics</data>

src/dynamics/mpas/dyn_comp.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,8 +1072,8 @@ subroutine mark_variables_as_initialized()
10721072
! While we are not responsible for initializing or updating them, we still need to help mark them as initialized.
10731073

10741074
! These variables are to be set externally by the `check_energy_chng` CCPP physics scheme.
1075-
call mark_as_initialized('vertically_integrated_total_energy_at_end_of_physics_timestep')
10761075
call mark_as_initialized('vertically_integrated_total_energy_using_dycore_energy_formula')
1076+
call mark_as_initialized('vertically_integrated_total_energy_using_dycore_energy_formula_at_end_of_physics_timestep')
10771077
call mark_as_initialized('vertically_integrated_total_energy_using_dycore_energy_formula_at_start_of_physics_timestep')
10781078
call mark_as_initialized('vertically_integrated_total_energy_using_physics_energy_formula')
10791079
call mark_as_initialized('vertically_integrated_total_energy_using_physics_energy_formula_at_start_of_physics_timestep')

src/dynamics/none/dyn_grid.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ subroutine find_energy_formula(file, grid_is_latlon)
703703
call mark_as_initialized("vertically_integrated_total_energy_using_dycore_energy_formula")
704704
call mark_as_initialized("vertically_integrated_total_water_at_start_of_physics_timestep")
705705
call mark_as_initialized("vertically_integrated_total_water")
706-
call mark_as_initialized("vertically_integrated_total_energy_at_end_of_physics_timestep")
706+
call mark_as_initialized("vertically_integrated_total_energy_using_dycore_energy_formula_at_end_of_physics_timestep")
707707

708708
end subroutine find_energy_formula
709709

src/dynamics/se/dyn_comp.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1873,7 +1873,7 @@ subroutine read_inidat(dyn_in)
18731873
call mark_as_initialized("vertically_integrated_total_energy_using_dycore_energy_formula")
18741874
call mark_as_initialized("vertically_integrated_total_water_at_start_of_physics_timestep")
18751875
call mark_as_initialized("vertically_integrated_total_water")
1876-
call mark_as_initialized("vertically_integrated_total_energy_at_end_of_physics_timestep")
1876+
call mark_as_initialized("vertically_integrated_total_energy_using_dycore_energy_formula_at_end_of_physics_timestep")
18771877

18781878
end subroutine read_inidat
18791879

test/existing-test-failures.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
All clear!
1+
SMS_Ln9.ne5pg3_ne5pg3_mg37.FCAM7.derecho_intel.cam-outfrq_se_cslam_analy_ic (Overall: FAIL) details:
2+
SMS_Ln9.ne5pg3_ne5pg3_mg37.FCAM7.derecho_gnu.cam-outfrq_se_cslam_analy_ic (Overall: FAIL) details:
3+
- CAM7 suite will not work without a PBL scheme
4+
- CAM7 suite will not work with snapshot fields in registry.xml even if initial_value is defined (CAM-SIMA#359)

0 commit comments

Comments
 (0)