MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
meshmodelmodule::nc_array_export_if Interface Reference

abstract interfaces for derived ugrid netcd export types More...

Collaboration diagram for meshmodelmodule::nc_array_export_if:
Collaboration graph

Private Member Functions

subroutine nc_array_export_if (this, pkgtype, pkgname, mempath, idt)
 

Detailed Description

Definition at line 79 of file MeshNCModel.f90.

Constructor & Destructor Documentation

◆ nc_array_export_if()

subroutine meshmodelmodule::nc_array_export_if::nc_array_export_if ( class(meshmodeltype), intent(inout)  this,
character(len=*), intent(in)  pkgtype,
character(len=*), intent(in)  pkgname,
character(len=*), intent(in)  mempath,
type(inputparamdefinitiontype), intent(in), pointer  idt 
)
private

Definition at line 79 of file MeshNCModel.f90.

80  import meshmodeltype, inputparamdefinitiontype, lgp
81  class(MeshModelType), intent(inout) :: this
82  character(len=*), intent(in) :: pkgtype
83  character(len=*), intent(in) :: pkgname
84  character(len=*), intent(in) :: mempath
85  type(InputParamDefinitionType), pointer, intent(in) :: idt

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