Ignore:
Timestamp:
Mar 31, 2008, 6:14:45 PM (17 years ago)
Author:
lmdzadmin
Message:

Enleve prints par defaut
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/thermcell.F

    r878 r938  
    991991#ifdef troisD
    992992c       if (sorties) then
    993       print*,'Debut des wrgradsfi'
     993c      print*,'Debut des wrgradsfi'
    994994
    995995c      print*,'16 OK convect8'
     
    10681068c     print*,'18 OK convect8'
    10691069c      endif
    1070       print*,'Fin des wrgradsfi'
     1070c      print*,'Fin des wrgradsfi'
    10711071#endif
    10721072
     
    11671167c                 detr_star(ig,l)=0.
    11681168             endif
    1169             print*,'ok detr_star'
     1169c           print*,'ok detr_star'
    11701170cprise en compte du detrainement dans le calcul du flux
    11711171             f_star(ig,l+1)=f_star(ig,l)+alim_star(ig,l)+entr_star(ig,l)
     
    11881188     s           -zw2(ig,l))/(zw2(ig,l+1)-zw2(ig,l))
    11891189               zw2(ig,l+1)=0.
    1190                print*,'linter=',linter(ig)
     1190c              print*,'linter=',linter(ig)
    11911191            else
    11921192               wa_moy(ig,l+1)=sqrt(zw2(ig,l+1))
     
    11991199         enddo
    12001200      enddo
    1201       print*,'fin calcul zw2'
     1201c     print*,'fin calcul zw2'
    12021202c
    12031203c Calcul de la couche correspondant a la hauteur du thermique
     
    12301230            if (l.le.lmax(ig)) then
    12311231                if (zw2(ig,l).lt.0.)then
    1232                   print*,'pb2 zw2<0'
     1232c                 print*,'pb2 zw2<0'
    12331233                endif
    12341234                zw2(ig,l)=sqrt(zw2(ig,l))
Note: See TracChangeset for help on using the changeset viewer.