Ignore:
Timestamp:
Oct 30, 2017, 10:20:20 AM (7 years ago)
Author:
Laurent Fairhead
Message:

Initialisation manquantes et deplacement de Init_dimphy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/DYNAMICO-conv/libf/phylmd/phys_local_var_mod.F90

    r2992 r3050  
    335335!$OMP THREADPRIVATE(zxfluxlat_x, zxfluxlat_w)
    336336!jyg<
    337 !!! Entr\E9es suppl\E9mentaires couche-limite
     337!!! Entrees supplementaires couche-limite
    338338!!      REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: t_x, t_w
    339339!!!$OMP THREADPRIVATE(t_x, t_w)
     
    346346      REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: dqvdf_x, dqvdf_w
    347347!$OMP THREADPRIVATE(dqvdf_x, dqvdf_w)
    348 ! Variables suppl\E9mentaires dans physiq.F relative au splitting de la surface
     348! Variables supplementaires dans physiq.F relative au splitting de la surface
    349349      REAL,ALLOCATABLE,SAVE,DIMENSION(:,:,:) :: pbl_tke_input
    350350!$OMP THREADPRIVATE(pbl_tke_input)
     
    638638      ALLOCATE(toplwad0_aerop(klon), sollwad0_aerop(klon))
    639639
    640 ! FH Ajout de celles n??cessaires au phys_output_write_mod
     640! FH Ajout de celles necessaires au phys_output_write_mod
    641641
    642642      ALLOCATE(tal1(klon), pal1(klon), pab1(klon), pab2(klon))
     
    703703      ALLOCATE(sens(klon), flwp(klon), fiwp(klon))
    704704      ALLOCATE(ale_bl_stat(klon), alp_bl_conv(klon), alp_bl_det(klon))
     705      ale_bl_stat(:)=0 ; alp_bl_conv(:)=0 ;  alp_bl_det(:)=0
    705706      ALLOCATE(alp_bl_fluct_m(klon), alp_bl_fluct_tke(klon))
     707      alp_bl_fluct_m(:)=0 ; alp_bl_fluct_tke(:)= 0.
    706708      ALLOCATE(alp_bl_stat(klon), n2(klon), s2(klon))
     709      alp_bl_stat(:)=0
    707710      ALLOCATE(proba_notrig(klon), random_notrig(klon))
    708711
     
    914917      DEALLOCATE(toplwad0_aerop, sollwad0_aerop)
    915918
    916 ! FH Ajout de celles n??cessaires au phys_output_write_mod
     919! FH Ajout de celles necessaires au phys_output_write_mod
    917920      DEALLOCATE(tal1, pal1, pab1, pab2)
    918921      DEALLOCATE(ptstar, pt0, slp)
Note: See TracChangeset for help on using the changeset viewer.