Ignore:
Timestamp:
Jul 24, 2023, 9:31:31 AM (16 months ago)
Author:
emillour
Message:

Mars PCM:
Code cleanup concerning chemistry. Turn chimiedata.h into module
chemistrydata.F90 and integrate read_phototable.F in it.
Also fix an OpenMP issue with read_phototable; different OpenMP threads
should not simultaneously open/read a file. Let the master do the job
and then broadcast the result to all cores.
While at it, also turned nltecool.F and nlte_tcool.F into modules.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3008 r3012  
    41244124microphys_h.F90, and while at it also turn nuclea.F, growthrate.F90 and
    41254125massflowrateco2.F90 into modules.
     4126
     4127== 24/07/2023 == EM
     4128Code cleanup concerning chemistry. Turn chimiedata.h into module
     4129chemistrydata.F90 and integrate read_phototable.F in it.
     4130Also fix an OpenMP issue with read_phototable; different OpenMP threads
     4131should not simultaneously open/read a file. Let the master do the job
     4132and then broadcast the result to all cores.
     4133While at it, also turned nltecool.F and nlte_tcool.F into modules.
Note: See TracChangeset for help on using the changeset viewer.