Changes in src/init_domainfill.f90 [b5127f9:0a94e13] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/init_domainfill.f90

    rb5127f9 r0a94e13  
    8686    endif
    8787  endif
     88
     89! Exit here if resuming a run from particle dump
     90!***********************************************
     91  if (gdomainfill.and.ipin.ne.0) return
    8892
    8993! Do not release particles twice (i.e., not at both in the leftmost and rightmost
     
    414418!***************************************************************************
    415419
    416   if (ipin.eq.1) then
     420  if ((ipin.eq.1).and.(.not.gdomainfill)) then
    417421    open(unitboundcond,file=path(2)(1:length(2))//'boundcond.bin', &
    418422         form='unformatted')
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG