MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
inputloadtypemodule::staticpkgloadtype Type Reference

Static loader type. More...

Inheritance diagram for inputloadtypemodule::staticpkgloadtype:
Inheritance graph
Collaboration diagram for inputloadtypemodule::staticpkgloadtype:
Collaboration graph

Private Member Functions

procedure init => static_init
 
procedure destroy => static_destroy
 

Private Attributes

type(modflowinputtypemf6_input
 description of modflow6 input More...
 
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...
 
integer(i4b) iperblock
 index of period block on block definition list More...
 

Detailed Description

This type is a base concrete type for a static input loader

Definition at line 30 of file InputLoadType.f90.

Member Function/Subroutine Documentation

◆ destroy()

procedure inputloadtypemodule::staticpkgloadtype::destroy
private

Definition at line 38 of file InputLoadType.f90.

◆ init()

procedure inputloadtypemodule::staticpkgloadtype::init
private

Definition at line 37 of file InputLoadType.f90.

Member Data Documentation

◆ component_input_name

character(len=linelength) inputloadtypemodule::staticpkgloadtype::component_input_name
private

Definition at line 33 of file InputLoadType.f90.

33  character(len=LINELENGTH) :: component_input_name !< component input name, e.g. model name file

◆ component_name

character(len=lencomponentname) inputloadtypemodule::staticpkgloadtype::component_name
private

Definition at line 32 of file InputLoadType.f90.

32  character(len=LENCOMPONENTNAME) :: component_name !< name of component

◆ input_name

character(len=linelength) inputloadtypemodule::staticpkgloadtype::input_name
private

Definition at line 34 of file InputLoadType.f90.

34  character(len=LINELENGTH) :: input_name !< input name, e.g. package *.chd file

◆ iperblock

integer(i4b) inputloadtypemodule::staticpkgloadtype::iperblock
private

Definition at line 35 of file InputLoadType.f90.

35  integer(I4B) :: iperblock !< index of period block on block definition list

◆ mf6_input

type(modflowinputtype) inputloadtypemodule::staticpkgloadtype::mf6_input
private

Definition at line 31 of file InputLoadType.f90.

31  type(ModflowInputType) :: mf6_input !< description of modflow6 input

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