alpale_mod Module


Used by

  • module~~alpale_mod~2~~UsedByGraph module~alpale_mod~2 alpale_mod proc~phyredem~2 phyredem proc~phyredem~2->module~alpale_mod~2 proc~calwake calwake proc~calwake->module~alpale_mod~2 proc~physiq physiq proc~physiq->module~alpale_mod~2 proc~alpale_th_first alpale_th_first proc~alpale_th_first->module~alpale_mod~2 proc~thermcell_alp thermcell_alp proc~thermcell_alp->module~alpale_mod~2 proc~phys_output_write~2 phys_output_write proc~phys_output_write~2->module~alpale_mod~2 proc~phyredem phyredem proc~phyredem->module~alpale_mod~2 proc~phytracr_spl~2 phytracr_spl proc~phytracr_spl~2->module~alpale_mod~2 proc~alpale_th~2 alpale_th proc~alpale_th~2->module~alpale_mod~2 proc~create_etat0_unstruct~2 create_etat0_unstruct proc~create_etat0_unstruct~2->module~alpale_mod~2 proc~phys_output_write_spl~2 phys_output_write_spl proc~phys_output_write_spl~2->module~alpale_mod~2 proc~alpale_th_first~2 alpale_th_first proc~alpale_th_first~2->module~alpale_mod~2 proc~conf_phys~2 conf_phys proc~conf_phys~2->module~alpale_mod~2 proc~alpale_th alpale_th proc~alpale_th->module~alpale_mod~2 proc~phyetat0 phyetat0 proc~phyetat0->module~alpale_mod~2 proc~phyetat0~2 phyetat0 proc~phyetat0~2->module~alpale_mod~2 proc~phytracr_spl phytracr_spl proc~phytracr_spl->module~alpale_mod~2 proc~phys_output_write_spl phys_output_write_spl proc~phys_output_write_spl->module~alpale_mod~2 proc~thermcell_alp~2 thermcell_alp proc~thermcell_alp~2->module~alpale_mod~2 proc~conf_phys conf_phys proc~conf_phys->module~alpale_mod~2 proc~create_etat0_unstruct create_etat0_unstruct proc~create_etat0_unstruct->module~alpale_mod~2 proc~physiq~2 physiq proc~physiq~2->module~alpale_mod~2 proc~etat0phys_netcdf etat0phys_netcdf proc~etat0phys_netcdf->module~alpale_mod~2 proc~phys_output_write phys_output_write proc~phys_output_write->module~alpale_mod~2

Contents


Variables

Type Visibility Attributes Name Initial
integer, public :: iflag_trig_bl
integer, public :: iflag_clos_bl
integer, public :: iflag_strig
integer, public :: tau_trig_shallow
integer, public :: tau_trig_deep
real, public :: s_trig
real, public :: h_trig
integer, public :: iflag_coupl
integer, public :: iflag_clos
integer, public :: iflag_wake
real, public :: alp_bl_k

Subroutines

public subroutine alpale(debut, itap, dtime, paprs, omega, t_seri, alp_offset, it_wape_prescr, wape_prescr, fip_prescr, Ale_bl_prescr, Alp_bl_prescr, wake_pe, wake_fip, Ale_bl, Ale_bl_trig, Alp_bl, Ale, Alp, Ale_wake, Alp_wake)

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: debut
integer, intent(in) :: itap
real, intent(in) :: dtime
real, intent(in), DIMENSION(klon, klev + 1) :: paprs
real, intent(in), DIMENSION(klon, klev) :: omega
real, intent(in), DIMENSION(klon, klev) :: t_seri
real, intent(in) :: alp_offset
integer, intent(in) :: it_wape_prescr
real, intent(in) :: wape_prescr
real, intent(in) :: fip_prescr
real, intent(in) :: Ale_bl_prescr
real, intent(in) :: Alp_bl_prescr
real, intent(in), DIMENSION(klon) :: wake_pe
real, intent(in), DIMENSION(klon) :: wake_fip
real, intent(in), DIMENSION(klon) :: Ale_bl
real, intent(in), DIMENSION(klon) :: Ale_bl_trig
real, intent(in), DIMENSION(klon) :: Alp_bl
real, intent(out), DIMENSION(klon) :: Ale
real, intent(out), DIMENSION(klon) :: Alp
real, intent(out), DIMENSION(klon) :: Ale_wake
real, intent(out), DIMENSION(klon) :: Alp_wake