Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FLEXPART_9.1.3/src/readpartpositions.f90

    r4 r13  
    7777
    7878  read(unitpartin) numpointin
    79   if (numpointin.ne.numpoint) then
    80      write(*,*) ' ####              WARNING                     #### '
    81      write(*,*) ' #### NUMBER OF RELEASE LOCATIONS DOES NOT     #### '
    82      write(*,*) ' #### AGREE WITH CURRENT SETTINGS!             #### '
    83      write(*,*) ' #### THIS IS JUST A CHECK TO SEE IF YOU READ  #### '
    84      write(*,*) ' #### THE CORRECT PARTICLE DUMP FILE.          #### '
    85   endif
     79  if (numpointin.ne.numpoint) goto 995
    8680  do i=1,numpointin
    8781    read(unitpartin)
     
    152146  stop
    153147
     148995   write(*,*) ' #### FLEXPART MODEL ERROR IN READPARTPOSITIONS#### '
     149  write(*,*) ' #### NUMBER OF RELEASE LOCATIONS DOES NOT     #### '
     150  write(*,*) ' #### AGREE WITH CURRENT SETTINGS!             #### '
     151  stop
    154152
    155153996   write(*,*) ' #### FLEXPART MODEL ERROR IN READPARTPOSITIONS#### '
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG