Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/readpartpositions.f90

    r13 r4  
    7777
    7878  read(unitpartin) numpointin
    79   if (numpointin.ne.numpoint) goto 995
     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
    8086  do i=1,numpointin
    8187    read(unitpartin)
     
    146152  stop
    147153
    148 995   write(*,*) ' #### FLEXPART MODEL ERROR IN READPARTPOSITIONS#### '
    149   write(*,*) ' #### NUMBER OF RELEASE LOCATIONS DOES NOT     #### '
    150   write(*,*) ' #### AGREE WITH CURRENT SETTINGS!             #### '
    151   stop
    152154
    153155996   write(*,*) ' #### FLEXPART MODEL ERROR IN READPARTPOSITIONS#### '
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG