Skip to content

Commit

Permalink
module_mp_nssl_2mom.F90: removed unneeded lines
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroTed committed Sep 25, 2023
1 parent 9b9f553 commit 6ee6df6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions physics/module_mp_nssl_2mom.F90
Original file line number Diff line number Diff line change
Expand Up @@ -21238,7 +21238,6 @@ subroutine nssl_2mom_gs &
pqwvi(mgs) = &
& -Min(0.0, qrcev(mgs)) &
& -Min(0.0, qhcev(mgs)) &
& -Min(0.0, qfcev(mgs)) &
& -Min(0.0, qhlcev(mgs)) &
& -Min(0.0, qscev(mgs)) &
! > +il5(mgs)*(-qhsbv(mgs) - qhlsbv(mgs) ) &
Expand All @@ -21249,7 +21248,6 @@ subroutine nssl_2mom_gs &
pqwvd(mgs) = &
& -Max(0.0, qrcev(mgs)) &
& -Max(0.0, qhcev(mgs)) &
& -Max(0.0, qfcev(mgs)) &
& -Max(0.0, qhlcev(mgs)) &
& -Max(0.0, qscev(mgs)) &
& +il5(mgs)*(-qiint(mgs) &
Expand Down

0 comments on commit 6ee6df6

Please sign in to comment.