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/co2cloud.F90

    r2589 r2616  
    208208  logical, save :: &
    209209     firstcall = .true. ! Used to compute saved variables
     210     
     211!$OMP THREADPRIVATE(imicroco2,sigma_iceco2,microtimestep)
     212!$OMP THREADPRIVATE(dev2,Qext1bins,Qextv1mic,radv,rb_cldco2)
     213!$OMP THREADPRIVATE(firstcall)     
     214
    210215!----------------------------------------------------------------------------------------------------------------------!
    211216!-----3) Variables:
Note: See TracChangeset for help on using the changeset viewer.