stratocu_if Subroutine

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

Uses

  • proc~~stratocu_if~~UsesGraph proc~stratocu_if stratocu_if module~indice_sol_mod indice_sol_mod proc~stratocu_if->module~indice_sol_mod module~yomcst_mod_h yomcst_mod_h proc~stratocu_if->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)

Called by

proc~~stratocu_if~~CalledByGraph proc~stratocu_if stratocu_if proc~physiq physiq proc~physiq->proc~stratocu_if proc~physiq~2 physiq proc~physiq~2->proc~stratocu_if proc~old_lmdz1d old_lmdz1d proc~old_lmdz1d->proc~physiq proc~call_physiq call_physiq proc~call_physiq->proc~physiq proc~call_physiq~2 call_physiq proc~call_physiq~2->proc~physiq proc~scm scm proc~scm->proc~physiq program~lmdz1d lmdz1d program~lmdz1d->proc~old_lmdz1d program~lmdz1d->proc~scm proc~calfis calfis proc~calfis->proc~call_physiq proc~leapfrog leapfrog proc~leapfrog->proc~calfis program~gcm~2 gcm program~gcm~2->proc~leapfrog

Contents