Changeset 4926 for LMDZ6


Ignore:
Timestamp:
Apr 30, 2024, 9:58:04 AM (2 weeks ago)
Author:
Laurent Fairhead
Message:

Unitialised variable prevented running in debug mode

File:
1 edited

Legend:

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

    r4887 r4926  
    670670      ALLOCATE(l_mixmin(klon,klev+1,nbsrf),l_mix(klon,klev+1,nbsrf),wprime(klon,klev+1,nbsrf))
    671671      ALLOCATE(pbl_eps(klon,klev+1,nbsrf+1))
     672      pbl_eps(:,:,:)=0.
    672673      l_mix(:,:,:)=0.;l_mixmin(:,:,:)=0.;wprime(:,:,:)=0. ! doit etre initialse car pas toujours remplis
    673674      ALLOCATE(rhcl(klon,klev))
Note: See TracChangeset for help on using the changeset viewer.