subroutine module_sf_ruclsm::soilprop |
( |
logical, intent(in) | debug_print, |
|
|
real (kind_phys), intent(in) | xlat, |
|
|
real (kind_phys), intent(in) | xlon, |
|
|
real (kind_phys), intent(in) | testptlat, |
|
|
real (kind_phys), intent(in) | testptlon, |
|
|
integer, intent(in) | nzs, |
|
|
real (kind_phys), dimension(1:nzs), intent(inout) | fwsat, |
|
|
real (kind_phys), dimension(1:nzs), intent(inout) | lwsat, |
|
|
real (kind_phys), dimension(1:nzs), intent(inout) | tav, |
|
|
real (kind_phys), dimension( 1:nzs ), intent(in) | keepfr, |
|
|
real (kind_phys), dimension( 1:nzs ), intent(in) | soilmois, |
|
|
real (kind_phys), dimension(1:nzs), intent(inout) | soiliqw, |
|
|
real (kind_phys), dimension(1:nzs), intent(inout) | soilice, |
|
|
real (kind_phys), dimension(1:nzs), intent(inout) | soilmoism, |
|
|
real (kind_phys), dimension(1:nzs), intent(inout) | soiliqwm, |
|
|
real (kind_phys), dimension(1:nzs), intent(inout) | soilicem, |
|
|
real (kind_phys), intent(in) | qwrtz, |
|
|
real (kind_phys), intent(in) | rhocs, |
|
|
real (kind_phys), intent(in) | dqm, |
|
|
real (kind_phys), intent(in) | qmin, |
|
|
real (kind_phys), intent(in) | psis, |
|
|
real (kind_phys), intent(in) | bclh, |
|
|
real (kind_phys), intent(in) | ksat, |
|
|
real (kind_phys), intent(in) | riw, |
|
|
real (kind_phys), intent(in) | xlmelt, |
|
|
real (kind_phys), intent(in) | cp, |
|
|
real (kind_phys), intent(in) | g0_p, |
|
|
real (kind_phys), intent(in) | cvw, |
|
|
real (kind_phys) | ci, |
|
|
real (kind_phys), intent(in) | kqwrtz, |
|
|
real (kind_phys), intent(in) | kice, |
|
|
real (kind_phys), intent(in) | kwt, |
|
|
real (kind_phys), dimension(1:nzs), intent(inout) | thdif, |
|
|
real (kind_phys), dimension(1:nzs), intent(inout) | diffu, |
|
|
real (kind_phys), dimension(1:nzs), intent(inout) | hydro, |
|
|
real (kind_phys), dimension(1:nzs), intent(inout) | cap ) |
|
private |