Changeset 8a65cb0 in flexpart.git for src/convmix.f90


Ignore:
Timestamp:
Mar 2, 2015, 3:11:55 PM (9 years ago)
Author:
Espen Sollum ATMOS <espen@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
1d207bb
Parents:
60403cd
Message:

Added code, makefile for dev branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/convmix.f90

    re200b7a r8a65cb0  
    4444  integer :: jy, kpart, ktop, ngrid,kz
    4545  integer :: igrid(maxpart), ipoint(maxpart), igridn(maxpart,maxnests)
     46
    4647  ! itime [s]                 current time
    4748  ! igrid(maxpart)            horizontal grid position of each particle
     
    132133  end do
    133134
    134   !sumall = 0.
    135   !sumconv = 0.
     135  ! sumall = 0.
     136  ! sumconv = 0.
    136137
    137138  !*****************************************************************************
     
    155156    if (igr .eq. -1) goto 50
    156157    ipart = ipoint(kpart)
    157   !  sumall = sumall + 1
     158  ! sumall = sumall + 1
    158159    if (igr .ne. igrold) then
    159160  ! we are in a new grid column
     
    228229      if (igr .eq. -1) goto 60
    229230      ipart = ipoint(kpart)
    230   !    sumall = sumall + 1
     231      ! sumall = sumall + 1
    231232      if (igr .ne. igrold) then
    232233  ! we are in a new grid column
     
    285286  end do
    286287  !--------------------------------------------------------------------------
    287   !write(*,*)'############################################'
    288   !write(*,*)'TIME=',
     288  ! write(*,*)'############################################'
     289  ! write(*,*)'TIME=',&
    289290  !    &  itime
    290   !write(*,*)'fraction of particles under convection',
     291  ! write(*,*)'fraction of particles under convection',&
    291292  !    &  sumconv/(sumall+0.001)
    292   !write(*,*)'total number of particles',
     293  ! write(*,*)'total number of particles',&
    293294  !    &  sumall
    294   !write(*,*)'number of particles under convection',
     295  ! write(*,*)'number of particles under convection',&
    295296  !    &  sumconv
    296   !write(*,*)'############################################'
     297  ! write(*,*)'############################################'
    297298
    298299  return
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG