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

    r2584 r2616  
    4040  real :: weight ! interpolation weight
    4141  real,save :: zday_prev_call=-666. ! stored value of zday from previous call
     42 
     43!$OMP THREADPRIVATE(  local_time,local_time_prevdt,zday_scenario,zday_scenario_next)
     44!$OMP THREADPRIVATE(firstcall,tau_pref_scenario_next,zday_prev_call)
     45
    4246 
    4347  ! 0. preliminary stuff
Note: See TracChangeset for help on using the changeset viewer.