MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
NCFileVars.f90 File Reference

Go to the source code of this file.

Data Types

type  ncfilevarsmodule::ncpackagevarstype
 Type describing input variables for a package in NetCDF file. More...
 
type  ncfilevarsmodule::ncfilemf6vartype
 Type which describes a modflow input variable in a netcdf file. More...
 
type  ncfilevarsmodule::ncfilevarstype
 Type describing modflow6 input variables in model NetCDF file. More...
 

Modules

module  ncfilevarsmodule
 This module contains the NCFileVarsModule.
 

Functions/Subroutines

subroutine ncfilevarsmodule::ncvars_init (this, modelname)
 create netcdf package variable lists More...
 
integer(i4b) function ncfilevarsmodule::ncvars_varid (this, tagname, layer, period, iaux)
 return a netcdf variable id for a package tagname More...
 
subroutine ncfilevarsmodule::ncvars_destroy (this)
 destroy netcdf package variable lists More...
 
subroutine ncfilevarsmodule::fv_init (this, modelname, nc_fname, ncid, grid)
 initialize netcdf model variable description type More...
 
subroutine ncfilevarsmodule::fv_add (this, pkgname, tagname, layer, period, iaux, varid)
 add netcdf modflow6 input variable to list More...
 
subroutine ncfilevarsmodule::fv_destroy (this)
 destroy netcdf model variable description type More...
 
subroutine ncfilevarsmodule::create_varlists (this, modelname, pkgname, nc_vars)
 create list of variables that correspond to a package More...
 
class(ncfilemf6vartype) function, pointer ncfilevarsmodule::ncvar_get (nc_vars, idx)
 get modflow6 input variable description at position idx More...