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/conf_phys_m.F90

    r5112 r5116  
    28312831    WRITE(lunout, *) ' buf_siz_pol= ', buf_siz_pol
    28322832    !rajout Olivier Torres
    2833     write(lunout, *) 'choix_bulk = ', choix_bulk
    2834     write(lunout, *) 'nit_bulk = ', nit_bulk
    2835     write(lunout, *) 'kz0 = ', kz0
     2833    WRITE(lunout, *) 'choix_bulk = ', choix_bulk
     2834    WRITE(lunout, *) 'nit_bulk = ', nit_bulk
     2835    WRITE(lunout, *) 'kz0 = ', kz0
    28362836
    28372837    !$OMP END MASTER
Note: See TracChangeset for help on using the changeset viewer.