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/phylmd/coef_diff_turb_mod.F90

    r5112 r5116  
    165165       ! Mais ca fait planter le replay.
    166166       ! En attendant une réécriture, on a joute des if (Fredho)
    167        if ( klon>1 .or. (klon==1 .and. knon==1) ) then
     167       if ( klon>1 .or. (klon==1 .and. knon==1) ) THEN
    168168          CALL ustarhb(knon,klev,knon,yu,yv,ycdragm, yustar)
    169169       endif
     
    175175!   iflag_pbl peut etre utilise comme longuer de melange
    176176       IF (iflag_pbl>=31) THEN
    177           if ( klon>1 .or. (klon==1 .and. knon==1) ) then
     177          if ( klon>1 .or. (klon==1 .and. knon==1) ) THEN
    178178          CALL vdif_kcay(knon,klev,knon,dtime,RG,RD,ypaprs,yt, &
    179179               yzlev,yzlay,yu,yv,yteta, &
     
    403403!           calculer la fraction nuageuse (processus humide):
    404404
    405           if (zq /= 0.) then
     405          if (zq /= 0.) THEN
    406406             zfr = (zq+ratqs*zq-zqs) / (2.0*ratqs*zq)
    407407          else
Note: See TracChangeset for help on using the changeset viewer.