Ignore:
Timestamp:
Jul 20, 2024, 12:00:23 PM (13 months ago)
Author:
abarral
Message:

remove fixed-form \s+& remaining in .f90,.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/cosp2/cosp_optics.F90

    r5082 r5087  
    391391          ! Optical thickness of each layer (particles)
    392392          tau_part(1:npoints,icol,1:nlev,i) = tau_part(1:npoints,icol,1:nlev,i) &
    393                & * (zheight(1:npoints,1:nlev)-zheight(1:npoints,2:nlev+1) )
     393   * (zheight(1:npoints,1:nlev)-zheight(1:npoints,2:nlev+1) )
    394394          ! Optical thickness from TOA to layer k (particles)
    395395          do k=2,nlev
Note: See TracChangeset for help on using the changeset viewer.