Changeset 3419 for LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/phytrac_mod.F90
- Timestamp:
- Dec 6, 2018, 1:58:51 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/phytrac_mod.F90
r3125 r3419 77 77 rfname, & 78 78 d_tr_dyn, & ! RomP 79 tr_seri )79 tr_seri, init_source) 80 80 ! 81 81 !====================================================================== … … 254 254 REAL,DIMENSION(klon,klev,nbtr),INTENT(INOUT) :: tr_seri ! Concentration Traceur [U/KgA] 255 255 REAL,DIMENSION(klon,klev) :: sourceBE 256 REAL,DIMENSION(klon,nbtr), INTENT(IN) :: init_source 256 257 257 258 !======================================================================================= … … 470 471 CALL traclmdz_init(pctsrf,xlat,xlon,ftsol,tr_seri,t_seri,pplay,sh,pdtphys,aerosol,lessivage) 471 472 CASE('inca') 472 source(:,:)= 0.473 source(:,:)=init_source(:,:) 473 474 CALL tracinca_init(aerosol,lessivage) 474 475 CASE('repr')
Note: See TracChangeset
for help on using the changeset viewer.