Ignore:
Timestamp:
Nov 19, 2017, 11:38:51 AM (7 years ago)
Author:
Laurent Fairhead
Message:

Adding some missing variables to the start files to get 1+1=2 when
we use the gusts parametrization
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phys_state_var_mod.F90

    r2952 r3080  
    236236      REAL,ALLOCATABLE,SAVE :: wght_th(:,:)
    237237!$OMP THREADPRIVATE(wght_th)
     238      REAL,ALLOCATABLE,SAVE    :: ale_wake(:)
     239!$OMP THREADPRIVATE(ale_wake)
     240      REAL,ALLOCATABLE,SAVE    :: ale_bl_stat(:)
     241!$OMP THREADPRIVATE(ale_bl_stat)
    238242!
    239243! variables de la wake
     
    527531      ALLOCATE(ftd(klon,klev), fqd(klon,klev))
    528532      ALLOCATE(Ale_bl(klon))
     533      ALLOCATE(ale_wake(klon))
     534      ALLOCATE(ale_bl_stat(klon))
    529535      ALLOCATE(Alp_bl(klon))
    530536      ALLOCATE(lalim_conv(klon))
     
    670676      deallocate(ftd, fqd)
    671677      deallocate(Ale_bl, Alp_bl)
     678      deallocate(ale_wake)
     679      deallocate(ale_bl_stat)
    672680      deallocate(lalim_conv, wght_th)
    673681      deallocate(wake_deltat, wake_deltaq)
Note: See TracChangeset for help on using the changeset viewer.