MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Modules | |
module | nccontextbuildmodule |
This module contains the NCContextBuildModule. | |
Functions/Subroutines | |
integer(i4b) function, public | nccontextbuildmodule::open_ncfile (nc_fname, iout) |
open netcdf file More... | |
subroutine | nccontextbuildmodule::add_package_var (modeltype, modelname, nc_vars, input_name, varid, iout) |
add a package input variable to nc_vars structure More... | |
character(len=netcdf_attr_strlen) function | nccontextbuildmodule::verify_global_attr (modeltype, modelname, input_name, nc_fname, ncid) |
verify global attribute modflow6_grid is present and return value More... | |
subroutine, public | nccontextbuildmodule::create_netcdf_context (modeltype, modelname, input_name, nc_vars, nc_fname, ncid, iout) |
create internal description of modflow6 input variables in netcdf file More... | |