Changeset 3764 for trunk/LMDZ.VENUS
- Timestamp:
- May 15, 2025, 2:01:57 PM (6 weeks ago)
- Location:
- trunk/LMDZ.VENUS/libf/phyvenus
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.VENUS/libf/phyvenus/photochemistry_venus.F90 ¶
r3755 r3764 1517 1517 1518 1518 !=========================================================== 1519 ! f040 : ClSO2 + Cl -> Cl2SO2 1520 !=========================================================== 1521 1522 nb_reaction_4 = nb_reaction_4 + 1 1523 1524 indice_4(nb_reaction_4) = z4spec(1.0, i_clso2, 1.0, i_cl, 1.0, i_cl2so2, 0.0, i_dummy) 1525 1526 !=========================================================== 1519 1527 ! g001 : S + O2 -> SO + O 1520 1528 !=========================================================== … … 2673 2681 f022, f023, f024, f025, f026, f027, f028, & 2674 2682 f029, f030, f031, f032, f033, f034, f035, & 2675 f036, f037, f038, f039, 2683 f036, f037, f038, f039, f040, & 2676 2684 g001, g002, g003, g004, g005, g006, g007, & 2677 2685 g008, g009, g010, g011, g012, g013, g014, & … … 3566 3574 end do 3567 3575 3576 f030(:) = 0. ! temporary FL 15 May 2025 3577 3568 3578 nb_reaction_3 = nb_reaction_3 + 1 3569 3579 v_3(:,nb_reaction_3) = f030(:) … … 3649 3659 nb_reaction_4 = nb_reaction_4 + 1 3650 3660 v_4(:,nb_reaction_4) = f039(:) 3661 3662 !--- f040: clso2 + cl -> cl2so2 3663 3664 ! croce and cobos, 2018 3665 3666 f040(:) = 1.44e-11*(t(:)/250.)**0.47 3667 3668 nb_reaction_4 = nb_reaction_4 + 1 3669 v_4(:,nb_reaction_4) = f040(:) 3651 3670 3652 3671 !---------------------------------------------------------------------- -
TabularUnified trunk/LMDZ.VENUS/libf/phyvenus/phytrac_chimie.F ¶
r3689 r3764 143 143 ! default numbers if no ion and no deuterium chemistry 144 144 145 nb_reaction_4_max = 9 8! set number of bimolecular reactions145 nb_reaction_4_max = 99 ! set number of bimolecular reactions 146 146 nb_reaction_3_max = 14 ! set number of quadratic reactions 147 147 nquench = 15 ! set number of first-order reactions:
Note: See TracChangeset
for help on using the changeset viewer.