MODFLOW 6  version 6.8.0.dev0
USGS Modular Hydrologic Model
StructVector.f90 File Reference

Go to the source code of this file.

Data Types

type  structvectormodule::tsstringloctype
 derived type which describes time series string field More...
 
type  structvectormodule::structvectortype
 derived type for generic vector More...
 

Modules

module  structvectormodule
 This module contains the StructVectorModule.
 

Enumerations

enum  
 

Functions/Subroutines

real(dp) function structvectormodule::sv_read_token (this, token, structarray_col, col, row)
 
subroutine structvectormodule::sv_add_ts_strloc (this, token, structarray_col, col, row)
 
class(tsstringloctype) function, pointer structvectormodule::sv_get_ts_strloc (this, idx)
 
subroutine structvectormodule::sv_clear (this)
 

Variables

@, public structvectormodule::mtype_undef = 0
 undefined memtype More...
 
@, public structvectormodule::mtype_int = 1
 int1d column More...
 
@, public structvectormodule::mtype_dbl = 2
 dbl1d column More...
 
@, public structvectormodule::mtype_str = 3
 charstr1d column More...
 
@, public structvectormodule::mtype_intvec = 4
 intvector column More...
 
@, public structvectormodule::mtype_int2d = 5
 int2d (NCELLDIM) column More...
 
@, public structvectormodule::mtype_dbl2d = 6
 dbl2d (NAUX/NSEG) column More...