![]() |
mHM
The mesoscale Hydrological Model
|
MPR routine for PET. More...
Go to the source code of this file.
Modules | |
| module | mo_mpr_pet |
| MPR routine for PET. | |
Functions/Subroutines | |
| subroutine, public | mo_mpr_pet::pet_correctbylai (param, nodata, lcover0, lai0, mask0, cell_id0, upp_row_l1, low_row_l1, lef_col_l1, rig_col_l1, nl0_in_l1, l1_petlaicorfactor) |
| estimate PET correction factor based on LAI at L1 | |
| subroutine, public | mo_mpr_pet::pet_correctbyasp (id0, latitude_l0, asp0, param, nodata, fasp0) |
| correction of PET | |
| subroutine, public | mo_mpr_pet::priestley_taylor_alpha (lai0, param, mask0, nodata, cell_id0, nl0_in_l1, upp_row_l1, low_row_l1, lef_col_l1, rig_col_l1, priestley_taylor_alpha1) |
| Regionalization of priestley taylor alpha. | |
| subroutine, public | mo_mpr_pet::bulksurface_resistance (lai0, param, mask0, nodata, cell_id0, nl0_in_l1, upp_row_l1, low_row_l1, lef_col_l1, rig_col_l1, bulksurface_resistance1) |
| Regionalization of bulk surface resistance. | |
MPR routine for PET.
This module sets up pet correction factor at level-1 based on LAI
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_mpr_pet.f90.