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 moved

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/obsolete/juldate.f90

    r5115 r5116  
     1! Amaury (07/2024): utilisé nulle part, code de <2004
     2! Je suggère de bouger dans obsolète
    13
    24! $Id$
     
    1820        year=dble(ian)
    1921        rmon=dble(imoi)
    20     if (imoi <= 2) then
     22    if (imoi <= 2) THEN
    2123        year=year-1.
    2224        rmon=rmon+12.
    2325    endif
    2426    cf=year+(rmon/100.)+(ojou/10000.)
    25     if (cf >= 1582.1015) then
     27    if (cf >= 1582.1015) THEN
    2628        a=int(year/100)
    2729        b=2-a+int(a/4)
     
    3537    tjdsec=tjdsec-int(tjdsec)
    3638
    37 end subroutine juldate
     39END SUBROUTINE juldate
    3840
    3941
Note: See TracChangeset for help on using the changeset viewer.