MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
This module contains the LoadNCInputModule. More...
Data Types | |
interface | netcdf_read_array |
Functions/Subroutines | |
subroutine | error_and_exit (tagname, input_fname) |
Set an error and exit if NetCDF libraries aren't available. More... | |
subroutine | nc_read_int1d (int1d, mshape, idt, mf6_input, nc_vars, input_fname, iout, kper) |
Read a NetCDF integer 1d array. More... | |
subroutine | nc_read_int2d (int2d, mshape, idt, mf6_input, nc_vars, input_fname, iout) |
Read a NetCDF integer 2d array. More... | |
subroutine | nc_read_int3d (int3d, mshape, idt, mf6_input, nc_vars, input_fname, iout) |
Read a NetCDF integer 3d array. More... | |
subroutine | nc_read_dbl1d (dbl1d, mshape, idt, mf6_input, nc_vars, input_fname, iout, kper, iaux) |
Read a NetCDF double 1d array. More... | |
subroutine | nc_read_dbl2d (dbl2d, mshape, idt, mf6_input, nc_vars, input_fname, iout) |
Read a NetCDF double 2d array. More... | |
subroutine | nc_read_dbl3d (dbl3d, mshape, idt, mf6_input, nc_vars, input_fname, iout) |
Read a NetCDF double 3d array. More... | |
Access interfaces for netcdf reads optioned from a traditional modflow 6 input. These interfaces throw an error when netcdf libraries aren't compiled in.
|
private |
Definition at line 32 of file LoadNCInput.F90.
|
private |
[in] | mshape | model shape |
[in] | idt | input data type object describing this record |
Definition at line 105 of file LoadNCInput.F90.
|
private |
[in] | mshape | model shape |
[in] | idt | input data type object describing this record |
Definition at line 126 of file LoadNCInput.F90.
|
private |
[in] | mshape | model shape |
[in] | idt | input data type object describing this record |
Definition at line 145 of file LoadNCInput.F90.
subroutine loadncinputmodule::nc_read_int1d | ( | integer(i4b), dimension(:), intent(in), pointer, contiguous | int1d, |
integer(i4b), dimension(:), intent(in), pointer, contiguous | mshape, | ||
type(inputparamdefinitiontype), intent(in) | idt, | ||
type(modflowinputtype), intent(in) | mf6_input, | ||
type(ncpackagevarstype), intent(in), pointer | nc_vars, | ||
character(len=*), intent(in) | input_fname, | ||
integer(i4b), intent(in) | iout, | ||
integer(i4b), intent(in), optional | kper | ||
) |
[in] | mshape | model shape |
[in] | idt | input data type object describing this record |
Definition at line 47 of file LoadNCInput.F90.
|
private |
[in] | mshape | model shape |
[in] | idt | input data type object describing this record |
Definition at line 67 of file LoadNCInput.F90.
|
private |
[in] | mshape | model shape |
[in] | idt | input data type object describing this record |
Definition at line 86 of file LoadNCInput.F90.