Ignore:
Timestamp:
Mar 7, 2025, 1:00:54 PM (3 months ago)
Author:
Laurent Fairhead
Message:

The THREADPRIVATE statements that were added in r5483 are erroneous as all variables concerned are
initialized under a OMP MASTER flag and thus not initialised for non master threads

File:
1 edited

Legend:

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

    r5512 r5569  
    11051105      ALLOCATE(proba_notrig(klon), random_notrig(klon))
    11061106      ALLOCATE(coef_clos(klon), coef_clos_eff(klon))
     1107      coef_clos(:)=0.
     1108      coef_clos_eff(:)=0.
    11071109
    11081110      ALLOCATE(dnwd0(klon, klev))
Note: See TracChangeset for help on using the changeset viewer.