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

LMDZ_MARS RV : Open_MP;
Put all the "save" variables as "!$OMP THREADPRIVATE" in aeronomars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/aeronomars/moldiffcoeff_red.F

    r2030 r2615  
    8282      real dnh
    8383      logical,save :: firstcall=.true.
     84
     85!$OMP THREADPRIVATE(firstcall)
     86
    8487      logical,parameter :: outputcoeffs=.false. ! to output 'coeffs.dat' file,
    8588                                                ! set outputcoeffs=.true.
Note: See TracChangeset for help on using the changeset viewer.