Skip to content

Commit

Permalink
physics/moninedmf.{f,meta}: apply missing updates that were hidden in…
Browse files Browse the repository at this point in the history
… a update-from-dtc-develop commit
  • Loading branch information
climbfuji committed Apr 6, 2020
1 parent 78c03e0 commit b492f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion physics/moninedmf.f
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ subroutine hedmf_run (ix,im,km,ntrac,ntcw,dv,du,tau,rtg, &
do k = 1, kmpbl ! kmpbl is like a max possible pbl height
if (zi(i,k) .le. 500. .and. zi(i,k+1) .gt. 500.) then ! find level bracketing 500 m
spdk2 = SQRT(u1(i,k)*u1(i,k)+v1(i,k)*v1(i,k)) ! wspd near 500 m
wspm(i,1) = spdkw/0.6 ! now the Km limit for 500 m. just store in K=1
wspm(i,1) = spdk2/0.6 ! now the Km limit for 500 m. just store in K=1
wspm(i,2) = float(k) ! height of level at gridpoint i. store in K=2
endif
enddo !k
Expand Down
2 changes: 1 addition & 1 deletion physics/moninedmf.meta
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
type = logical
intent = in
optional = F
[islmsk]
[islimsk]
standard_name = sea_land_ice_mask
long_name = sea/land/ice mask (=0/1/2)
units = flag
Expand Down

0 comments on commit b492f72

Please sign in to comment.