Skip to content

Commit

Permalink
add flux update back in after inout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydro Modeller committed Feb 22, 2022
1 parent a27a543 commit 2b71366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aed_sedflux.F90
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,8 @@ SUBROUTINE aed_calculate_benthic_sedflux(data,column,layer_idx)
!
!-------------------------------------------------------------------------------

! IF ( data%sed_modl .EQ. SED_CONSTANT .OR. data%sed_modl .EQ. SED_CONSTANT_2D ) & !MH INTENT issues this comment out is temporary
! CALL aed_initialize_benthic_sedflux(data, column, layer_idx)
IF ( data%sed_modl .EQ. SED_CONSTANT .OR. data%sed_modl .EQ. SED_CONSTANT_2D ) & !MH INTENT issues this comment out is temporary
CALL aed_initialize_benthic_sedflux(data, column, layer_idx)

! print*,"sedflux oxy in zone ",zone," := ", _DIAG_VAR_S_(data%id_Fsed_oxy)
END SUBROUTINE aed_calculate_benthic_sedflux
Expand Down

0 comments on commit 2b71366

Please sign in to comment.