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

    r5112 r5116  
    102102      WRITE(lunout, *)"chrolophyll current month", mth_cur
    103103      DO i = 1, klon_glo
    104         !      if(isnan(chlorocon_mois_glo(i)))then ! isnan() is not in the Fortran standard...
     104        !      IF(isnan(chlorocon_mois_glo(i)))then ! isnan() is not in the Fortran standard...
    105105        !      Another way to check for NaN:
    106106        IF (chlorocon_mois_glo(i)/=chlorocon_mois_glo(i)) chlorocon_mois_glo(i) = 0.
Note: See TracChangeset for help on using the changeset viewer.