Ignore:
Timestamp:
Jan 18, 2022, 4:28:31 PM (3 years ago)
Author:
romain.vande
Message:

LMDZ_MARS RV : Open_MP;
Put all the "save" variables as "!$OMP THREADPRIVATE" in phymars.
The code can now be tested, see README for more info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/topmons_mod.F90

    r2584 r2616  
    111111!--------------------------------------------------------
    112112      LOGICAL,SAVE :: firstcall=.true.
     113     
     114!$OMP THREADPRIVATE(firstcall)
     115     
    113116      INTEGER l,ig,tsub,iq,ll
    114117      REAL zq0(ngrid,nlayer,nq)     ! initial tracers
Note: See TracChangeset for help on using the changeset viewer.