MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Data Types | |
type | distvariablemodule::distvartype |
Modules | |
module | distvariablemodule |
Functions/Subroutines | |
class(distvartype) function, pointer, public | distvariablemodule::getdistvarfromlist (list, idx) |
class(distvartype) function, pointer | distvariablemodule::castasdistvar (obj) |
Variables | |
integer(i4b), parameter, public | distvariablemodule::sync_scl = 0 |
synchronize as scalar More... | |
integer(i4b), parameter, public | distvariablemodule::sync_nds = 1 |
synchronize over nodes More... | |
integer(i4b), parameter, public | distvariablemodule::sync_con = 2 |
synchronize over connections More... | |
integer(i4b), parameter, public | distvariablemodule::sync_exg = 3 |
synchronize as exchange variable More... | |