MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data structure to transfer input configuration to the. More...
Public Member Functions | |
procedure, pass(this) | construct |
procedure, pass(this) | destruct |
Public Attributes | |
real(dp) | viscref |
see VSC for description More... | |
integer(i4b) | nviscspecies |
see VSC for description More... | |
integer(i4b), dimension(:), pointer | ivisc => null() |
indicates if species uses linear or nonlinear relationship More... | |
real(dp), dimension(:), pointer, contiguous | dviscdc => null() |
see VSC for description More... | |
real(dp), dimension(:), pointer, contiguous | cviscref => null() |
see VSC for description More... | |
character(len=lenmodelname), dimension(:), allocatable | cmodelname |
see VSC for description More... | |
character(len=lenauxname), dimension(:), allocatable | cauxspeciesname |
see VSC for description More... | |
Definition at line 10 of file GwfVscInputData.f90.
procedure, pass(this) gwfvscinputdatamodule::gwfvscinputdatatype::construct |
Definition at line 24 of file GwfVscInputData.f90.
procedure, pass(this) gwfvscinputdatamodule::gwfvscinputdatatype::destruct |
Definition at line 25 of file GwfVscInputData.f90.
character(len=lenauxname), dimension(:), allocatable gwfvscinputdatamodule::gwfvscinputdatatype::cauxspeciesname |
Definition at line 21 of file GwfVscInputData.f90.
character(len=lenmodelname), dimension(:), allocatable gwfvscinputdatamodule::gwfvscinputdatatype::cmodelname |
Definition at line 20 of file GwfVscInputData.f90.
real(dp), dimension(:), pointer, contiguous gwfvscinputdatamodule::gwfvscinputdatatype::cviscref => null() |
Definition at line 19 of file GwfVscInputData.f90.
real(dp), dimension(:), pointer, contiguous gwfvscinputdatamodule::gwfvscinputdatatype::dviscdc => null() |
Definition at line 18 of file GwfVscInputData.f90.
integer(i4b), dimension(:), pointer gwfvscinputdatamodule::gwfvscinputdatatype::ivisc => null() |
Definition at line 17 of file GwfVscInputData.f90.
integer(i4b) gwfvscinputdatamodule::gwfvscinputdatatype::nviscspecies |
Definition at line 15 of file GwfVscInputData.f90.
real(dp) gwfvscinputdatamodule::gwfvscinputdatatype::viscref |
Definition at line 13 of file GwfVscInputData.f90.