Skip to content

Commit fc1789b

Browse files
committed
Remove mention of check_energy_timestep_init in dp_coupling since it is initialized by CCPP
1 parent 3d2fd91 commit fc1789b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/dynamics/se/dp_coupling.F90

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ subroutine derived_phys_dry(cam_runtime_opts, phys_state, phys_tend)
592592
use geopotential_temp, only: geopotential_temp_run
593593
use static_energy, only: update_dry_static_energy_run
594594
use qneg, only: qneg_run
595-
! use check_energy_chng, only: check_energy_chng_timestep_init
596595
use hycoef, only: hyai, ps0
597596
use shr_vmath_mod, only: shr_vmath_log
598597
use shr_kind_mod, only: shr_kind_cx
@@ -854,12 +853,6 @@ subroutine derived_phys_dry(cam_runtime_opts, phys_state, phys_tend)
854853
phys_state%phis, phys_state%dse, cpairv, &
855854
errflg, errmsg)
856855

857-
!Remove once check_energy scheme exists in CAMDEN:
858-
#if 0
859-
! Compute energy and water integrals of input state
860-
! call check_energy_chng_timestep_init(...)
861-
#endif
862-
863856
end subroutine derived_phys_dry
864857

865858
!=========================================================================================

0 commit comments

Comments
 (0)