5.13.2-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_read_spatial_data.f90 File Reference

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.
 

Detailed Description

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.

Authors
Juliane Mai
Date
Dec 2012

Definition in file mo_read_spatial_data.f90.