Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (2 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/dyn3d_common/inithist.F90

    r5114 r5116  
    4646  !   Arguments
    4747  !
    48   integer :: day0, anne0
    49   real :: tstep, t_ops, t_wrt
     48  INTEGER :: day0, anne0
     49  REAL :: tstep, t_ops, t_wrt
    5050
    5151  ! This routine needs IOIPSL to work
    5252  !   Variables locales
    5353  !
    54   integer :: tau0
    55   real :: zjulian
    56   integer :: iq
    57   real :: rlong(iip1, jjp1), rlat(iip1, jjp1)
    58   integer :: uhoriid, vhoriid, thoriid, zvertiid
    59   integer :: ii, jj
    60   integer :: zan, dayref
     54  INTEGER :: tau0
     55  REAL :: zjulian
     56  INTEGER :: iq
     57  REAL :: rlong(iip1, jjp1), rlat(iip1, jjp1)
     58  INTEGER :: uhoriid, vhoriid, thoriid, zvertiid
     59  INTEGER :: ii, jj
     60  INTEGER :: zan, dayref
    6161  !
    6262  !  Initialisations
Note: See TracChangeset for help on using the changeset viewer.