Skip to content

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
HelinWei-NOAA committed Aug 14, 2024
1 parent f400d53 commit 5ba365e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions physics/SFC_Models/Land/Noahmp/noahmpdrv.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1144,9 +1144,6 @@ subroutine noahmpdrv_run &
chxy (i) = ch_noahmp
zorl (i) = z0_total * 100.0 ! convert to cm
ztmax (i) = z0h_total

smois (i,:) = soil_moisture_vol
sh2o (i,:) = soil_liquid_vol

!LAI-scale canopy resistance based on weighted sunlit shaded fraction
if(rs_sunlit .le. 0.0 .or. rs_shaded .le. 0.0 .or. &
Expand All @@ -1158,9 +1155,8 @@ subroutine noahmpdrv_run &
rca(i) = max((1.0/rca(i)),parameters%rsmin) !resistance
end if

smc (i,:) = soil_moisture_vol
slc (i,:) = soil_liquid_vol
>>>>>>> remotes/upstream/ufs/dev:physics/SFC_Models/Land/Noahmp/noahmpdrv.F90
smois (i,:) = soil_moisture_vol
sh2o (i,:) = soil_liquid_vol
snowxy (i) = float(snow_levels)
weasd (i) = snow_water_equiv
snicexy (i,:) = snow_level_ice
Expand Down

0 comments on commit 5ba365e

Please sign in to comment.