param_cloud_effective_separation_eta Subroutine

public subroutine param_cloud_effective_separation_eta(this, ncol, nlev, pressure_hl, separation_surf, separation_toa, power, inhom_separation_factor, istartcol, iendcol)

Uses

  • proc~~param_cloud_effective_separation_eta~2~~UsesGraph proc~param_cloud_effective_separation_eta~2 param_cloud_effective_separation_eta module~yomhook yomhook proc~param_cloud_effective_separation_eta~2->module~yomhook

Arguments

Type IntentOptional Attributes Name
class(cloud_type), intent(inout) :: this
integer, intent(in) :: ncol
integer, intent(in) :: nlev
real(kind=jprb), intent(in) :: pressure_hl(:,:)
real(kind=jprb), intent(in) :: separation_surf
real(kind=jprb), intent(in) :: separation_toa
real(kind=jprb), intent(in) :: power
real(kind=jprb), intent(in), optional :: inhom_separation_factor
integer, intent(in), optional :: istartcol
integer, intent(in), optional :: iendcol

Calls

proc~~param_cloud_effective_separation_eta~2~~CallsGraph proc~param_cloud_effective_separation_eta~2 param_cloud_effective_separation_eta proc~dr_hook dr_hook proc~param_cloud_effective_separation_eta~2->proc~dr_hook

Contents