seq_drydep_setHCoeff Interface

public interface seq_drydep_setHCoeff

Module Procedures

private subroutine set_hcoeff_scalar(sfc_temp, heff)

Arguments

Type IntentOptional Attributes Name
real(kind=r8), intent(in) :: sfc_temp
real(kind=r8), intent(out) :: heff(n_drydep)

private subroutine set_hcoeff_vector(ncol, sfc_temp, heff)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ncol
real(kind=r8), intent(in) :: sfc_temp(ncol)
real(kind=r8), intent(out) :: heff(ncol,n_drydep)