soil_temperature Subroutine

public subroutine soil_temperature(zz, j, je, k, bcv, ida, mo, pit, preinf, swe, tmax_tmp, tmin_tmp, tx_tmp)

Arguments

Type IntentOptional Attributes Name
real(kind=dp) :: zz
integer :: j
integer :: je
integer :: k
real(kind=dp), intent(in), dimension(:, :) :: bcv
integer, intent(in) :: ida
integer, intent(in) :: mo
real(kind=dp), intent(in) :: pit
real(kind=dp), intent(in), dimension(:, :) :: preinf
real(kind=dp), intent(in), dimension(:, :) :: swe
real(kind=dp), intent(in) :: tmax_tmp
real(kind=dp), intent(in) :: tmin_tmp
real(kind=dp), intent(in) :: tx_tmp

Called by

proc~~soil_temperature~~CalledByGraph proc~soil_temperature soil_temperature proc~hydrotope_process hydrotope_process proc~hydrotope_process->proc~soil_temperature proc~runsubbasin runsubbasin proc~runsubbasin->proc~hydrotope_process proc~time_process_day time_process_day proc~time_process_day->proc~runsubbasin proc~time_process_month time_process_month proc~time_process_month->proc~time_process_day proc~time_process_years time_process_years proc~time_process_years->proc~time_process_month program~swim swim program~swim->proc~time_process_years