MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
inputdefinitionmodule::inputblockdefinitiontype Type Reference

Input block definition type. More...

Collaboration diagram for inputdefinitionmodule::inputblockdefinitiontype:
Collaboration graph

Private Attributes

character(len=linelength) blockname = ''
 name of block, e.g. DIMENSIONS More...
 
logical(lgp) required = .false.
 is the block required More...
 
logical(lgp) aggregate = .false.
 is this structarray style input More...
 
logical(lgp) block_variable = .false.
 does this block have a block variable More...
 
logical(lgp) timeseries = .false.
 does this block support timeseries More...
 

Detailed Description

This type is used to store information for how to read a modflow block

Definition at line 44 of file InputDefinition.f90.

Member Data Documentation

◆ aggregate

logical(lgp) inputdefinitionmodule::inputblockdefinitiontype::aggregate = .false.
private

Definition at line 47 of file InputDefinition.f90.

47  logical(LGP) :: aggregate = .false. !< is this structarray style input

◆ block_variable

logical(lgp) inputdefinitionmodule::inputblockdefinitiontype::block_variable = .false.
private

Definition at line 48 of file InputDefinition.f90.

48  logical(LGP) :: block_variable = .false. !< does this block have a block variable

◆ blockname

character(len=linelength) inputdefinitionmodule::inputblockdefinitiontype::blockname = ''
private

Definition at line 45 of file InputDefinition.f90.

45  character(len=LINELENGTH) :: blockname = '' !< name of block, e.g. DIMENSIONS

◆ required

logical(lgp) inputdefinitionmodule::inputblockdefinitiontype::required = .false.
private

Definition at line 46 of file InputDefinition.f90.

46  logical(LGP) :: required = .false. !< is the block required

◆ timeseries

logical(lgp) inputdefinitionmodule::inputblockdefinitiontype::timeseries = .false.
private

Definition at line 49 of file InputDefinition.f90.

49  logical(LGP) :: timeseries = .false. !< does this block support timeseries

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