Changeset 33279f7 in flexpart.git


Ignore:
Timestamp:
Feb 10, 2017, 2:47:25 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:
9287c01
Parents:
6473ad3
Message:

counting how often xscav is less than 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/conccalc.f90

    r6473ad3 r33279f7  
    5959  real :: xl,yl,wx,wy,w
    6060  real,parameter :: factor=.596831, hxmax=6.0, hymax=4.0, hzmax=150.
    61 
     61  integer xscav_count
    6262
    6363  ! For forward simulations, make a loop over the number of species;
     
    6565  ! releasepoints
    6666  !***************************************************************************
    67 
     67  xscav_count=0
    6868  do i=1,numpart
    6969    if (itra1(i).ne.itime) goto 20
     
    767633   continue
    7777
    78 
     78  if (xscav_frac1(i,1).lt.0) xscav_count=xscav_count+1
     79           
    7980  ! For special runs, interpolate the air density to the particle position
    8081  !************************************************************************
     
    43843920  continue
    439440  end do
     441  write(*,*) 'xscav count:',xscav_count
    440442
    441443  !***********************************************************************
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG