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

    r5105 r5116  
    524524    DO i = 1, knon
    525525      IF (check(i) .OR. omegafl(i)) THEN
    526         ! CC         if (pplay(i,k) .le. plcl(i)) then
     526        ! CC         if (pplay(i,k) .le. plcl(i)) THEN
    527527        zm(i) = z(i, k-1)
    528528        zp(i) = z(i, k)
Note: See TracChangeset for help on using the changeset viewer.