Changeset 3140 for trunk/LMDZ.VENUS


Ignore:
Timestamp:
Nov 27, 2023, 11:27:55 AM (12 months ago)
Author:
flefevre
Message:

Correction of a duplicated ionic reaction (i026 and i030).

File:
1 edited

Legend:

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

    r3137 r3140  
    19801980
    19811981!===========================================================
    1982 !      i026 : HCO2+ + e -> H + CO2
     1982!      i026 : spare slot (reaction rate set to zero)
    19831983!===========================================================
    19841984
     
    42204220         v_4(:,nb_reaction_4) = i025(:)
    42214221
    4222 !---     i026: HCO2+ + e -> H + CO2
    4223 
    4224 !        UMIST
    4225 
    4226          i026(:) = 1.75e-8*((300./t_elect(:))**0.5)
     4222!---     i026: spare slot
     4223
     4224         i026(:) = 0.
    42274225
    42284226         nb_reaction_4 = nb_reaction_4 + 1
     
    42534251
    42544252!---     i030: HCO2+ + e -> H + CO2
     4253
     4254!        UMIST
    42554255
    42564256         i030(:) = 6.0e-8*((300./t_elect(:))**0.64)
Note: See TracChangeset for help on using the changeset viewer.