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/dynphy_lonlat/inigeomphy_mod.F90

    r5112 r5116  
    144144        boundslonfi_glo(k,north_east)=rlonu(i)
    145145        boundslatfi_glo(k,north_east)=rlatv(j-1)
    146         if (i==1) then
     146        if (i==1) THEN
    147147          ! special case for the first longitude's west bound
    148148          boundslonfi_glo(k,north_west)=rlonu(iim)-2*PI
Note: See TracChangeset for help on using the changeset viewer.