Ignore:
Timestamp:
Dec 5, 2018, 3:21:39 PM (6 years ago)
Author:
acozic
Message:

Add modification to take into account value read in INCA restart file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phytrac_mod.F90

    r3361 r3418  
    7777       rfname,                                        &
    7878       d_tr_dyn,                                      &   ! RomP
    79        tr_seri)         
     79       tr_seri, init_source)         
    8080    !
    8181    !======================================================================
     
    256256    REAL,DIMENSION(klon,klev,nbtr),INTENT(INOUT) :: tr_seri ! Concentration Traceur [U/KgA]
    257257    REAL,DIMENSION(klon,klev)                    :: sourceBE
     258    REAL,DIMENSION(klon,nbtr), INTENT(IN) :: init_source
    258259
    259260    !=======================================================================================
     
    472473          CALL traclmdz_init(pctsrf,xlat,xlon,ftsol,tr_seri,t_seri,pplay,sh,pdtphys,aerosol,lessivage)
    473474       CASE('inca')
    474           source(:,:)=0.
     475          source(:,:)=init_source(:,:)
    475476          CALL tracinca_init(aerosol,lessivage)
    476477       CASE('repr')
Note: See TracChangeset for help on using the changeset viewer.