Changes in src/init_domainfill_mpi.f90 [7999df47:0f7835d] in flexpart.git


Ignore:
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