Ignore:
Timestamp:
Jul 25, 2024, 5:47:25 PM (4 months ago)
Author:
abarral
Message:

Correct bug in vlspltqs_loc.f90 from r2270 where we call SSUM with incorrect arguments.
Merge the three different versions of abort_gcm into one
Fix seq, para 3D compilation broken from r5107 onwards
(lint) usual + Remove uneeded fixed-form continuations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/calcul_REGDYN.h

    r1907 r5128  
    1 c
    2 c $Header$
    3 c
    4 c calculs statistiques distribution nuage ftion du regime dynamique
    5 c
    6 c Ce calcul doit etre fait a partir de valeurs mensuelles ??
    7       CALL histo_o500_pctau(nbregdyn,pct_ocean,o500,fq_isccp,
    8      &histoW,nhistoW)
    9 c
    10 c nhistoWt = somme de toutes les nhistoW
     1!
     2! $Header$
     3!
     4! calculs statistiques distribution nuage ftion du regime dynamique
     5!
     6! Ce calcul doit etre fait a partir de valeurs mensuelles ??
     7      CALL histo_o500_pctau(nbregdyn,pct_ocean,o500,fq_isccp, &
     8     histoW,nhistoW)
     9!
     10! nhistoWt = somme de toutes les nhistoW
    1111      DO nreg=1, nbregdyn
    1212       DO k = 1, kmaxm1
    1313        DO l = 1, lmaxm1
    1414         DO iw = 1, iwmax
    15           nhistoWt(k,l,iw,nreg)=nhistoWt(k,l,iw,nreg)+
    16      &    nhistoW(k,l,iw,nreg)
     15          nhistoWt(k,l,iw,nreg)=nhistoWt(k,l,iw,nreg)+&
     16         nhistoW(k,l,iw,nreg)
    1717         ENDDO
    1818        ENDDO
    1919       ENDDO
    2020      ENDDO
    21 c
    22 cIM 190504 END
     21!
     22!IM 190504 END
Note: See TracChangeset for help on using the changeset viewer.