Ignore:
Timestamp:
Dec 6, 2018, 1:58:51 PM (6 years ago)
Author:
acozic
Message:

merge with rev 3418 of trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/phytrac_mod.F90

    r3125 r3419  
    7777       rfname,                                        &
    7878       d_tr_dyn,                                      &   ! RomP
    79        tr_seri)         
     79       tr_seri, init_source)         
    8080    !
    8181    !======================================================================
     
    254254    REAL,DIMENSION(klon,klev,nbtr),INTENT(INOUT) :: tr_seri ! Concentration Traceur [U/KgA]
    255255    REAL,DIMENSION(klon,klev)                    :: sourceBE
     256    REAL,DIMENSION(klon,nbtr), INTENT(IN) :: init_source
    256257
    257258    !=======================================================================================
     
    470471          CALL traclmdz_init(pctsrf,xlat,xlon,ftsol,tr_seri,t_seri,pplay,sh,pdtphys,aerosol,lessivage)
    471472       CASE('inca')
    472           source(:,:)=0.
     473          source(:,:)=init_source(:,:)
    473474          CALL tracinca_init(aerosol,lessivage)
    474475       CASE('repr')
Note: See TracChangeset for help on using the changeset viewer.