source: flexpart.git/src/skplin.f90 @ 3481cc1

10.4.1_peseiGFS_025bugfixes+enhancementsdevrelease-10release-10.4.1scaling-bug
Last change on this file since 3481cc1 was 3481cc1, checked in by Ignacio Pisso <ip@…>, 4 years ago

move license from headers to a different file

  • Property mode set to 100644
File size: 1.4 KB
Line 
1subroutine skplin(nlines,iunit)
2  !                    i      i
3  !*****************************************************************************
4  !                                                                            *
5  !   This routine reads nlines from unit iunit and discards them              *
6  !                                                                            *
7  !   Authors: Petra Seibert                                                   *
8  !                                                                            *
9  !   31 Dec 1998                                                              *
10  !                                                                            *
11  !*****************************************************************************
12  !                                                                            *
13  ! Variables:                                                                 *
14  !                                                                            *
15  ! iunit   unit number from which lines are to be skipped                     *
16  ! nlines  number of lines to be skipped                                      *
17  !                                                                            *
18  !*****************************************************************************
19
20  implicit none
21
22  integer :: i,iunit, nlines
23
24  do i=1,nlines
25    read(iunit,*)
26  end do
27
28end subroutine skplin
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG