Ignore:
File:
1 edited

Legend:

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

    r4 r13  
    4949  integer :: i,j,ix,jy,inest
    5050  integer :: idummy = -320
     51  character(len=256) :: pathfile
    5152
    5253  ! Generate a large number of random numbers
     
    6061  ! Print the GPL License statement
    6162  !*******************************************************
    62   print*,'Welcome to FLEXPART Version 9.0'
     63  ! print*,'Welcome to FLEXPART Version 9.1 (Build 20121029)'
     64  print*,'Welcome to FLEXPART Version 9.1.3 (Build 2013158)'
    6365  print*,'FLEXPART is free software released under the GNU Genera'// &
    6466       'l Public License.'
     
    6769  !*******************************************************
    6870
    69   call readpaths
     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)
    7084
    7185  ! Read the user specifications for the current model run
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG