Skip to content

Commit

Permalink
fix #71: Large scale thl tendencies not applied with radiation on
Browse files Browse the repository at this point in the history
  • Loading branch information
fjansson committed Dec 16, 2022
1 parent dfe0673 commit aacf3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modtimedep.f90
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ subroutine inittimedep
dqtdxlst(k,t), &
dqtdylst(k,t), &
dqtdtlst(k,t), &
thlpcart(k,t), &
dthldtlst(k,t), &
dudtlst (k,t), &
dvdtlst (k,t)
end do
Expand All @@ -272,7 +272,7 @@ subroutine inittimedep
dqtdxlst(k,t), &
dqtdylst(k,t), &
dqtdtlst(k,t), &
thlpcart(k,t)
dthldtlst(k,t)
end do
end if
end do
Expand Down

0 comments on commit aacf3f5

Please sign in to comment.