Ignore:
Timestamp:
Jul 28, 2010, 3:28:42 PM (14 years ago)
Author:
jghattas
Message:
  • Fixed problems with pseudo-vapor tracers.
  • Removed variable nseuil. The transport with convection can be desactivated with the variable conv_flg instead of nseuil.
File:
1 edited

Legend:

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

    r1403 r1421  
    241241  CASE('lmdz')
    242242     !    -- Traitement des traceurs avec traclmdz
    243      
    244243     CALL traclmdz(nstep, julien, gmtime, pdtphys, t_seri, paprs, pplay, &
    245244          cdragh,  coefh, yu1, yv1, ftsol, pctsrf, xlat, xlon, couchelimite, &
    246245          sh, tr_seri, source, solsym, d_tr_cl, zmasse)
    247      
    248246  CASE('inca')
    249247     !    -- CHIMIE INCA  config_inca = aero or chem --
     
    281279        END IF
    282280
    283 !IM ajout traceurs RR
    284 !      print*,'phytrac it,nseuil=',it,nseuil
    285        IF (it.lt.nseuil) THEN
    286281        DO k = 1, klev
    287282           DO i = 1, klon       
     
    289284           END DO
    290285        END DO
    291        END IF !(it.lt.nseuil) then
    292286
    293287        CALL minmaxqfi(tr_seri(:,:,it),0.,1.e33,'convection it = '//solsym(it))
Note: See TracChangeset for help on using the changeset viewer.