Skip to content

Commit

Permalink
Don't reset accumulation if flag is set in namelist
Browse files Browse the repository at this point in the history
  • Loading branch information
rcabell authored and scrasmussen committed Sep 26, 2024
1 parent e993ef5 commit b95205c
Show file tree
Hide file tree
Showing 5 changed files with 968 additions and 962 deletions.
8 changes: 8 additions & 0 deletions src/CPL/NoahMP_cpl/hrldas_drv_HYDRO.F
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,14 @@ subroutine get_iocflag(did, iocflag)
iocflag = nlst(did)%io_config_outputs
end subroutine get_iocflag

subroutine get_rstrt_swc(did, restart_flag)
use config_base, only: nlst
implicit none
integer, intent(in) :: did
integer, intent(out) :: restart_flag
restart_flag = nlst(did)%RSTRT_SWC
end subroutine

subroutine get_t0OutputFlag(did, t0OutputFlag)
use config_base, only: nlst
implicit none
Expand Down
Loading

0 comments on commit b95205c

Please sign in to comment.