Ignore:
Timestamp:
Jan 21, 2019, 3:03:51 PM (5 years ago)
Author:
acozic
Message:

merge with rev 3418 of trunk - add modification to take into account values read in INCA restart file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/IPSLCM5A2.1/libf/phylmd/phytrac_mod.F90

    r2907 r3433  
    7777       rfname,                                        &
    7878       d_tr_dyn,                                      &   ! RomP
    79        tr_seri)         
     79       tr_seri, init_source)         
    8080    !
    8181    !======================================================================
     
    239239    REAL,DIMENSION(klon,nbsrf),INTENT(IN) :: pctsrf ! Pourcentage de sol (nature du sol)
    240240
     241    REAL, DIMENSION(klon,nbtr), INTENT(IN) :: init_source
    241242
    242243    ! Output argument
     
    453454          CALL traclmdz_init(pctsrf,xlat,xlon,ftsol,tr_seri,t_seri,pplay,sh,pdtphys,aerosol,lessivage)
    454455       CASE('inca')
    455           source(:,:)=0.
     456          source(:,:)=init_source(:,:)
    456457          CALL tracinca_init(aerosol,lessivage)
    457458       CASE('repr')
Note: See TracChangeset for help on using the changeset viewer.