MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
This module contains the NCFileVarsModule. More...
Data Types | |
type | ncpackagevarstype |
Type describing input variables for a package in NetCDF file. More... | |
type | ncfilemf6vartype |
Type which describes a modflow input variable in a netcdf file. More... | |
type | ncfilevarstype |
Type describing modflow6 input variables in model NetCDF file. More... | |
Functions/Subroutines | |
subroutine | ncvars_init (this, modelname) |
create netcdf package variable lists More... | |
integer(i4b) function | ncvars_varid (this, tagname, layer, period, iaux) |
return a netcdf variable id for a package tagname More... | |
subroutine | ncvars_destroy (this) |
destroy netcdf package variable lists More... | |
subroutine | fv_init (this, modelname, nc_fname, ncid, grid) |
initialize netcdf model variable description type More... | |
subroutine | fv_add (this, pkgname, tagname, layer, period, iaux, varid) |
add netcdf modflow6 input variable to list More... | |
subroutine | fv_destroy (this) |
destroy netcdf model variable description type More... | |
subroutine | create_varlists (this, modelname, pkgname, nc_vars) |
create list of variables that correspond to a package More... | |
class(ncfilemf6vartype) function, pointer | ncvar_get (nc_vars, idx) |
get modflow6 input variable description at position idx More... | |
These data structures organize package input information associated with a single model netcdf input file.
|
private |
subroutine ncfilevarsmodule::fv_add | ( | class(ncfilevarstype) | this, |
character(len=*), intent(in) | pkgname, | ||
character(len=*), intent(in) | tagname, | ||
integer(i4b), intent(in) | layer, | ||
integer(i4b), intent(in) | period, | ||
integer(i4b), intent(in) | iaux, | ||
integer(i4b), intent(in) | varid | ||
) |
Definition at line 216 of file NCFileVars.f90.
subroutine ncfilevarsmodule::fv_destroy | ( | class(ncfilevarstype) | this | ) |
|
private |
Definition at line 178 of file NCFileVars.f90.
|
private |
[in] | idx | package number |
Definition at line 311 of file NCFileVars.f90.
|
private |
|
private |
Definition at line 64 of file NCFileVars.f90.
|
private |