mHM
The mesoscale Hydrological Model
|
Runs MPR. More...
Functions/Subroutines | |
subroutine, public | mpr_eval (parameterset, opti_domain_indices) |
Runs MPR and writes to global effective parameters. | |
Runs MPR.
Runs MPR and writes to global effective parameters
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_mpr_eval::mpr_eval | ( | real(dp), dimension(:), intent(in), optional | parameterset, |
integer(i4), dimension(:), intent(in), optional | opti_domain_indices | ||
) |
Runs MPR and writes to global effective parameters.
Runs MPR and writes to global effective parameters
[in] | real(dp), dimension(:), optional :: parameterset | a set of global parameter (gamma) to run mHM, DIMENSION [no. of global_Parameters] |
Definition at line 70 of file mo_mpr_eval.f90.
References mo_common_variables::domainmeta, mo_common_variables::itimer, mo_mpr_global_variables::l0_asp, mo_mpr_global_variables::l0_geounit, mo_mpr_global_variables::l0_gridded_lai, mo_common_variables::l0_l1_remap, mo_common_variables::l0_lcover, mo_mpr_global_variables::l0_slope_emp, mo_mpr_global_variables::l0_soilid, mo_mpr_global_variables::l1_aeroresist, mo_mpr_global_variables::l1_alpha, mo_mpr_global_variables::l1_bulkdens, mo_mpr_global_variables::l1_cosmicl3, mo_mpr_global_variables::l1_degdayinc, mo_mpr_global_variables::l1_degdaymax, mo_mpr_global_variables::l1_degdaynopre, mo_mpr_global_variables::l1_fasp, mo_mpr_global_variables::l1_froots, mo_mpr_global_variables::l1_fsealed, mo_mpr_global_variables::l1_harsamcoeff, mo_mpr_global_variables::l1_jarvis_thresh_c1, mo_mpr_global_variables::l1_karstloss, mo_mpr_global_variables::l1_kbaseflow, mo_mpr_global_variables::l1_kfastflow, mo_mpr_global_variables::l1_kperco, mo_mpr_global_variables::l1_kslowflow, mo_mpr_global_variables::l1_latticewater, mo_mpr_global_variables::l1_maxinter, mo_mpr_global_variables::l1_no_count, mo_mpr_global_variables::l1_petlaicorfactor, mo_mpr_global_variables::l1_prietayalpha, mo_mpr_global_variables::l1_sealedthresh, mo_mpr_global_variables::l1_soilmoistexp, mo_mpr_global_variables::l1_soilmoistfc, mo_mpr_global_variables::l1_soilmoistsat, mo_mpr_global_variables::l1_surfresist, mo_mpr_global_variables::l1_tempthresh, mo_mpr_global_variables::l1_unsatthresh, mo_mpr_global_variables::l1_wiltingpoint, mo_common_variables::level0, mo_common_variables::level1, and mo_multi_param_reg::mpr().
Referenced by mo_mhm_interface_run::mhm_interface_run_prepare().