|
subroutine | loadncinputmodule::error_and_exit (tagname, input_fname) |
| Set an error and exit if NetCDF libraries aren't available. More...
|
|
subroutine | loadncinputmodule::nc_read_int1d (int1d, mshape, idt, mf6_input, nc_vars, input_fname, iout, kper) |
| Read a NetCDF integer 1d array. More...
|
|
subroutine | loadncinputmodule::nc_read_int2d (int2d, mshape, idt, mf6_input, nc_vars, input_fname, iout) |
| Read a NetCDF integer 2d array. More...
|
|
subroutine | loadncinputmodule::nc_read_int3d (int3d, mshape, idt, mf6_input, nc_vars, input_fname, iout) |
| Read a NetCDF integer 3d array. More...
|
|
subroutine | loadncinputmodule::nc_read_dbl1d (dbl1d, mshape, idt, mf6_input, nc_vars, input_fname, iout, kper, iaux) |
| Read a NetCDF double 1d array. More...
|
|
subroutine | loadncinputmodule::nc_read_dbl2d (dbl2d, mshape, idt, mf6_input, nc_vars, input_fname, iout) |
| Read a NetCDF double 2d array. More...
|
|
subroutine | loadncinputmodule::nc_read_dbl3d (dbl3d, mshape, idt, mf6_input, nc_vars, input_fname, iout) |
| Read a NetCDF double 3d array. More...
|
|