Changeset 2030 for trunk/LMDZ.MARS/libf/aeronomars/photolysis.F90
- Timestamp:
- Oct 28, 2018, 5:55:23 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/aeronomars/photolysis.F90
r2024 r2030 8 8 9 9 use comcstfi_h 10 use photolysis_mod, only : nb_phot_max 10 11 11 12 implicit none … … 333 334 v_phot(l, 8) = j(l,j_h2o2) 334 335 v_phot(l, 9) = j(l,j_ho2) 335 v_phot(l,10) = 0. ! h2 336 v_phot(l,10) = 0. ! h2 missing in lookup table 336 337 v_phot(l,11) = j(l,j_no) 337 338 v_phot(l,12) = j(l,j_no2) 338 v_phot(l,13) = 0. ! n2 339 v_phot(l,13) = 0. ! n2 missing in lookup table 339 340 end do 340 341
Note: See TracChangeset
for help on using the changeset viewer.