MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | distvartype |
Functions/Subroutines | |
class(distvartype) function, pointer, public | getdistvarfromlist (list, idx) |
class(distvartype) function, pointer | castasdistvar (obj) |
Variables | |
integer(i4b), parameter, public | sync_scl = 0 |
synchronize as scalar More... | |
integer(i4b), parameter, public | sync_nds = 1 |
synchronize over nodes More... | |
integer(i4b), parameter, public | sync_con = 2 |
synchronize over connections More... | |
integer(i4b), parameter, public | sync_exg = 3 |
synchronize as exchange variable More... | |
|
private |
class(distvartype) function, pointer, public distvariablemodule::getdistvarfromlist | ( | type(listtype), intent(inout) | list, |
integer(i4b), intent(in) | idx | ||
) |
Definition at line 30 of file DistributedVariable.f90.
integer(i4b), parameter, public distvariablemodule::sync_con = 2 |
Definition at line 15 of file DistributedVariable.f90.
integer(i4b), parameter, public distvariablemodule::sync_exg = 3 |
Definition at line 16 of file DistributedVariable.f90.
integer(i4b), parameter, public distvariablemodule::sync_nds = 1 |
Definition at line 14 of file DistributedVariable.f90.
integer(i4b), parameter, public distvariablemodule::sync_scl = 0 |
Definition at line 13 of file DistributedVariable.f90.