Changeset 3433 for LMDZ5/branches/IPSLCM5A2.1/libf/phylmd/phytrac_mod.F90
- Timestamp:
- Jan 21, 2019, 3:03:51 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/IPSLCM5A2.1/libf/phylmd/phytrac_mod.F90
r2907 r3433 77 77 rfname, & 78 78 d_tr_dyn, & ! RomP 79 tr_seri )79 tr_seri, init_source) 80 80 ! 81 81 !====================================================================== … … 239 239 REAL,DIMENSION(klon,nbsrf),INTENT(IN) :: pctsrf ! Pourcentage de sol (nature du sol) 240 240 241 REAL, DIMENSION(klon,nbtr), INTENT(IN) :: init_source 241 242 242 243 ! Output argument … … 453 454 CALL traclmdz_init(pctsrf,xlat,xlon,ftsol,tr_seri,t_seri,pplay,sh,pdtphys,aerosol,lessivage) 454 455 CASE('inca') 455 source(:,:)= 0.456 source(:,:)=init_source(:,:) 456 457 CALL tracinca_init(aerosol,lessivage) 457 458 CASE('repr')
Note: See TracChangeset
for help on using the changeset viewer.