Skip to content

Commit

Permalink
Fixes a typo - mm/s to m/s
Browse files Browse the repository at this point in the history
[BFB] - Bit-For-Bit
  • Loading branch information
singhbalwinder committed Jul 10, 2017
1 parent 1669891 commit 2dfa6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime/src/share/util/shr_flux_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ SUBROUTINE shr_flux_atmOcn(nMax ,zbot ,ubot ,vbot ,thbot , prec_gust, gust_
! old version
!vmag = max(umin, sqrt( (ubot(n)-us(n))**2 + (vbot(n)-vs(n))**2) )

!--- vmag+ugust (convective gustiness) Limit to a max precip 6 cm/day = 0.00069444 mm/s.
!--- vmag+ugust (convective gustiness) Limit to a max precip 6 cm/day = 0.00069444 m/s.
!--- reverts to original formula if gust_fac=0

!PMA saves vmag_old for taux tauy computation
Expand Down

0 comments on commit 2dfa6f1

Please sign in to comment.