param_cloud_effective_separation_tanh Subroutine

public subroutine param_cloud_effective_separation_tanh(this, ncol, nlev, pressure_hl, lx_surf, lx_toa, gama, inhom_separation_factor, istartcol, iendcol)

Uses

  • proc~~param_cloud_effective_separation_tanh~~UsesGraph proc~param_cloud_effective_separation_tanh param_cloud_effective_separation_tanh module~yomhook yomhook proc~param_cloud_effective_separation_tanh->module~yomhook module~write_field_phy write_field_phy proc~param_cloud_effective_separation_tanh->module~write_field_phy

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) :: lx_surf
real(kind=jprb), intent(in) :: lx_toa
real(kind=jprb), intent(in) :: gama
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_tanh~~CallsGraph proc~param_cloud_effective_separation_tanh param_cloud_effective_separation_tanh proc~dr_hook dr_hook proc~param_cloud_effective_separation_tanh->proc~dr_hook

Contents