Changeset b5127f9 in flexpart.git for src/readavailable.f90


Ignore:
Timestamp:
Aug 4, 2017, 2:18:03 PM (7 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:
61e07ba, 1d072c0
Parents:
5184a7c
Message:

Fixed an inconsistency (serial vs parallel) with domain-filling option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readavailable.f90

    r4c64400 rb5127f9  
    6363  integer :: i,idiff,ldat,ltim,wftime1(maxwf),numbwfn(maxnests),k
    6464  integer :: wftime1n(maxnests,maxwf),wftimen(maxnests,maxwf)
     65  logical :: lwarntd=.true.
    6566  real(kind=dp) :: juldate,jul,beg,end
    6667  character(len=255) :: fname,spec,wfname1(maxwf),wfspec1(maxwf)
     
    241242           &'
    242243      write(*,*) 'THEREFORE, TRAJECTORIES HAVE TO BE SKIPPED.'
    243     else if (idiff.gt.idiffnorm.and.lroot) then
     244    else if (idiff.gt.idiffnorm.and.lroot.and.lwarntd) then
    244245      write(*,*) 'FLEXPART WARNING: TIME DIFFERENCE BETWEEN TWO'
    245246      write(*,*) 'WIND FIELDS IS BIG. THIS MAY CAUSE A DEGRADATION'
    246247      write(*,*) 'OF SIMULATION QUALITY.'
     248      lwarntd=.false. ! only issue this warning once
    247249    endif
    248250  end do
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG