Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/FLEXPART.f90

    r13 r4  
    4949  integer :: i,j,ix,jy,inest
    5050  integer :: idummy = -320
    51   character(len=256) :: pathfile
    5251
    5352  ! Generate a large number of random numbers
     
    6160  ! Print the GPL License statement
    6261  !*******************************************************
    63   ! print*,'Welcome to FLEXPART Version 9.1 (Build 20121029)'
    64   print*,'Welcome to FLEXPART Version 9.1.3 (Build 2013158)'
     62  print*,'Welcome to FLEXPART Version 9.0'
    6563  print*,'FLEXPART is free software released under the GNU Genera'// &
    6664       'l Public License.'
     
    6967  !*******************************************************
    7068
    71   select case (iargc())
    72   case (1)
    73     call getarg(1,pathfile)
    74     if (trim(pathfile).eq.'-v') then
    75         !write(*,*) 'FLEXPART Version 9.1.3 (Build 2013158)'
    76         stop
    77     endif 
    78   case (0)
    79     write(pathfile,'(a11)') './pathnames'
    80   end select
    81 
    82   call readpaths(pathfile)
    83   print*,length(4)
     69  call readpaths
    8470
    8571  ! Read the user specifications for the current model run
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG