Changeset 0f7835d in flexpart.git for src/init_domainfill_mpi.f90


Ignore:
Timestamp:
Aug 3, 2016, 3:02:42 PM (8 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
861805a, 93786a1
Parents:
f28aa0a
Message:

Changed a variable in domain-filling option (MPI). Deleted an unused function from mpi_mod.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/init_domainfill_mpi.f90

    r7999df47 r0f7835d  
    305305
    306306
    307 ! Check whether numpart is really smaller than maxpart
    308 !*****************************************************
    309 
    310   if (numpart.gt.maxpart) then
     307! Check whether numpart is really smaller than maxpart per process
     308!*****************************************************************
     309
     310  if (numpart.gt.maxpart_mpi) then
    311311    write(*,*) 'numpart too large: change source in init_atm_mass.f'
    312     write(*,*) 'numpart: ',numpart,' maxpart: ',maxpart
     312    write(*,*) 'numpart: ',numpart,' maxpart: ',maxpart_mpi
    313313  endif
    314314
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG