MODFLOW 6  version 6.8.0.dev0
USGS Modular Hydrologic Model
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 35 of file StructVector.f90.

Member Data Documentation

◆ col

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

Definition at line 37 of file StructVector.f90.

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

◆ row

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

Definition at line 38 of file StructVector.f90.

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

◆ structarray_col

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

Definition at line 36 of file StructVector.f90.

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

◆ token

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

Definition at line 39 of file StructVector.f90.

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

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