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/phylmdiso/ajsec.F90

    r5105 r5116  
    6363      do i=1,klon
    6464         do k=1,klev         
    65            if (iso_eau.gt.0) then
     65           if (iso_eau.gt.0) THEN
    6666             CALL iso_verif_egalite_choix(q(i,k),xt(iso_eau,i,k), &
    6767                 'ajsec 67',errmax,errmaxrel)
    68            endif !if (iso_eau.gt.0) then
     68           endif !if (iso_eau.gt.0) THEN
    6969         enddo !do k=limbas,limhau
    7070      enddo !do i=1,klon
     
    136136        enddo   
    137137#ifdef ISOVERIF
    138         if (iso_eau.gt.0) then
     138        if (iso_eau.gt.0) THEN
    139139             CALL iso_verif_egalite_choix(qm,xtm(iso_eau), &
    140140                 'ajsec 126',errmax,errmaxrel)
    141         endif !if (iso_eau.gt.0) then     
     141        endif !if (iso_eau.gt.0) THEN
    142142#endif
    143143#endif
     
    152152        enddo   
    153153#ifdef ISOVERIF
    154         if (iso_eau.gt.0) then
     154        if (iso_eau.gt.0) THEN
    155155             CALL iso_verif_egalite_choix(qm,xtm(iso_eau), &
    156156                 'ajsec 136',errmax,errmaxrel)
    157         endif !if (iso_eau.gt.0) then     
     157        endif !if (iso_eau.gt.0) THEN
    158158#endif
    159159#endif
     
    198198             CALL iso_verif_noNaN(zxt(ixt,i,k),'ajsec 173')
    199199           enddo !do ixt=1,niso           
    200            if (iso_eau.gt.0) then
     200           if (iso_eau.gt.0) THEN
    201201             CALL iso_verif_egalite_choix(zq(i,k),zxt(iso_eau,i,k), &
    202202                 'ajsec 168',errmax,errmaxrel)
    203            endif !if (iso_eau.gt.0) then
     203           endif !if (iso_eau.gt.0) THEN
    204204#ifdef ISOTRAC     
    205205           CALL iso_verif_traceur(zxt(1,i,k),'ajsec 181')
     
    228228      do i = 1, klon
    229229        do k = 1, limhau
    230          if (iso_eau.gt.0) then
     230         if (iso_eau.gt.0) THEN
    231231          CALL iso_verif_egalite_choix(d_q(i,k),d_xt(iso_eau,i,k), &
    232232                'ajsec 198',errmax,errmaxrel)
     
    280280      do i = 1, klon
    281281        do k = 1, klev
    282          if (iso_eau.gt.0) then
     282         if (iso_eau.gt.0) THEN
    283283          CALL iso_verif_egalite(d_q(i,k),d_xt(iso_eau,i,k),'ajsec 270')
    284284         endif
     
    361361             CALL iso_verif_noNAN(xt(ixt,i,k),'ajsec 320')
    362362           enddo !do ixt=1,niso           
    363            if (iso_eau.gt.0) then
     363           if (iso_eau.gt.0) THEN
    364364             CALL iso_verif_egalite_choix(q(i,k),xt(iso_eau,i,k), &
    365365                 'ajsec 324',errmax,errmaxrel)
    366            endif !if (iso_eau.gt.0) then
     366           endif !if (iso_eau.gt.0) THEN
    367367#ifdef ISOTRAC     
    368368           CALL iso_verif_traceur(xt(1,i,k),'ajsec 327')
     
    490490             CALL iso_verif_noNAN(zxt(ixt,i,k),'ajsec 428')
    491491           enddo !do ixt=1,niso           
    492            if (iso_eau.gt.0) then
     492           if (iso_eau.gt.0) THEN
    493493             CALL iso_verif_egalite_choix(zq(i,k),zxt(iso_eau,i,k), &
    494494                 'ajsec 432',errmax,errmaxrel)
    495            endif !if (iso_eau.gt.0) then
     495           endif !if (iso_eau.gt.0) THEN
    496496#ifdef ISOTRAC     
    497497           CALL iso_verif_traceur(zxt(1,i,k),'ajsec 436')
     
    563563      do i = 1, klon
    564564        do k = limbas, limhau
    565          if (iso_eau.gt.0) then
     565         if (iso_eau.gt.0) THEN
    566566          CALL iso_verif_egalite(d_q(i,k),d_xt(iso_eau,i,k),'ajsec 270')
    567567         endif
Note: See TracChangeset for help on using the changeset viewer.