Changes in src/FLEXPART_MPI.f90 [0c8c7f2:20963b1] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/FLEXPART_MPI.f90

    r0c8c7f2 r20963b1  
    7777  if (mp_measure_time) call mpif_mtime('flexpart',0)
    7878
    79  
     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
    8085  ! Generate a large number of random numbers
    8186  !******************************************
     
    175180  endif
    176181
    177   ! Initialize arrays in com_mod
    178   !*****************************
    179 
    180   if(.not.(lmpreader.and.lmp_use_reader)) call com_mod_allocate_part(maxpart_mpi)
    181 
    182182
    183183! Read the age classes to be used
     
    413413  end if ! (mpif_pid == 0)
    414414
    415   if (mp_measure_time) call mpif_mtime('iotime',1)
     415  if (mp_measure_time) call mpif_mtime('iotime',0)
    416416
    417417  if (verbosity.gt.0 .and. lroot) then
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG