|
subroutine | load_init_if (this, mf6_input, component_name, component_input_name, input_name, iperblock, parser, iout) |
|
Definition at line 34 of file AsciiInputLoadType.f90.
◆ load_init_if()
subroutine asciiinputloadtypemodule::load_init_if::load_init_if |
( |
class(asciidynamicpkgloadbasetype), intent(inout) |
this, |
|
|
type(modflowinputtype), intent(in) |
mf6_input, |
|
|
character(len=*), intent(in) |
component_name, |
|
|
character(len=*), intent(in) |
component_input_name, |
|
|
character(len=*), intent(in) |
input_name, |
|
|
integer(i4b), intent(in) |
iperblock, |
|
|
type(blockparsertype), intent(inout), pointer |
parser, |
|
|
integer(i4b), intent(in) |
iout |
|
) |
| |
|
private |
- Parameters
-
[in] | mf6_input | description of input |
[in] | component_name | component name |
[in] | component_input_name | component input name, e.g. model name file |
[in] | input_name | input name, e.g. package *.chd file |
[in] | iperblock | index of period block on block definition list |
[in,out] | parser | block parser |
Definition at line 34 of file AsciiInputLoadType.f90.
37 import i4b, asciidynamicpkgloadbasetype, blockparsertype, modflowinputtype
38 class(AsciiDynamicPkgLoadBaseType),
intent(inout) :: this
39 type(ModflowInputType),
intent(in) :: mf6_input
40 character(len=*),
intent(in) :: component_name
41 character(len=*),
intent(in) :: component_input_name
42 character(len=*),
intent(in) :: input_name
43 integer(I4B),
intent(in) :: iperblock
44 type(BlockParserType),
pointer,
intent(inout) :: parser
45 integer(I4B),
intent(in) :: iout
The documentation for this interface was generated from the following file: