Ascii grid based dynamic loader type.
More...
|
integer(i4b) | tas_active |
| Are TAS6 inputs defined. More...
|
|
type(characterstringtype), dimension(:), pointer, contiguous | aux_tasnames |
| array of AUXVAR TAS names More...
|
|
type(characterstringtype), dimension(:), pointer, contiguous | param_tasnames |
| array of dynamic param TAS names More...
|
|
type(readstatevartype), dimension(:), allocatable | param_reads |
| read states for current load More...
|
|
type(timearrayseriesmanagertype), pointer | tasmanager |
| TAS manager. More...
|
|
type(boundinputcontexttype) | bound_context |
|
type(modflowinputtype) | mf6_input |
| description of modflow6 input More...
|
|
type(ncpackagevarstype), pointer | nc_vars => null() |
|
character(len=lencomponentname) | component_name |
| name of component More...
|
|
character(len=linelength) | component_input_name |
| component input name, e.g. model name file More...
|
|
character(len=linelength) | input_name |
| input name, e.g. package *.chd file More...
|
|
character(len=linelength), dimension(:), allocatable | param_names |
| dynamic param tagnames More...
|
|
logical(lgp) | readasarrays |
| is this array based input More...
|
|
integer(i4b) | iperblock |
| index of period block on block definition list More...
|
|
integer(i4b) | iout |
| inunit number for logging More...
|
|
integer(i4b) | nparam |
| number of in scope params More...
|
|
Definition at line 30 of file Mf6FileGridInput.f90.
◆ ad()
procedure mf6filegridinputmodule::boundgridinputtype::ad |
|
private |
◆ ainit()
procedure mf6filegridinputmodule::boundgridinputtype::ainit |
|
private |
◆ destroy()
procedure mf6filegridinputmodule::boundgridinputtype::destroy |
|
private |
◆ df()
procedure mf6filegridinputmodule::boundgridinputtype::df |
|
private |
◆ init()
procedure inputloadtypemodule::dynamicpkgloadtype::init |
|
privateinherited |
◆ init_charstr1d()
procedure mf6filegridinputmodule::boundgridinputtype::init_charstr1d |
|
private |
◆ param_load()
procedure mf6filegridinputmodule::boundgridinputtype::param_load |
|
private |
◆ params_alloc()
procedure mf6filegridinputmodule::boundgridinputtype::params_alloc |
|
private |
◆ reset()
procedure mf6filegridinputmodule::boundgridinputtype::reset |
|
private |
◆ rp()
procedure mf6filegridinputmodule::boundgridinputtype::rp |
|
private |
◆ tas_arrays_alloc()
procedure mf6filegridinputmodule::boundgridinputtype::tas_arrays_alloc |
|
private |
◆ tas_links_create()
procedure mf6filegridinputmodule::boundgridinputtype::tas_links_create |
|
private |
◆ aux_tasnames
type(characterstringtype), dimension(:), pointer, contiguous mf6filegridinputmodule::boundgridinputtype::aux_tasnames |
|
private |
Definition at line 32 of file Mf6FileGridInput.f90.
32 type(CharacterStringType),
dimension(:),
contiguous, &
33 pointer :: aux_tasnames
◆ bound_context
◆ component_input_name
character(len=linelength) inputloadtypemodule::dynamicpkgloadtype::component_input_name |
|
privateinherited |
Definition at line 82 of file InputLoadType.f90.
82 character(len=LINELENGTH) :: component_input_name
◆ component_name
character(len=lencomponentname) inputloadtypemodule::dynamicpkgloadtype::component_name |
|
privateinherited |
Definition at line 81 of file InputLoadType.f90.
81 character(len=LENCOMPONENTNAME) :: component_name
◆ input_name
character(len=linelength) inputloadtypemodule::dynamicpkgloadtype::input_name |
|
privateinherited |
◆ iout
integer(i4b) inputloadtypemodule::dynamicpkgloadtype::iout |
|
privateinherited |
◆ iperblock
integer(i4b) inputloadtypemodule::dynamicpkgloadtype::iperblock |
|
privateinherited |
◆ mf6_input
◆ nc_vars
type(ncpackagevarstype), pointer inputloadtypemodule::dynamicpkgloadtype::nc_vars => null() |
|
privateinherited |
Definition at line 80 of file InputLoadType.f90.
80 type(NCPackageVarsType),
pointer :: nc_vars => null()
◆ nparam
integer(i4b) inputloadtypemodule::dynamicpkgloadtype::nparam |
|
privateinherited |
◆ param_names
character(len=linelength), dimension(:), allocatable inputloadtypemodule::dynamicpkgloadtype::param_names |
|
privateinherited |
Definition at line 84 of file InputLoadType.f90.
84 character(len=LINELENGTH),
dimension(:),
allocatable :: param_names
◆ param_reads
type(readstatevartype), dimension(:), allocatable mf6filegridinputmodule::boundgridinputtype::param_reads |
|
private |
Definition at line 36 of file Mf6FileGridInput.f90.
36 type(ReadStateVarType),
dimension(:),
allocatable :: param_reads
◆ param_tasnames
type(characterstringtype), dimension(:), pointer, contiguous mf6filegridinputmodule::boundgridinputtype::param_tasnames |
|
private |
Definition at line 34 of file Mf6FileGridInput.f90.
34 type(CharacterStringType),
dimension(:),
contiguous, &
35 pointer :: param_tasnames
◆ readasarrays
logical(lgp) inputloadtypemodule::dynamicpkgloadtype::readasarrays |
|
privateinherited |
◆ tas_active
integer(i4b) mf6filegridinputmodule::boundgridinputtype::tas_active |
|
private |
◆ tasmanager
Definition at line 37 of file Mf6FileGridInput.f90.
37 type(TimeArraySeriesManagerType),
pointer :: tasmanager
The documentation for this type was generated from the following file: