Changes in src/timemanager_mpi.f90 [861805a:16b61a5] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/timemanager_mpi.f90

    r861805a r16b61a5  
    578578        end if
    579579
    580         ! Write particles for all processes
     580        ! Write number of particles for all processes
    581581        if (mp_dev_mode) write(*,*) "PID, itime, numpart", mp_pid,itime,numpart
    582582
     
    870870  endif
    871871  deallocate(gridunc)
    872   deallocate(xpoint1,xpoint2,ypoint1,ypoint2,zpoint1,zpoint2,xmass, checklifetime)
     872  deallocate(xpoint1,xpoint2,ypoint1,ypoint2,zpoint1,zpoint2,xmass)
     873  if (allocated(checklifetime)) deallocate(checklifetime)
    873874  deallocate(ireleasestart,ireleaseend,npart,kindz)
    874875  deallocate(xmasssave)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG