Skip to content

Commit

Permalink
Merge pull request NCAR#4 from grantfirl/fix_cires_ugwp_compilation_w…
Browse files Browse the repository at this point in the history
…arning

ugwp_driver_v0.f compilation warning fix
  • Loading branch information
climbfuji authored Nov 25, 2019
2 parents b2404b5 + 3dba65f commit 2124b57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gfsphysics/physics/ugwp_driver_v0.f
Original file line number Diff line number Diff line change
Expand Up @@ -1991,8 +1991,8 @@ subroutine edmix_ugwp_v0(im, levs, dtp,
Km(1:levs) = ksum(1:levs) * rho(1:levs)* rho(1:levs)
do j=1, nstab
call diff_1d_wtend(levs, dtstab, Fw, Fw1, levs,
& del(i,:), Sw, Sw1)
call diff_1d_wtend(levs, dtstab, Fw, Fw1, Km,
& rdp, rdpm, Sw, Sw1)
Fw = Sw
Fw1 = Sw1
enddo
Expand All @@ -2004,7 +2004,7 @@ subroutine edmix_ugwp_v0(im, levs, dtp,
Kpt = Km*iPr_pt
Fw(1:levs) = pdTdt(i, 1:levs)*Ptmap(1:levs)
do j=1, nstab
call diff_1d_ptend(levs, dtstab, Fw, Kpt, del(i,:), Sw)
call diff_1d_ptend(levs, dtstab, Fw, Kpt, rdp, rdpm, Sw)
Fw = Sw
enddo
ed_dtdt(i,1:levs) = Sw(1:levs)/Ptmap(1:levs)
Expand Down

0 comments on commit 2124b57

Please sign in to comment.