Skip to content

Commit

Permalink
Fixed brackets.
Browse files Browse the repository at this point in the history
  • Loading branch information
drnimbusrain committed Mar 28, 2024
1 parent a07f82a commit 2237f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/module_sf_noahmplsm.F90
Original file line number Diff line number Diff line change
Expand Up @@ -4414,7 +4414,7 @@ subroutine vege_flux(parameters,nsnow ,nsoil ,isnow ,vegtyp ,veg , &
! update ch for output
ch = cah
chleaf = cvh
chuc = (1./rahg)
chuc = 1./rahg

end subroutine vege_flux

Expand Down

0 comments on commit 2237f0e

Please sign in to comment.