Changeset 2929 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Mar 31, 2023, 5:29:15 PM (20 months ago)
Author:
abierjon
Message:

Mars GCM:
Replicate Venus commits r2927 and r2928 for Mars photochemistry :
Correction of the reaction N2+ + e- > N + N

NS+AM+AB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/aeronomars/photochemistry.F90

    r2833 r2929  
    18101810!        UMIST
    18111811
    1812          i019(:) = 7.7e-7*(300./t_elect(:))**0.3
    1813 
    1814          nb_reaction_4 = nb_reaction_4 + 1
    1815          v_4(:,nb_reaction_4) = i016(:)
     1812         i019(:) = 1.7e-7*(300./t_elect(:))**0.3
     1813
     1814         nb_reaction_4 = nb_reaction_4 + 1
     1815         v_4(:,nb_reaction_4) = i019(:)
    18161816
    18171817!---     i020: N2+ + o -> o+ + N2
Note: See TracChangeset for help on using the changeset viewer.