Ignore:
Timestamp:
Mar 24, 2006, 4:06:23 PM (18 years ago)
Author:
lmdzadmin
Message:

Ajout de bilans pour INCA - AC
MAF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/phytrac.F

    r679 r682  
    552552     $                 jjp1)       !ny
    553553#ifdef INCAINFO
     554#ifdef INCA_AER
     555
     556c Budget calculation for aerosol species
     557CALL tbudget(airephy,pdtphys,nstep,tr_seri,.false.)
     558
     559c-- summary info----------------------------------------------------------------
     560
     561if (MOD(nstep,nint(86400./pdtphys)) .eq. 0) then
     562print *, "global aerosol optical thickness "
     563
     564write (form,'(A,I2,A)') "(A,",trnx-trmx+1,"A10)"
     565print form,"lamba [nm] ", (solsym(it),it=trmx,trnx)
     566
     567write (form,'(A,I2,A)') "(I11,",trnx-trmx+1,"F10.4)"
     568do i=1,las
     569print form,int(lambda(i)),(sum(tausum(:,i,it)*airephy)/sum(airephy),it=trmx,trnx)
     570enddo
     571
     572print *,"global mean angstroem component ", sum(angst*airephy)/sum(airephy)
     573endif
     574#endif
     575#endif
     576
     577#ifdef INCAINFO
    554578      PRINT *, 'OK.'
    555579      DO it = 1, nbtr
Note: See TracChangeset for help on using the changeset viewer.