Changeset 3675


Ignore:
Timestamp:
Mar 10, 2025, 4:36:41 PM (3 months ago)
Author:
flefevre
Message:

Fix hideous typo in CO+OH reaction rate

File:
1 edited

Legend:

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

    r3593 r3675  
    30953095     nb_phot = nb_phot + 1
    30963096     v_phot(:,nb_phot) = d014(:)*c(:,i_co)
     3097
    30973098!----------------------------------------------------------------------
    30983099!        reactions des composes carbones
     
    31453146!       association
    31463147
    3147         k0 = 2.5*6.9e-33*(398./t(iz))**(2.1)
     3148        k0 = 2.5*6.9e-33*(298./t(iz))**(2.1)
    31483149        kinf = 1.1e-12*(298./t(iz))**(-1.3)
    31493150
Note: See TracChangeset for help on using the changeset viewer.