Ignore:
Timestamp:
May 5, 2010, 3:23:18 PM (14 years ago)
Author:
musat
Message:

Output all tracers defined in .def in hist files with dynamic
declaration of LMDZ atmospheric tracers' output levels
Add 6 pseudo-water tracers with and without transport by boundary layer
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4V5.0-dev/libf/phylmd/phytrac.F90

    r1299 r1376  
     1
    12!$Id $
    23
     
    213214     SELECT CASE(type_trac)
    214215     CASE('lmdz')
    215         CALL traclmdz_init(pctsrf, ftsol, tr_seri, aerosol, lessivage)
     216!IM ajout t_seri, pplay, sh    CALL traclmdz_init(pctsrf, ftsol, tr_seri, aerosol, lessivage)
     217        CALL traclmdz_init(pctsrf, ftsol, tr_seri, t_seri, pplay, sh, aerosol, lessivage)
    216218     CASE('inca')
    217219        source(:,:)=0.
     
    239241          paprs,    pplay,        cdragh,  coefh,   &
    240242          yu1,      yv1,          ftsol,   pctsrf,  &
    241           xlat,     couchelimite,                   &
     243          xlat,     couchelimite, sh,               &
    242244          tr_seri,  source,       solsym,  d_tr_cl)
    243245     
     
    277279        END IF
    278280
     281!IM ajout traceurs RR
     282!      print*,'phytrac it,nseuil=',it,nseuil
     283       IF (it.lt.nseuil) THEN
    279284        DO k = 1, klev
    280285           DO i = 1, klon       
     
    282287           END DO
    283288        END DO
     289       END IF !(it.lt.nseuil) then
    284290
    285291        CALL minmaxqfi(tr_seri(:,:,it),0.,1.e33,'convection it = '//solsym(it))
Note: See TracChangeset for help on using the changeset viewer.