Changeset 926 for LMDZ4/trunk


Ignore:
Timestamp:
Mar 12, 2008, 6:20:17 PM (16 years ago)
Author:
lmdzadmin
Message:

Enleve bogues du 1d pour thermcell_main.F90 et pour "first" appel pour yamada4.F
FH/IM

Location:
LMDZ4/trunk/libf/phylmd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/thermcell_main.F90

    r883 r926  
    145145      real wght_th(klon,klev)
    146146      integer lalim_conv(klon)
    147       logical therm
    148       save therm
     147!v1d     logical therm
     148!v1d     save therm
    149149
    150150      character*2 str2
     
    177177            f0(ig)=1.e-5
    178178            zmax0(ig)=40.
    179             therm=.false.
     179!v1d        therm=.false.
    180180      endif
    181181      enddo
     
    324324
    325325      do ig=1,klon
    326       if (alim_star(ig,1).gt.1.e-10) then
    327          therm=.true.
    328       endif
     326!v1d     if (alim_star(ig,1).gt.1.e-10) then
     327!v1d     therm=.true.
     328!v1d     endif
    329329      enddo
    330330!-----------------------------------------------------------------------------
     
    626626!test pour prolonger la convection
    627627      do ig=1,ngrid
    628       if ((alim_star(ig,1).lt.1.e-10).and.(therm)) then
     628!v1d  if ((alim_star(ig,1).lt.1.e-10).and.(therm)) then
     629      if ((alim_star(ig,1).lt.1.e-10)) then
    629630      lalim_conv(ig)=1
    630631      wght_th(ig,1)=1.
  • LMDZ4/trunk/libf/phylmd/yamada4.F

    r878 r926  
    7171      integer ipas
    7272      save first,ipas
    73       data first,ipas/.true.,0/
     73cFH/IM     data first,ipas/.true.,0/
     74      data first,ipas/.false.,0/
    7475c$OMP THREADPRIVATE( first,ipas)
    7576
Note: See TracChangeset for help on using the changeset viewer.