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/phylmd/phyaqua_mod.F90

    r5144 r5158  
    934934        !     Méthode 13 "Qmax2K" plateau réel é|  l'Equateur augmenté +2K
    935935
    936         do j = 1, klon
     936        DO j = 1, klon
    937937          phy_sst(j, i) = 248. + 55. * (1 - sin(rlatd(j))**2)
    938938        enddo
     
    942942        PRINT*, 'Profile SST 21'
    943943        !     Méthode 13 "Qmax2K" plateau réel é|  l'Equateur augmenté +2K
    944         do j = 1, klon
     944        DO j = 1, klon
    945945          phy_sst(j, i) = 252. + 55. * (1 - sin(rlatd(j))**2)
    946946        enddo
Note: See TracChangeset for help on using the changeset viewer.