Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joeolson42 committed Oct 30, 2023
1 parent b2dc0bf commit 5658192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/module_bl_mynn.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3879,7 +3879,7 @@ SUBROUTINE mym_condensation (kts,kte, &
q1_rh =-3. + 3.*(rh_hack-rhcrit)/(1.-rhcrit)
q1(k) =max(q1_rh, q1(k) )
endif
!ensure adequate RH & q1 when qs is at least 1e-7 (above the PBLH)
!ensure adequate RH & q1 when qs is at least 1e-8 (above the PBLH)
if (qs(k)>1.e-8 .and. zagl .gt. pblh2) then
rh_hack =min(1.0_kind_phys, rhcrit + 0.07*(8.0 + log10(qs(k))))
rh(k) =max(rh(k), rh_hack)
Expand Down

0 comments on commit 5658192

Please sign in to comment.