Changeset 682 for LMDZ4/trunk/libf/phylmd
- Timestamp:
- Mar 24, 2006, 4:06:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/phytrac.F
r679 r682 552 552 $ jjp1) !ny 553 553 #ifdef INCAINFO 554 #ifdef INCA_AER 555 556 c Budget calculation for aerosol species 557 CALL tbudget(airephy,pdtphys,nstep,tr_seri,.false.) 558 559 c-- summary info---------------------------------------------------------------- 560 561 if (MOD(nstep,nint(86400./pdtphys)) .eq. 0) then 562 print *, "global aerosol optical thickness " 563 564 write (form,'(A,I2,A)') "(A,",trnx-trmx+1,"A10)" 565 print form,"lamba [nm] ", (solsym(it),it=trmx,trnx) 566 567 write (form,'(A,I2,A)') "(I11,",trnx-trmx+1,"F10.4)" 568 do i=1,las 569 print form,int(lambda(i)),(sum(tausum(:,i,it)*airephy)/sum(airephy),it=trmx,trnx) 570 enddo 571 572 print *,"global mean angstroem component ", sum(angst*airephy)/sum(airephy) 573 endif 574 #endif 575 #endif 576 577 #ifdef INCAINFO 554 578 PRINT *, 'OK.' 555 579 DO it = 1, nbtr
Note: See TracChangeset
for help on using the changeset viewer.