Changeset 4095 for trunk


Ignore:
Timestamp:
Mar 3, 2026, 10:26:40 AM (10 days ago)
Author:
flefevre
Message:

Implementation of ClSO2 thermal dissociation

Location:
trunk/LMDZ.VENUS/libf/phyvenus
Files:
2 edited

Legend:

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

    r3954 r4095  
    15251525
    15261526!===========================================================
     1527!      f041 : ClSO2 + CO2 -> Cl + SO2 + CO2
     1528!===========================================================
     1529
     1530nb_phot = nb_phot + 1
     1531
     1532indice_phot(nb_phot) = z3spec(1.0, i_clso2, 1.0, i_cl, 1.0, i_so2)
     1533
     1534!===========================================================
    15271535!      g001 : S + O2 -> SO + O
    15281536!===========================================================
     
    26822690                       f022, f023, f024, f025, f026, f027, f028,   &
    26832691                       f029, f030, f031, f032, f033, f034, f035,   &
    2684                        f036, f037, f038, f039, f040,               &
     2692                       f036, f037, f038, f039, f040, f041,         &
    26852693                       g001, g002, g003, g004, g005, g006, g007,   &
    26862694                       g008, g009, g010, g011, g012, g013, g014,   &
     
    36693677      nb_reaction_4 = nb_reaction_4 + 1
    36703678      v_4(:,nb_reaction_4) = f040(:)
     3679
     3680!---  f041: clso2 + co2 -> cl + so2 + co2
     3681
     3682!     plane, personal communication, 2025
     3683
     3684      f041(:) = 2.8e-8*exp(-4044.3/t(:))
     3685
     3686      nb_phot = nb_phot + 1
     3687      v_phot(:,nb_phot) = f041(:)*conc(:)
    36713688
    36723689!----------------------------------------------------------------------
  • trunk/LMDZ.VENUS/libf/phyvenus/phytrac_chimie.F

    r4080 r4095  
    157157           nb_reaction_4_max = 99     ! set number of bimolecular reactions
    158158           nb_reaction_3_max = 14     ! set number of quadratic reactions
    159            nquench           = 15     ! set number of first-order reactions:
     159           nquench           = 16     ! set number of first-order reactions:
    160160                                      !               quenching
    161161                                      !               thermal dissociation
Note: See TracChangeset for help on using the changeset viewer.