Skip to content

Commit

Permalink
Update MOM.F90
Browse files Browse the repository at this point in the history
Fixed Alistair's embarrassing error.
  • Loading branch information
marshallward authored Nov 22, 2019
1 parent 4b241f6 commit 686302e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/MOM.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ subroutine step_MOM_thermo(CS, G, GV, US, u, v, h, tv, fluxes, dtdia, &
call cpu_clock_end(id_clock_diabatic)
else ! complement of "if (.not.CS%adiabatic)"

call cpu_clock_begin(id_clock_diabatic)
call cpu_clock_begin(id_clock_adiabatic)
call adiabatic(h, tv, fluxes, US%T_to_s*dtdia, G, GV, US, CS%diabatic_CSp)
fluxes%fluxes_used = .true.
call cpu_clock_end(id_clock_adiabatic)
Expand Down

0 comments on commit 686302e

Please sign in to comment.