MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
LoadNCInput.F90 File Reference

Go to the source code of this file.

Data Types

interface  loadncinputmodule::netcdf_read_array
 

Modules

module  loadncinputmodule
 This module contains the LoadNCInputModule.
 

Functions/Subroutines

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...