Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (4 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(lint) uppercase fortran keywords

File:
1 edited

Legend:

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

    r5113 r5116  
    133133    !END IF
    134134
    135     if (year_len/=360) then
     135    if (year_len/=360) THEN
    136136      write (*, *) year_len
    137137      CALL abort_physic("iniaqua", 'iniaqua: 360 day calendar is required !', 1)
     
    227227
    228228    ! Si alb_ocean on calcule un albedo oceanique moyen
    229     ! if (alb_ocean) then
     229    ! if (alb_ocean) THEN
    230230    ! Voir pourquoi on avait ca.
    231231    ! CALL ini_alb_oce(phy_alb)
     
    929929      END IF
    930930
    931       if (type_profil==20) then
     931      if (type_profil==20) THEN
    932932        PRINT*, 'Profile SST 20'
    933933        !     Méthode 13 "Qmax2K" plateau réel é|  l'Equateur augmenté +2K
     
    938938      endif
    939939
    940       if (type_profil==21) then
     940      if (type_profil==21) THEN
    941941        PRINT*, 'Profile SST 21'
    942942        !     Méthode 13 "Qmax2K" plateau réel é|  l'Equateur augmenté +2K
Note: See TracChangeset for help on using the changeset viewer.