Ignore:
Timestamp:
Jan 15, 2018, 2:41:25 PM (6 years ago)
Author:
musat
Message:

Bug fix for ratqsc (add save/OMP THREADPRIVATE) and itau_con counter
JYG/IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r3134 r3148  
    157157!!!       d_s_the, d_dens_the, &            ! due to thermals
    158158       !                                 
    159        ptconv, &
     159       ptconv, ratqsc, &
    160160       wbeff, convoccur, zmax_th, &
    161161       sens, flwp, fiwp,  &
     
    901901    INTEGER kcbot(klon), kctop(klon), kdtop(klon)
    902902    !
    903     REAL ratqsc(klon,klev)
    904903    real ratqsbas,ratqshaut,tau_ratqs
    905904    save ratqsbas,ratqshaut,tau_ratqs
     
    26632662
    26642663          DO i = 1, klon
    2665              IF (iflagctrl(i).le.1) itau_con(i)=itau_con(i)+1
     2664             IF (iflagctrl(i).le.1) itau_con(i)=itau_con(i)+cvpas
    26662665          ENDDO
    26672666          !
Note: See TracChangeset for help on using the changeset viewer.