Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion physics/moninedmf.f
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ subroutine edmf_run (ix,im,km,ntrac,ntcw,dv,du,tau,rtg, &
! as intent(out) and initializing them (see comment DH* further down)
! correctly changes the results on Theia with the Intel compiler. This
! seems to be one of those Intel optimization issues we encountered
! earlier for sfc_sice.f, see PR #47 for gmtb-gfsphysics *DH
! earlier for sfc_sice.f, see PR #47 for ccpp-physics *DH
real(kind=kind_phys), intent(inout) :: &
& hgamt(im), hgamq(im)
integer, intent(in) :: kinver(im)
Expand Down