MODFLOW 6  version 6.8.0.dev0
USGS Modular Hydrologic Model
tvbasemodule::apply_row_changes Interface Reference

Apply this node's current input value(s) to the model property array(s). More...

Collaboration diagram for tvbasemodule::apply_row_changes:
Collaboration graph

Private Member Functions

subroutine apply_row_changes (this, nodeu, node)
 

Detailed Description

Called for every tracked node; each field's own DNODATA check determines whether there is anything to do. node may be invalid even when a field has a value at nodeu, so each live-field branch must validate node itself before using it.

Definition at line 72 of file TvBase.f90.

Constructor & Destructor Documentation

◆ apply_row_changes()

subroutine tvbasemodule::apply_row_changes::apply_row_changes ( class(tvbasetype this,
integer(i4b), intent(in)  nodeu,
integer(i4b), intent(in)  node 
)
private
Parameters
[in]nodeuunreduced node number, indexes the permanent input arrays
[in]nodereduced node number; may be invalid, see above

Definition at line 72 of file TvBase.f90.

73  ! -- modules
74  use kindmodule, only: i4b
75  import tvbasetype
76  ! -- dummy
77  class(TvBaseType) :: this
78  integer(I4B), intent(in) :: nodeu !< unreduced node number, indexes the permanent input arrays
79  integer(I4B), intent(in) :: node !< reduced node number; may be invalid, see above
This module defines variable data types.
Definition: kind.f90:8

The documentation for this interface was generated from the following file: