Skip to content

Commit

Permalink
Add missing updates from IPD physics commit 7ffe647
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Jan 27, 2020
1 parent 01ed01f commit 4c7dcaa
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/module_gfdl_cloud_microphys.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3320,7 +3320,7 @@ subroutine fall_speed (ktop, kbot, den, qs, qi, qg, ql, tk, vts, vti, vtg)
else
tc (k) = tk (k) - tice
vti (k) = (3. + log10 (qi (k) * den (k))) * (tc (k) * (aa * tc (k) + bb) + cc) + dd * tc (k) + ee
vti (k) = vi0 * exp (log_10 * vti (k)) * 0.8
vti (k) = vi0 * exp (log_10 * vti (k)) * 0.9
vti (k) = min (vi_max, max (vf_min, vti (k)))
endif
enddo
Expand Down
Empty file modified physics/module_sf_noahmp_glacier.f90
100755 → 100644
Empty file.
Empty file modified physics/module_sf_noahmplsm.f90
100755 → 100644
Empty file.
Empty file modified physics/noahmp_tables.f90
100755 → 100644
Empty file.
Empty file modified physics/sfc_noahmp_drv.f
100755 → 100644
Empty file.

0 comments on commit 4c7dcaa

Please sign in to comment.