SUEWS API Site
Documentation of SUEWS source code
|
Functions/Subroutines | |
subroutine | lumps_cal_qhqe (veg_type, snowUse, qn1, qf, qs, Qm, Temp_C, Veg_Fr, avcp, Press_hPa, lv_J_kg, tstep_real, DRAINRT, nsh_real, Precip, RainMaxRes, RAINCOVER, sfr, LAI_id_prev, LAImax, LAImin, QH_LUMPS, QE_LUMPS, psyc_hPa, s_hPa, sIce_hpa, Veg_Fr_temp, VegPhenLumps) |
subroutine lumps_module::lumps_cal_qhqe | ( | integer, intent(in) | veg_type, |
integer, intent(in) | snowUse, | ||
real(kind(1d0)), intent(in) | qn1, | ||
real(kind(1d0)), intent(in) | qf, | ||
real(kind(1d0)), intent(in) | qs, | ||
real(kind(1d0)), intent(in) | Qm, | ||
real(kind(1d0)), intent(in) | Temp_C, | ||
real(kind(1d0)), intent(in) | Veg_Fr, | ||
real(kind(1d0)), intent(in) | avcp, | ||
real(kind(1d0)), intent(in) | Press_hPa, | ||
real(kind(1d0)), intent(in) | lv_J_kg, | ||
real(kind(1d0)), intent(in) | tstep_real, | ||
real(kind(1d0)), intent(in) | DRAINRT, | ||
real(kind(1d0)), intent(in) | nsh_real, | ||
real(kind(1d0)), intent(in) | Precip, | ||
real(kind(1d0)), intent(in) | RainMaxRes, | ||
real(kind(1d0)), intent(in) | RAINCOVER, | ||
real(kind(1d0)), dimension(nsurf), intent(in) | sfr, | ||
real(kind(1d0)), dimension(nvegsurf), intent(in) | LAI_id_prev, | ||
real(kind(1d0)), dimension(3), intent(in) | LAImax, | ||
real(kind(1d0)), dimension(3), intent(in) | LAImin, | ||
real(kind(1d0)), intent(out) | QH_LUMPS, | ||
real(kind(1d0)), intent(out) | QE_LUMPS, | ||
real(kind(1d0)), intent(out) | psyc_hPa, | ||
real(kind(1d0)), intent(out) | s_hPa, | ||
real(kind(1d0)), intent(out) | sIce_hpa, | ||
real(kind(1d0)), intent(out) | Veg_Fr_temp, | ||
real(kind(1d0)), intent(out) | VegPhenLumps | ||
) |
Definition at line 12 of file suews_phys_lumps.f95.
References meteo::psyc_const(), meteo::slope_svp(), and meteo::slopeice_svp().
Referenced by suews_driver::suews_cal_main().