MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
asciiinputloadtypemodule::load_init_if Interface Reference
Collaboration diagram for asciiinputloadtypemodule::load_init_if:
Collaboration graph

Private Member Functions

subroutine load_init_if (this, mf6_input, component_name, component_input_name, input_name, iperblock, parser, iout)
 

Detailed Description

Definition at line 34 of file AsciiInputLoadType.f90.

Constructor & Destructor Documentation

◆ 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_inputdescription of input
[in]component_namecomponent name
[in]component_input_namecomponent input name, e.g. model name file
[in]input_nameinput name, e.g. package *.chd file
[in]iperblockindex of period block on block definition list
[in,out]parserblock 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 !< description of input
40  character(len=*), intent(in) :: component_name !< component name
41  character(len=*), intent(in) :: component_input_name !< component input name, e.g. model name file
42  character(len=*), intent(in) :: input_name !< input name, e.g. package *.chd file
43  integer(I4B), intent(in) :: iperblock !< index of period block on block definition list
44  type(BlockParserType), pointer, intent(inout) :: parser !< block parser
45  integer(I4B), intent(in) :: iout

The documentation for this interface was generated from the following file: