![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
This module contains the NCContextBuildModule. More...
Functions/Subroutines | |
| integer(i4b) function, public | open_ncfile (nc_fname, iout) |
| open netcdf file More... | |
| subroutine | 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 | verify_global_attr (modeltype, modelname, input_name, nc_fname, ncid) |
| verify global attribute modflow_grid is present and return value More... | |
| subroutine, public | create_netcdf_context (modeltype, modelname, input_name, nc_vars, nc_fname, ncid, iout) |
| create internal description of modflow6 input variables in netcdf file More... | |
Read NetCDF input file and add modflow6 input variables
| subroutine nccontextbuildmodule::add_package_var | ( | character(len=*), intent(in) | modeltype, |
| character(len=*), intent(in) | modelname, | ||
| type(ncfilevarstype), intent(inout) | nc_vars, | ||
| character(len=*), intent(in) | input_name, | ||
| integer(i4b), intent(in) | varid, | ||
| integer(i4b), intent(in) | iout | ||
| ) |
Definition at line 50 of file NCContextBuild.f90.


| subroutine, public nccontextbuildmodule::create_netcdf_context | ( | character(len=*), intent(in) | modeltype, |
| character(len=*), intent(in) | modelname, | ||
| character(len=*), intent(in) | input_name, | ||
| type(ncfilevarstype), intent(inout) | nc_vars, | ||
| character(len=*), intent(in) | nc_fname, | ||
| integer(i4b), intent(in) | ncid, | ||
| integer(i4b), intent(in) | iout | ||
| ) |
Definition at line 159 of file NCContextBuild.f90.


| integer(i4b) function, public nccontextbuildmodule::open_ncfile | ( | character(len=*) | nc_fname, |
| integer(i4b) | iout | ||
| ) |
Definition at line 26 of file NCContextBuild.f90.


| character(len=netcdf_attr_strlen) function nccontextbuildmodule::verify_global_attr | ( | character(len=*), intent(in) | modeltype, |
| character(len=*), intent(in) | modelname, | ||
| character(len=*), intent(in) | input_name, | ||
| character(len=*), intent(in) | nc_fname, | ||
| integer(i4b), intent(in) | ncid | ||
| ) |
Definition at line 113 of file NCContextBuild.f90.

