Ignore:
Timestamp:
Jul 8, 2025, 12:37:46 PM (3 weeks ago)
Author:
emillour
Message:

Venus PCM:
Some work towards making OpenMP work:

  • adding some threadprivate statements for saved variables (many more missing)
  • turn conf_phys.F90 into a module
  • update way of reading/writing startphy (iostart.F90/phyredem.F)

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/chemparam_mod.F90

    r3755 r3841  
    4242
    4343real, dimension(:,:), save, allocatable :: no_emission
     44!$OMP THREADPRIVATE(no_emission)
    4445real, dimension(:,:), save, allocatable :: o2_emission
     46!$OMP THREADPRIVATE(o2_emission)
    4547
    4648!----------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.