Ignore:
Timestamp:
Jul 19, 2024, 7:54:50 PM (2 months ago)
Author:
abarral
Message:

convert labeled do (f77) to do .. end do

File:
1 edited

Legend:

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

    r5082 r5086  
    155155                  (cchar_realtops(acc(ilev,ibox)+1),ilev=1,nlev),&
    156156                  (cchar(acc(ilev,ibox)+1),ilev=1,nlev)
    157           end do
     157          END DO
    158158          close(9)
    159159
     
    322322       do ibox=1,ncol
    323323          fluxtop(1:npoints,ibox) = fluxtop(1:npoints,ibox) + emsfc_lw*bb(1:npoints)*trans_layers_above(1:npoints,ibox)
    324        end do
     324       END DO
    325325
    326326       ! All Sky brightness temperature
     
    445445                levmatch(1:npoints,ibox)=ilev
    446446             endwhere
    447           end do
     447          END DO
    448448       end if
    449449       where(tau(1:npoints,ibox) <= tauchk)
Note: See TracChangeset for help on using the changeset viewer.