Skip to content

Commit

Permalink
reset fmi
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jan 17, 2025
1 parent 516c0a3 commit c3a5be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/ModelUtilities/FlowModelInterface.f90
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module FlowModelInterfaceModule
logical, pointer :: flows_from_file => null() !< if .false., then flows come from GWF through GWF-Model exg
type(ListType), pointer :: gwfbndlist => null() !< list of gwf stress packages
integer(I4B), pointer :: iflowsupdated => null() !< flows were updated for this time step
integer(I4B), dimension(:), pointer, contiguous :: ibound => null() !< pointer to model ibound
integer(I4B), dimension(:), pointer, contiguous :: ibound => null() !< pointer to Model ibound
real(DP), dimension(:), pointer, contiguous :: gwfflowja => null() !< pointer to the GWF flowja array
real(DP), dimension(:, :), pointer, contiguous :: gwfspdis => null() !< pointer to npf specific discharge array
real(DP), dimension(:), pointer, contiguous :: gwfhead => null() !< pointer to the GWF head array
Expand Down

0 comments on commit c3a5be7

Please sign in to comment.