MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
structvectormodule::tsstringloctype Type Reference

derived type which describes time series string field More...

Collaboration diagram for structvectormodule::tsstringloctype:
Collaboration graph

Private Attributes

integer(i4b) structarray_col
 global SA column index More...
 
integer(i4b) col
 SV column (1 if 1d array) More...
 
integer(i4b) row
 SV row. More...
 
character(linelength) token
 TS string token. More...
 

Detailed Description

Definition at line 24 of file StructVector.f90.

Member Data Documentation

◆ col

integer(i4b) structvectormodule::tsstringloctype::col
private

Definition at line 26 of file StructVector.f90.

26  integer(I4B) :: col !< SV column (1 if 1d array)

◆ row

integer(i4b) structvectormodule::tsstringloctype::row
private

Definition at line 27 of file StructVector.f90.

27  integer(I4B) :: row !< SV row

◆ structarray_col

integer(i4b) structvectormodule::tsstringloctype::structarray_col
private

Definition at line 25 of file StructVector.f90.

25  integer(I4B) :: structarray_col !< global SA column index

◆ token

character(linelength) structvectormodule::tsstringloctype::token
private

Definition at line 28 of file StructVector.f90.

28  character(LINELENGTH) :: token !< TS string token

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