Ignore:
Timestamp:
Jul 19, 2024, 7:54:50 PM (5 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/dyn1d/old_1DUTILS_read_interp.h

    r5075 r5086  
    20102010          read (ilesfile,*) height(k),ugprof(k),vgprof(k),wfls(k),         &
    20112011     &                      dqtdxls(k),dqtdyls(k),dqtdtls(k),thlpcar(k)
    2012         end do
     2012        END DO
    20132013        do k=1,kmax
    20142014          if (height(k) .ne. height1(k)) then
     
    20172017            stop
    20182018          endif
    2019         end do
     2019        END DO
    20202020        close(ilesfile)
    20212021
     
    20352035        do k=1,kmax
    20362036          read (ilesfile,*) height(k),(tracer(k,itrac),itrac=nt1,nt2)
    2037         end do
     2037        END DO
    20382038        close(ilesfile)
    20392039        endif
Note: See TracChangeset for help on using the changeset viewer.