Skip to content

Commit

Permalink
update fates interface and submodule for hetresp issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Nov 6, 2023
1 parent a15a967 commit e7921a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/elm/src/main/elmfates_interfaceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2914,7 +2914,7 @@ subroutine WrapUpdateFatesRmean(this, nc)
end do
end do

call UpdateFatesRMeansTStep(this%fates(nc)%sites,this%fates(nc)%bc_in)
call UpdateFatesRMeansTStep(this%fates(nc)%sites,this%fates(nc)%bc_in,this%fates(nc)%bc_out)

end subroutine WrapUpdateFatesRmean

Expand Down

0 comments on commit e7921a0

Please sign in to comment.