Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmielin committed Nov 8, 2024
1 parent 003ece7 commit 56808e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions schemes/check_energy/dycore_energy_consistency_adjust.F90
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ subroutine dycore_energy_consistency_adjust_run( &
real(kind_phys), intent(inout) :: T(:,:) ! temperature [K]
real(kind_phys), intent(inout) :: tend_dtdt(:,:) ! model phys temperature tendency [K s-1]

errmsg = ''
errflg = 0

if(energy_formula_dycore == ENERGY_FORMULA_DYCORE_MPAS .or. &
energy_formula_dycore == ENERGY_FORMULA_DYCORE_SE) then
T(:ncol,:) = temp_ini(:ncol,:) + &
Expand Down

0 comments on commit 56808e1

Please sign in to comment.