stratocu_if Subroutine

public subroutine stratocu_if(klon, klev, pctsrf, paprs, pplay, t, seuil_inversion, weak_inversion, dthmin)

Uses

  • proc~~stratocu_if~2~~UsesGraph proc~stratocu_if~2 stratocu_if module~indice_sol_mod indice_sol_mod proc~stratocu_if~2->module~indice_sol_mod module~yomcst_mod_h yomcst_mod_h proc~stratocu_if~2->module~yomcst_mod_h

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: klon
integer, intent(in) :: klev
real, intent(in), DIMENSION(klon, 4) :: pctsrf
real, intent(in), DIMENSION(klon, klev+1) :: paprs
real, intent(in), DIMENSION(klon, klev) :: pplay
real, intent(in), DIMENSION(klon, klev) :: t
real :: seuil_inversion
real, intent(out), DIMENSION(klon) :: weak_inversion
real :: dthmin(klon)

Contents