mHM
The mesoscale Hydrological Model
|
Reads spatial input data. More...
Go to the source code of this file.
Data Types | |
interface | mo_read_spatial_data::read_spatial_data_ascii |
Reads spatial data files of ASCII format. More... | |
Modules | |
module | mo_read_spatial_data |
Reads spatial input data. | |
Functions/Subroutines | |
subroutine | mo_read_spatial_data::read_spatial_data_ascii_dp (filename, fileunit, header_ncols, header_nrows, header_xllcorner, header_yllcorner, header_cellsize, data, mask) |
TODO: add description. | |
subroutine | mo_read_spatial_data::read_spatial_data_ascii_i4 (filename, fileunit, header_ncols, header_nrows, header_xllcorner, header_yllcorner, header_cellsize, data, mask) |
TODO: add description. | |
subroutine, public | mo_read_spatial_data::read_header_ascii (filename, fileunit, header_ncols, header_nrows, header_xllcorner, header_yllcorner, header_cellsize, header_nodata) |
Reads header lines of ASCII files. | |
Reads spatial input data.
This module is to read spatial input data, e.g. dem, aspect, flow direction. The module provides a subroutine for ASCII files. (Subroutine for NetCDF files will come with release 5.1). The data are read from the specified directory.
COPYING
and COPYING.LESSER
provided with this software. The complete GNU license text can also be found at http://www.gnu.org/licenses/. Definition in file mo_read_spatial_data.f90.