Changeset 462f74b in flexpart.git for src/concoutput.f90


Ignore:
Timestamp:
Jul 12, 2016, 11:02:42 AM (8 years ago)
Author:
Sabine Eckhardt <sabine@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
842074e
Parents:
f28aa0a
Message:

first version of the backward scavenging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/concoutput.f90

    rdb712a8 r462f74b  
    264264    endif
    265265
     266    if (iout.eq.6) then !scavdep output
     267      open(unitoutgrid,file=path(2)(1:length(2))//'grid_scav_'//adate// &
     268           atime//'_'//anspec,form='unformatted')
     269      write(unitoutgrid) itime
     270     endif
     271
    266272    do kp=1,maxpointspec_act
    267273      do nage=1,nageclass
     
    342348! Concentration output
    343349!*********************
    344         if ((iout.eq.1).or.(iout.eq.3).or.(iout.eq.5)) then
     350        if ((iout.eq.1).or.(iout.eq.3).or.(iout.eq.5).or.(iout.eq.6)) then
    345351
    346352! Wet deposition
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG