Changeset 1825 for trunk/LMDZ.MARS/libf/aeronomars
- Timestamp:
- Nov 28, 2017, 1:02:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/aeronomars/photochemistry_asis.F90
r1708 r1825 469 469 ! jpl 2003 470 470 ! 471 ! co2 efficiency as a third body (2.075)471 ! co2/n2 efficiency as a third body = 2.075 472 472 ! from sehested et al., j. geophys. res., 100, 1995. 473 473 … … 684 684 685 685 ! jpl 2011 686 ! co2/n2 efficiency as a third body = 2.4 687 ! from ashman and haynes, 27th symposium on combustion, 1998. 686 688 687 689 do ilev = 1,lswitch-1 688 ak0 = 2. 5*4.4e-32*(t(ilev)/300.)**(-1.3)690 ak0 = 2.4*4.4e-32*(t(ilev)/300.)**(-1.3) 689 691 ak1 = 7.5e-11*(t(ilev)/300.)**(0.2) 690 692
Note: See TracChangeset
for help on using the changeset viewer.