Changeset 08a38b5 in flexpart.git for src/concoutput.f90


Ignore:
Timestamp:
Oct 3, 2017, 3:44:21 PM (7 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
de4c5e9
Parents:
bb579a9
Message:

Added (hardcoded) option to output number of particles per grid cell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/concoutput.f90

    r6985a98 r08a38b5  
    446446                  endif
    447447                  sp_count_r=sp_count_r+1
    448                   sparse_dump_r(sp_count_r)= &
    449                        sp_fact* &
    450                        grid(ix,jy,kz)* &
    451                        factor3d(ix,jy,kz)/tot_mu(ks,kp)
     448                  if (lparticlecountoutput) then
     449                    sparse_dump_r(sp_count_r)= &
     450                         sp_fact* &
     451                         grid(ix,jy,kz)
     452                  else
     453                    sparse_dump_r(sp_count_r)= &
     454                         sp_fact* &
     455                         grid(ix,jy,kz)* &
     456                         factor3d(ix,jy,kz)/tot_mu(ks,kp)
     457                  end if
     458
     459
    452460!                 if ((factor(ix,jy,kz)/tot_mu(ks,kp)).eq.0)
    453461!    +              write (*,*) factor(ix,jy,kz),tot_mu(ks,kp),ks,kp
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG