Changes in src/FLEXPART_MPI.f90 [20963b1:2eefa58] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/FLEXPART_MPI.f90

    r20963b1 r2eefa58  
    7777  if (mp_measure_time) call mpif_mtime('flexpart',0)
    7878
    79   ! Initialize arrays in com_mod
    80   !*****************************
    81 
    82   if(.not.(lmpreader.and.lmp_use_reader)) call com_mod_allocate_part(maxpart_mpi)
    83 
    84 
     79 
    8580  ! Generate a large number of random numbers
    8681  !******************************************
     
    151146    write(*,*) 'call readpaths'
    152147  endif
    153   call readpaths(pathfile)
     148  call readpaths
    154149 
    155150  if (verbosity.gt.1) then !show clock info
     
    179174    endif
    180175  endif
     176
     177  ! Initialize arrays in com_mod
     178  !*****************************
     179
     180  if(.not.(lmpreader.and.lmp_use_reader)) call com_mod_allocate_part(maxpart_mpi)
    181181
    182182
     
    413413  end if ! (mpif_pid == 0)
    414414
    415   if (mp_measure_time) call mpif_mtime('iotime',0)
     415  if (mp_measure_time) call mpif_mtime('iotime',1)
    416416
    417417  if (verbosity.gt.0 .and. lroot) then
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG