Changeset 3290 for trunk/LMDZ.MARS
- Timestamp:
- Apr 3, 2024, 6:20:33 PM (8 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3289 r3290 4591 4591 submit-crash-resubmit problem. The simulated results are same with previous 4592 4592 simulations as tested. 4593 4594 == 21/03/2024 == Jliu 4595 Found and fixed another small bug in photochemistry related to commit r3289. -
trunk/LMDZ.MARS/libf/aeronomars/photochemistry.F90
r3289 r3290 2461 2461 ! local 2462 2462 2463 integer :: nb_phot, nb_reaction_3, nb_reaction_4 2463 integer, save :: nb_phot, nb_reaction_3, nb_reaction_4 2464 !$OMP THREADPRIVATE(nb_phot, nb_reaction_3, nb_reaction_4) 2464 2465 integer :: i_dummy 2465 2466
Note: See TracChangeset
for help on using the changeset viewer.