- Timestamp:
- Jul 24, 2024, 2:54:37 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/readchlorophyll.F90
r5112 r5116 102 102 WRITE(lunout, *)"chrolophyll current month", mth_cur 103 103 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... 105 105 ! Another way to check for NaN: 106 106 IF (chlorocon_mois_glo(i)/=chlorocon_mois_glo(i)) chlorocon_mois_glo(i) = 0.
Note: See TracChangeset
for help on using the changeset viewer.