source: flexpart.git/src/point_mod.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: 623 bytes
Line 
1module point_mod
2
3  implicit none
4
5  integer, allocatable, dimension (:) :: ireleasestart
6  integer, allocatable, dimension (:) :: ireleaseend
7  integer, allocatable, dimension (:) :: npart
8  integer*2, allocatable, dimension (:) :: kindz
9
10  real,allocatable, dimension (:) :: xpoint1
11  real,allocatable, dimension (:) :: xpoint2
12  real,allocatable, dimension (:) :: ypoint1
13  real,allocatable, dimension (:) :: ypoint2
14  real,allocatable, dimension (:) :: zpoint1
15  real,allocatable, dimension (:) :: zpoint2
16
17  real,allocatable, dimension (:,:) :: xmass
18  real,allocatable, dimension (:) :: rho_rel
19
20end module point_mod
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG