Changeset 5494 for LMDZ6


Ignore:
Timestamp:
Jan 20, 2025, 3:40:52 PM (6 hours ago)
Author:
evignon
Message:

ajout d'un commentaire dans dimphy pour preciser pourquoi certaines variables
ne sont pas threadprivate (en attendant de tester un changement d'initialisation pour ces variables)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/dimphy.f90

    r5492 r5494  
    1414
    1515!$OMP THREADPRIVATE(klon,kfdia,kidia,kdlon)
    16   REAL,save,allocatable,dimension(:) :: zmasq
     16! note that klev, klevp1, klevm1 and kflev are
     17! not included in an ompthreadprivate statement
     18! because of the way they are initialized below (omp master)
     19
     20REAL,save,allocatable,dimension(:) :: zmasq
    1721!$OMP THREADPRIVATE(zmasq)   
    1822
Note: See TracChangeset for help on using the changeset viewer.