Changeset 3570


Ignore:
Timestamp:
Jan 10, 2025, 4:10:50 PM (5 weeks ago)
Author:
flefevre
Message:

Bug fix in photolysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/aeronomars/photolysis_online.F

    r3466 r3570  
    271271         end do
    272272
     273      end do ! iw
     274
    273275!     eliminate small values
    274276
    275          where (v_phot(:,1:nphot) < 1.e-30)
    276             v_phot(:,1:nphot) = 0.
    277          end where
    278 
    279       end do ! iw
     277      where (v_phot(:,1:nphot) < 1.e-30)
     278         v_phot(:,1:nphot) = 0.
     279      end where
    280280
    281281      contains
Note: See TracChangeset for help on using the changeset viewer.