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/diagedyn.f90

    r5105 r5116  
    138138  INTEGER :: ndiag     ! max number of diagnostic in parallel
    139139  PARAMETER (ndiag=10)
    140   integer :: pas(ndiag)
     140  INTEGER :: pas(ndiag)
    141141  save pas
    142142  data pas/ndiag*0/
     
    160160  !
    161161  PRINT*,'MAIS POURQUOI DONC DIAGEDYN NE MARCHE PAS ?'
    162   return
     162  RETURN
    163163  ! On ne garde les donnees que dans les colonnes i=1,iim
    164164  DO jj = 1,jjp1
     
    325325  !
    326326  ELSE
    327     write(lunout,*)'diagedyn: set to function with Earth parameters'
     327    WRITE(lunout,*)'diagedyn: set to function with Earth parameters'
    328328  ENDIF ! of if (planet_type=="earth")
    329329  RETURN
Note: See TracChangeset for help on using the changeset viewer.