Changeset 2799 for trunk/LMDZ.VENUS
- Timestamp:
- Oct 7, 2022, 4:44:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/photolysis_mod.F90
r2795 r2799 1586 1586 kin = 10 1587 1587 1588 fil = ' /cross_sections/hdo_composite_295K.txt'1588 fil = 'cross_sections/hdo_composite_295K.txt' 1589 1589 print*, 'section efficace HDO: ', fil 1590 1590 … … 2664 2664 ! h2 cross sections 2665 2665 2666 fil = ' /cross_sections/h2secef.txt'2666 fil = 'cross_sections/h2secef.txt' 2667 2667 print*, 'section efficace H2: ', fil 2668 2668 … … 2695 2695 ! photodissociation yield 2696 2696 2697 fil = ' /cross_sections/h2_ionef_schunknagy2000.txt'2697 fil = 'cross_sections/h2_ionef_schunknagy2000.txt' 2698 2698 2699 2699 if(is_master) then
Note: See TracChangeset
for help on using the changeset viewer.