Ignore:
Timestamp:
Aug 2, 2024, 2:12:03 PM (3 months ago)
Author:
abarral
Message:

Add missing klon on strataer_emiss_mod.F90
Correct various missing explicit declarations
Replace tabs by spaces (tabs are not part of the fortran charset)
Continue cleaning modules
Removed unused arguments and variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmdiso/phyaqua_mod.F90

    r5144 r5158  
    954954        !     Méthode 13 "Qmax2K" plateau réel é|  l'Equateur augmenté +2K
    955955
    956         do j = 1, klon
     956        DO j = 1, klon
    957957          phy_sst(j, i) = 248. + 55. * (1 - sin(rlatd(j))**2)
    958958        enddo
     
    962962        PRINT*, 'Profile SST 21'
    963963        !     Méthode 13 "Qmax2K" plateau réel é|  l'Equateur augmenté +2K
    964         do j = 1, klon
     964        DO j = 1, klon
    965965          phy_sst(j, i) = 252. + 55. * (1 - sin(rlatd(j))**2)
    966966        enddo
Note: See TracChangeset for help on using the changeset viewer.