MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
meshmodelmodule::meshncvaridtype Type Reference

type for storing model export variable ids More...

Collaboration diagram for meshmodelmodule::meshncvaridtype:
Collaboration graph

Private Attributes

integer(i4b) mesh
 mesh container variable More...
 
integer(i4b) mesh_node_x
 mesh nodes x array More...
 
integer(i4b) mesh_node_y
 mesh nodes y array More...
 
integer(i4b) mesh_face_x
 mesh faces x location array More...
 
integer(i4b) mesh_face_y
 mesh faces y location array More...
 
integer(i4b) mesh_face_xbnds
 mesh faces 2D x bounds array More...
 
integer(i4b) mesh_face_ybnds
 mesh faces 2D y bounds array More...
 
integer(i4b) mesh_face_nodes
 mesh faces 2D nodes array More...
 
integer(i4b) time
 time coordinate variable More...
 
integer(i4b), dimension(:), allocatable dependent
 layered dependent variables array More...
 

Detailed Description

Definition at line 44 of file MeshNCModel.f90.

Member Data Documentation

◆ dependent

integer(i4b), dimension(:), allocatable meshmodelmodule::meshncvaridtype::dependent
private

Definition at line 54 of file MeshNCModel.f90.

54  integer(I4B), dimension(:), allocatable :: dependent !< layered dependent variables array

◆ mesh

integer(i4b) meshmodelmodule::meshncvaridtype::mesh
private

Definition at line 45 of file MeshNCModel.f90.

45  integer(I4B) :: mesh !< mesh container variable

◆ mesh_face_nodes

integer(i4b) meshmodelmodule::meshncvaridtype::mesh_face_nodes
private

Definition at line 52 of file MeshNCModel.f90.

52  integer(I4B) :: mesh_face_nodes !< mesh faces 2D nodes array

◆ mesh_face_x

integer(i4b) meshmodelmodule::meshncvaridtype::mesh_face_x
private

Definition at line 48 of file MeshNCModel.f90.

48  integer(I4B) :: mesh_face_x !< mesh faces x location array

◆ mesh_face_xbnds

integer(i4b) meshmodelmodule::meshncvaridtype::mesh_face_xbnds
private

Definition at line 50 of file MeshNCModel.f90.

50  integer(I4B) :: mesh_face_xbnds !< mesh faces 2D x bounds array

◆ mesh_face_y

integer(i4b) meshmodelmodule::meshncvaridtype::mesh_face_y
private

Definition at line 49 of file MeshNCModel.f90.

49  integer(I4B) :: mesh_face_y !< mesh faces y location array

◆ mesh_face_ybnds

integer(i4b) meshmodelmodule::meshncvaridtype::mesh_face_ybnds
private

Definition at line 51 of file MeshNCModel.f90.

51  integer(I4B) :: mesh_face_ybnds !< mesh faces 2D y bounds array

◆ mesh_node_x

integer(i4b) meshmodelmodule::meshncvaridtype::mesh_node_x
private

Definition at line 46 of file MeshNCModel.f90.

46  integer(I4B) :: mesh_node_x !< mesh nodes x array

◆ mesh_node_y

integer(i4b) meshmodelmodule::meshncvaridtype::mesh_node_y
private

Definition at line 47 of file MeshNCModel.f90.

47  integer(I4B) :: mesh_node_y !< mesh nodes y array

◆ time

integer(i4b) meshmodelmodule::meshncvaridtype::time
private

Definition at line 53 of file MeshNCModel.f90.

53  integer(I4B) :: time !< time coordinate variable

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