Changeset f06b72a in flexpart.git for src/timemanager_mpi.f90


Ignore:
Timestamp:
Nov 19, 2020, 10:11:13 AM (3 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
GFS_025, dev
Children:
5635973
Parents:
f04024b
Message:

MPI: Fix for initial condition field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/timemanager_mpi.f90

    ra803521 rf06b72a  
    894894!*****************************************************************************
    895895
    896   do j=1,numpart
    897     if (linit_cond.ge.1) call initial_cond_calc(itime,j)
    898   end do
     896  if (linit_cond.ge.1) then
     897    do j=1,numpart
     898      call initial_cond_calc(itime,j)
     899    end do
    899900
    900901! Transfer sum of init_cond field to root process, for output
    901   call mpif_tm_reduce_initcond
     902    call mpif_tm_reduce_initcond
     903  end if
    902904   
    903905  if (ipout.eq.2) then
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG