Definition at line 36 of file NCModel.f90.
◆ destroy()
procedure ncmodelexportmodule::exportpackagetype::destroy |
|
private |
◆ init()
procedure ncmodelexportmodule::exportpackagetype::init |
|
private |
◆ iper
integer(i4b), pointer ncmodelexportmodule::exportpackagetype::iper |
|
private |
Definition at line 41 of file NCModel.f90.
41 integer(I4B),
pointer :: iper
◆ iper_export
integer(i4b) ncmodelexportmodule::exportpackagetype::iper_export |
|
private |
Definition at line 42 of file NCModel.f90.
42 integer(I4B) :: iper_export
◆ mf6_input
Definition at line 37 of file NCModel.f90.
37 type(ModflowInputType) :: mf6_input
◆ mshape
integer(i4b), dimension(:), pointer, contiguous ncmodelexportmodule::exportpackagetype::mshape => null() |
|
private |
Definition at line 40 of file NCModel.f90.
40 integer(I4B),
dimension(:),
pointer,
contiguous :: mshape => null()
◆ nparam
integer(i4b) ncmodelexportmodule::exportpackagetype::nparam |
|
private |
Definition at line 43 of file NCModel.f90.
43 integer(I4B) :: nparam
◆ param_names
character(len=linelength), dimension(:), allocatable ncmodelexportmodule::exportpackagetype::param_names |
|
private |
Definition at line 38 of file NCModel.f90.
38 character(len=LINELENGTH),
dimension(:),
allocatable :: param_names
◆ param_reads
type(readstatevartype), dimension(:), allocatable ncmodelexportmodule::exportpackagetype::param_reads |
|
private |
Definition at line 39 of file NCModel.f90.
39 type(ReadStateVarType),
dimension(:),
allocatable :: param_reads
The documentation for this type was generated from the following file:
- /home/runner/work/modflow6/modflow6/src/Utilities/Export/NCModel.f90