Changeset 6985a98 in flexpart.git for src/concoutput.f90


Ignore:
Timestamp:
May 8, 2017, 5:28:32 PM (7 years ago)
Author:
Sabine <sabine.eckhardt@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
2bec33e
Parents:
d9f0585 (diff), d1a8707 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

compiles after merge scavenging into test dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/concoutput.f90

    r16b61a5 r6985a98  
    246246
    247247    write(anspec,'(i3.3)') ks
    248     if ((iout.eq.1).or.(iout.eq.3).or.(iout.eq.5)) then
    249       if (ldirect.eq.1) then
    250         open(unitoutgrid,file=path(2)(1:length(2))//'grid_conc_'//adate// &
     248
     249    if (DRYBKDEP.or.WETBKDEP) then !scavdep output
     250      if (DRYBKDEP) &
     251      open(unitoutgrid,file=path(2)(1:length(2))//'grid_drydep_'//adate// &
     252           atime//'_'//anspec,form='unformatted')
     253      if (WETBKDEP) &
     254      open(unitoutgrid,file=path(2)(1:length(2))//'grid_wetdep_'//adate// &
     255           atime//'_'//anspec,form='unformatted')
     256      write(unitoutgrid) itime
     257    else
     258      if ((iout.eq.1).or.(iout.eq.3).or.(iout.eq.5)) then
     259        if (ldirect.eq.1) then
     260          open(unitoutgrid,file=path(2)(1:length(2))//'grid_conc_'//adate// &
    251261             atime//'_'//anspec,form='unformatted')
    252       else
    253         open(unitoutgrid,file=path(2)(1:length(2))//'grid_time_'//adate// &
     262        else
     263          open(unitoutgrid,file=path(2)(1:length(2))//'grid_time_'//adate// &
    254264             atime//'_'//anspec,form='unformatted')
     265        endif
     266        write(unitoutgrid) itime
    255267      endif
    256       write(unitoutgrid) itime
    257     endif
    258 
    259     if ((iout.eq.2).or.(iout.eq.3)) then      ! mixing ratio
    260       open(unitoutgridppt,file=path(2)(1:length(2))//'grid_pptv_'//adate// &
     268      if ((iout.eq.2).or.(iout.eq.3)) then      ! mixing ratio
     269        open(unitoutgridppt,file=path(2)(1:length(2))//'grid_pptv_'//adate// &
    261270           atime//'_'//anspec,form='unformatted')
    262 
    263       write(unitoutgridppt) itime
    264     endif
     271        write(unitoutgridppt) itime
     272      endif
     273    endif ! if deposition output
    265274
    266275    do kp=1,maxpointspec_act
     
    342351! Concentration output
    343352!*********************
    344         if ((iout.eq.1).or.(iout.eq.3).or.(iout.eq.5)) then
     353        if ((iout.eq.1).or.(iout.eq.3).or.(iout.eq.5).or.(iout.eq.6)) then
    345354
    346355! Wet deposition
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG