![]() |
mHM
The mesoscale Hydrological Model
|
Read optional data for mHM calibration. More...
Functions/Subroutines | |
| subroutine, public | readoptidataobs (idomain, domainid, l1_optiobs) |
| Read evapotranspiration data from NetCDF file for calibration. | |
Read optional data for mHM calibration.
Data have to be provided in resolution of the hydrology.
COPYING and COPYING.LESSER provided with this software. The complete GNU license text can also be found at http://www.gnu.org/licenses/.
| subroutine, public mo_read_optional_data::readoptidataobs | ( | integer(i4), intent(in) | idomain, |
| integer(i4), intent(in) | domainid, | ||
| type(optidata), intent(inout) | l1_optiobs ) |
Read evapotranspiration data from NetCDF file for calibration.
This routine reads oberved evapotranspiration fields which are used for model calibration. The evapotranspiration file is expected to be called "et.nc" with a variable "et" inside. The data are read only for the evaluation period they are intended to be used for calibration. Evapotranspiration data are only read if one of the corresponding objective functions is chosen.
| [in] | integer(i4) :: iDomain | domain Id |
Definition at line 53 of file mo_read_optional_data.f90.
References mo_common_mhm_mrm_variables::evalper, mo_common_variables::level1, and mo_read_nc::read_nc().
Referenced by mo_mhm_interface::mhm_interface_init().