Skip to content

Commit

Permalink
Revert #302 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerkclark authored Jan 26, 2024
1 parent e3fc72b commit 9ca1468
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model/fv_mapz.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,6 @@ subroutine cs_profile(qs, a4, delp, km, i1, i2, iv, kord)
grat = delp(i,km-1) / delp(i,km)
q(i,km) = ( 3.*(a4(1,i,k-1)+d4(i)*a4(1,i,k)) - grat*qs(i) - q(i,k-1) )/bet
q(i,km+1) = qs(i)
gam(i,km) = d4(i) / bet
enddo

else ! all others
Expand Down

0 comments on commit 9ca1468

Please sign in to comment.