Skip to content

Commit

Permalink
Remove mention of check_energy_timestep_init in dp_coupling since it …
Browse files Browse the repository at this point in the history
…is initialized by CCPP
  • Loading branch information
jimmielin committed Dec 12, 2024
1 parent 3d2fd91 commit fc1789b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/dynamics/se/dp_coupling.F90
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,6 @@ subroutine derived_phys_dry(cam_runtime_opts, phys_state, phys_tend)
use geopotential_temp, only: geopotential_temp_run
use static_energy, only: update_dry_static_energy_run
use qneg, only: qneg_run
! use check_energy_chng, only: check_energy_chng_timestep_init
use hycoef, only: hyai, ps0
use shr_vmath_mod, only: shr_vmath_log
use shr_kind_mod, only: shr_kind_cx
Expand Down Expand Up @@ -854,12 +853,6 @@ subroutine derived_phys_dry(cam_runtime_opts, phys_state, phys_tend)
phys_state%phis, phys_state%dse, cpairv, &
errflg, errmsg)

!Remove once check_energy scheme exists in CAMDEN:
#if 0
! Compute energy and water integrals of input state
! call check_energy_chng_timestep_init(...)
#endif

end subroutine derived_phys_dry

!=========================================================================================
Expand Down

0 comments on commit fc1789b

Please sign in to comment.