- Timestamp:
- Mar 3, 2026, 10:26:40 AM (10 days ago)
- Location:
- trunk/LMDZ.VENUS/libf/phyvenus
- Files:
-
- 2 edited
-
photochemistry_venus.F90 (modified) (3 diffs)
-
phytrac_chimie.F (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/photochemistry_venus.F90
r3954 r4095 1525 1525 1526 1526 !=========================================================== 1527 ! f041 : ClSO2 + CO2 -> Cl + SO2 + CO2 1528 !=========================================================== 1529 1530 nb_phot = nb_phot + 1 1531 1532 indice_phot(nb_phot) = z3spec(1.0, i_clso2, 1.0, i_cl, 1.0, i_so2) 1533 1534 !=========================================================== 1527 1535 ! g001 : S + O2 -> SO + O 1528 1536 !=========================================================== … … 2682 2690 f022, f023, f024, f025, f026, f027, f028, & 2683 2691 f029, f030, f031, f032, f033, f034, f035, & 2684 f036, f037, f038, f039, f040, &2692 f036, f037, f038, f039, f040, f041, & 2685 2693 g001, g002, g003, g004, g005, g006, g007, & 2686 2694 g008, g009, g010, g011, g012, g013, g014, & … … 3669 3677 nb_reaction_4 = nb_reaction_4 + 1 3670 3678 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(:) 3671 3688 3672 3689 !---------------------------------------------------------------------- -
trunk/LMDZ.VENUS/libf/phyvenus/phytrac_chimie.F
r4080 r4095 157 157 nb_reaction_4_max = 99 ! set number of bimolecular reactions 158 158 nb_reaction_3_max = 14 ! set number of quadratic reactions 159 nquench = 1 5! set number of first-order reactions:159 nquench = 16 ! set number of first-order reactions: 160 160 ! quenching 161 161 ! thermal dissociation
Note: See TracChangeset
for help on using the changeset viewer.
