SUEWS API Site
Documentation of SUEWS source code
|
Functions/Subroutines | |
subroutine | evap_suews (EvapMethod, state_is, WetThresh_is, capStore_is, vpd_hPa, avdens, avcp, qn_e, s_hPa, psyc_hPa, ResistSurf, RA, rb, tlv, rss, ev, qe) |
subroutine evap_module::evap_suews | ( | integer, intent(in) | EvapMethod, |
real(kind(1d0)), intent(in) | state_is, | ||
real(kind(1d0)), intent(in) | WetThresh_is, | ||
real(kind(1d0)), intent(in) | capStore_is, | ||
real(kind(1d0)), intent(in) | vpd_hPa, | ||
real(kind(1d0)), intent(in) | avdens, | ||
real(kind(1d0)), intent(in) | avcp, | ||
real(kind(1d0)), intent(in) | qn_e, | ||
real(kind(1d0)), intent(in) | s_hPa, | ||
real(kind(1d0)), intent(in) | psyc_hPa, | ||
real(kind(1d0)), intent(in) | ResistSurf, | ||
real(kind(1d0)), intent(in) | RA, | ||
real(kind(1d0)), intent(in) | rb, | ||
real(kind(1d0)), intent(in) | tlv, | ||
real(kind(1d0)), intent(out) | rss, | ||
real(kind(1d0)), intent(out) | ev, | ||
real(kind(1d0)), intent(out) | qe | ||
) |
Definition at line 9 of file suews_phys_evap.f95.
Referenced by snow_module::snowcalc(), and suews_driver::suews_cal_qe().