Changeset 3290 for trunk/LMDZ.MARS


Ignore:
Timestamp:
Apr 3, 2024, 6:20:33 PM (8 months ago)
Author:
jliu
Message:

21/03/2024 == Jliu

Found and fixed another small bug in photochemistry related to commit r3289.
Now it should not submit-crash-resubmit again.

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

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

    r3289 r3290  
    45914591submit-crash-resubmit problem. The simulated results are same with previous
    45924592simulations as tested.
     4593
     4594== 21/03/2024 == Jliu
     4595Found and fixed another small bug in photochemistry related to commit r3289.
  • trunk/LMDZ.MARS/libf/aeronomars/photochemistry.F90

    r3289 r3290  
    24612461! local
    24622462
    2463 integer :: nb_phot, nb_reaction_3, nb_reaction_4
     2463integer, save :: nb_phot, nb_reaction_3, nb_reaction_4
     2464!$OMP THREADPRIVATE(nb_phot, nb_reaction_3, nb_reaction_4)
    24642465integer :: i_dummy
    24652466
Note: See TracChangeset for help on using the changeset viewer.