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

base ugrid netcdf export type More...

Inheritance diagram for meshmodelmodule::meshmodeltype:
Inheritance graph
Collaboration diagram for meshmodelmodule::meshmodeltype:
Collaboration graph

Private Member Functions

procedure mesh_init
 
procedure mesh_destroy
 
procedure add_global_att
 
procedure(nc_array_export_if), deferred export_input_array
 
procedure export_input_arrays
 
procedure add_pkg_data
 
procedure define_dependent
 
procedure define_gridmap
 
procedure export_input
 
procedure(model_define), deferred df
 
procedure(model_step), deferred step
 
procedure(package_export), deferred package_step
 
procedure(package_export_ilayer), deferred package_step_ilayer
 
procedure init => export_init
 
procedure get => export_get
 
procedure input_attribute
 
procedure destroy => export_destroy
 

Private Attributes

type(meshncdimidtypedim_ids
 dimension ids More...
 
type(meshncvaridtypevar_ids
 variable ids More...
 
integer(i4b) nlay
 number of layers More...
 
integer(i4b), pointer chunk_face
 chunking parameter for face dimension More...
 
type(listtypepkglist
 
character(len=lenmodelname) modelname
 name of model More...
 
character(len=lencomponentname) modeltype
 type of model More...
 
character(len=linelength) modelfname
 name of model input file More...
 
character(len=linelength) nc_fname
 name of netcdf export file More...
 
character(len=linelength) gridmap_name
 name of grid mapping variable More...
 
character(len=linelength) mesh_name = 'mesh'
 name of mesh container variable More...
 
character(len=lenmempath) dis_mempath
 discretization input mempath More...
 
character(len=lenmempath) ncf_mempath
 netcdf utility package input mempath More...
 
character(len=lenbigline) ogc_wkt
 wkt user string More...
 
character(len=linelength) datetime
 export file creation time More...
 
character(len=linelength) xname
 dependent variable name More...
 
type(ncexportannotation) annotation
 export file annotation More...
 
real(dp), dimension(:), pointer, contiguous x
 dependent variable pointer More...
 
integer(i4b) disenum
 type of discretization More...
 
integer(i4b) ncid
 netcdf file descriptor More...
 
integer(i4b) stepcnt
 simulation step count More...
 
integer(i4b) totnstp
 simulation total number of steps More...
 
integer(i4b), pointer deflate
 variable deflate level More...
 
integer(i4b), pointer shuffle
 variable shuffle filter More...
 
integer(i4b), pointer input_attr
 assign variable input attr More...
 
integer(i4b), pointer chunk_time
 chunking parameter for time dimension More...
 
integer(i4b) iout
 lst file descriptor More...
 
logical(lgp) chunking_active
 have chunking parameters been provided More...
 

Detailed Description

Definition at line 60 of file MeshNCModel.f90.

Member Function/Subroutine Documentation

◆ add_global_att()

procedure meshmodelmodule::meshmodeltype::add_global_att
private

Definition at line 68 of file MeshNCModel.f90.

◆ add_pkg_data()

procedure meshmodelmodule::meshmodeltype::add_pkg_data
private

Definition at line 71 of file MeshNCModel.f90.

◆ define_dependent()

procedure meshmodelmodule::meshmodeltype::define_dependent
private

Definition at line 72 of file MeshNCModel.f90.

◆ define_gridmap()

procedure meshmodelmodule::meshmodeltype::define_gridmap
private

Definition at line 73 of file MeshNCModel.f90.

◆ destroy()

procedure ncmodelexportmodule::ncmodelexporttype::destroy
privateinherited

Definition at line 95 of file NCModel.f90.

◆ df()

procedure(model_define), deferred ncmodelexportmodule::ncbasemodelexporttype::df
privateinherited

Definition at line 103 of file NCModel.f90.

◆ export_input()

procedure ncmodelexportmodule::ncbasemodelexporttype::export_input
privateinherited

Definition at line 102 of file NCModel.f90.

◆ export_input_array()

procedure(nc_array_export_if), deferred meshmodelmodule::meshmodeltype::export_input_array
private

Definition at line 69 of file MeshNCModel.f90.

◆ export_input_arrays()

procedure meshmodelmodule::meshmodeltype::export_input_arrays
private

Definition at line 70 of file MeshNCModel.f90.

◆ get()

procedure ncmodelexportmodule::ncmodelexporttype::get
privateinherited

Definition at line 93 of file NCModel.f90.

◆ init()

procedure ncmodelexportmodule::ncmodelexporttype::init
privateinherited

Definition at line 92 of file NCModel.f90.

◆ input_attribute()

procedure ncmodelexportmodule::ncmodelexporttype::input_attribute
privateinherited

Definition at line 94 of file NCModel.f90.

◆ mesh_destroy()

procedure meshmodelmodule::meshmodeltype::mesh_destroy
private

Definition at line 67 of file MeshNCModel.f90.

◆ mesh_init()

procedure meshmodelmodule::meshmodeltype::mesh_init
private

Definition at line 66 of file MeshNCModel.f90.

◆ package_step()

procedure(package_export), deferred ncmodelexportmodule::ncbasemodelexporttype::package_step
privateinherited

Definition at line 105 of file NCModel.f90.

◆ package_step_ilayer()

procedure(package_export_ilayer), deferred ncmodelexportmodule::ncbasemodelexporttype::package_step_ilayer
privateinherited

Definition at line 106 of file NCModel.f90.

◆ step()

procedure(model_step), deferred ncmodelexportmodule::ncbasemodelexporttype::step
privateinherited

Definition at line 104 of file NCModel.f90.

Member Data Documentation

◆ annotation

type(ncexportannotation) ncmodelexportmodule::ncmodelexporttype::annotation
privateinherited

Definition at line 79 of file NCModel.f90.

79  type(NCExportAnnotation) :: annotation !< export file annotation

◆ chunk_face

integer(i4b), pointer meshmodelmodule::meshmodeltype::chunk_face
private

Definition at line 64 of file MeshNCModel.f90.

64  integer(I4B), pointer :: chunk_face !< chunking parameter for face dimension

◆ chunk_time

integer(i4b), pointer ncmodelexportmodule::ncmodelexporttype::chunk_time
privateinherited

Definition at line 88 of file NCModel.f90.

88  integer(I4B), pointer :: chunk_time !< chunking parameter for time dimension

◆ chunking_active

logical(lgp) ncmodelexportmodule::ncmodelexporttype::chunking_active
privateinherited

Definition at line 90 of file NCModel.f90.

90  logical(LGP) :: chunking_active !< have chunking parameters been provided

◆ datetime

character(len=linelength) ncmodelexportmodule::ncmodelexporttype::datetime
privateinherited

Definition at line 77 of file NCModel.f90.

77  character(len=LINELENGTH) :: datetime !< export file creation time

◆ deflate

integer(i4b), pointer ncmodelexportmodule::ncmodelexporttype::deflate
privateinherited

Definition at line 85 of file NCModel.f90.

85  integer(I4B), pointer :: deflate !< variable deflate level

◆ dim_ids

type(meshncdimidtype) meshmodelmodule::meshmodeltype::dim_ids
private

Definition at line 61 of file MeshNCModel.f90.

61  type(MeshNCDimIdType) :: dim_ids !< dimension ids

◆ dis_mempath

character(len=lenmempath) ncmodelexportmodule::ncmodelexporttype::dis_mempath
privateinherited

Definition at line 74 of file NCModel.f90.

74  character(len=LENMEMPATH) :: dis_mempath !< discretization input mempath

◆ disenum

integer(i4b) ncmodelexportmodule::ncmodelexporttype::disenum
privateinherited

Definition at line 81 of file NCModel.f90.

81  integer(I4B) :: disenum !< type of discretization

◆ gridmap_name

character(len=linelength) ncmodelexportmodule::ncmodelexporttype::gridmap_name
privateinherited

Definition at line 72 of file NCModel.f90.

72  character(len=LINELENGTH) :: gridmap_name !< name of grid mapping variable

◆ input_attr

integer(i4b), pointer ncmodelexportmodule::ncmodelexporttype::input_attr
privateinherited

Definition at line 87 of file NCModel.f90.

87  integer(I4B), pointer :: input_attr !< assign variable input attr

◆ iout

integer(i4b) ncmodelexportmodule::ncmodelexporttype::iout
privateinherited

Definition at line 89 of file NCModel.f90.

89  integer(I4B) :: iout !< lst file descriptor

◆ mesh_name

character(len=linelength) ncmodelexportmodule::ncmodelexporttype::mesh_name = 'mesh'
privateinherited

Definition at line 73 of file NCModel.f90.

73  character(len=LINELENGTH) :: mesh_name = 'mesh' !< name of mesh container variable

◆ modelfname

character(len=linelength) ncmodelexportmodule::ncmodelexporttype::modelfname
privateinherited

Definition at line 70 of file NCModel.f90.

70  character(len=LINELENGTH) :: modelfname !< name of model input file

◆ modelname

character(len=lenmodelname) ncmodelexportmodule::ncmodelexporttype::modelname
privateinherited

Definition at line 68 of file NCModel.f90.

68  character(len=LENMODELNAME) :: modelname !< name of model

◆ modeltype

character(len=lencomponentname) ncmodelexportmodule::ncmodelexporttype::modeltype
privateinherited

Definition at line 69 of file NCModel.f90.

69  character(len=LENCOMPONENTNAME) :: modeltype !< type of model

◆ nc_fname

character(len=linelength) ncmodelexportmodule::ncmodelexporttype::nc_fname
privateinherited

Definition at line 71 of file NCModel.f90.

71  character(len=LINELENGTH) :: nc_fname !< name of netcdf export file

◆ ncf_mempath

character(len=lenmempath) ncmodelexportmodule::ncmodelexporttype::ncf_mempath
privateinherited

Definition at line 75 of file NCModel.f90.

75  character(len=LENMEMPATH) :: ncf_mempath !< netcdf utility package input mempath

◆ ncid

integer(i4b) ncmodelexportmodule::ncmodelexporttype::ncid
privateinherited

Definition at line 82 of file NCModel.f90.

82  integer(I4B) :: ncid !< netcdf file descriptor

◆ nlay

integer(i4b) meshmodelmodule::meshmodeltype::nlay
private

Definition at line 63 of file MeshNCModel.f90.

63  integer(I4B) :: nlay !< number of layers

◆ ogc_wkt

character(len=lenbigline) ncmodelexportmodule::ncmodelexporttype::ogc_wkt
privateinherited

Definition at line 76 of file NCModel.f90.

76  character(len=LENBIGLINE) :: ogc_wkt !< wkt user string

◆ pkglist

type(listtype) ncmodelexportmodule::ncmodelexporttype::pkglist
privateinherited

Definition at line 67 of file NCModel.f90.

67  type(ListType) :: pkglist

◆ shuffle

integer(i4b), pointer ncmodelexportmodule::ncmodelexporttype::shuffle
privateinherited

Definition at line 86 of file NCModel.f90.

86  integer(I4B), pointer :: shuffle !< variable shuffle filter

◆ stepcnt

integer(i4b) ncmodelexportmodule::ncmodelexporttype::stepcnt
privateinherited

Definition at line 83 of file NCModel.f90.

83  integer(I4B) :: stepcnt !< simulation step count

◆ totnstp

integer(i4b) ncmodelexportmodule::ncmodelexporttype::totnstp
privateinherited

Definition at line 84 of file NCModel.f90.

84  integer(I4B) :: totnstp !< simulation total number of steps

◆ var_ids

type(meshncvaridtype) meshmodelmodule::meshmodeltype::var_ids
private

Definition at line 62 of file MeshNCModel.f90.

62  type(MeshNCVarIdType) :: var_ids !< variable ids

◆ x

real(dp), dimension(:), pointer, contiguous ncmodelexportmodule::ncmodelexporttype::x
privateinherited

Definition at line 80 of file NCModel.f90.

80  real(DP), dimension(:), pointer, contiguous :: x !< dependent variable pointer

◆ xname

character(len=linelength) ncmodelexportmodule::ncmodelexporttype::xname
privateinherited

Definition at line 78 of file NCModel.f90.

78  character(len=LINELENGTH) :: xname !< dependent variable name

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