Ignore:
Timestamp:
Jul 19, 2024, 7:54:50 PM (4 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/dyn3d_common/geopot.F

    r2600 r5086  
    4747c     calcul de phi au niveau 1 pres du sol  .....
    4848
    49       DO   ij  = 1, ngrid
     49      DO   ij  = 1, ngrid
    5050      phi( ij,1 ) = phis( ij ) + teta(ij,1) * ( pks(ij) - pk(ij,1) )
    51    1  CONTINUE
     51      END DO
    5252
    5353c     calcul de phi aux niveaux superieurs  .......
Note: See TracChangeset for help on using the changeset viewer.