Changeset 46706c7 in flexpart.git for src/init_domainfill_mpi.f90


Ignore:
Timestamp:
Aug 31, 2016, 9:01:42 AM (8 years ago)
Author:
Sabine <sabine.eckhardt@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
d404d98
Parents:
35fa90d (diff), 0f7835d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'dev' of git.nilu.no:flexpart/flexpart into dev

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