source: flexpart.git/src/point_mod.f90

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

add SPDX-License-Identifier to all .f90 files

  • Property mode set to 100644
File size: 739 bytes
Line 
1! SPDX-FileCopyrightText: FLEXPART 1998-2019, see flexpart_license.txt
2! SPDX-License-Identifier: GPL-3.0-or-later
3
4module point_mod
5
6  implicit none
7
8  integer, allocatable, dimension (:) :: ireleasestart
9  integer, allocatable, dimension (:) :: ireleaseend
10  integer, allocatable, dimension (:) :: npart
11  integer*2, allocatable, dimension (:) :: kindz
12
13  real,allocatable, dimension (:) :: xpoint1
14  real,allocatable, dimension (:) :: xpoint2
15  real,allocatable, dimension (:) :: ypoint1
16  real,allocatable, dimension (:) :: ypoint2
17  real,allocatable, dimension (:) :: zpoint1
18  real,allocatable, dimension (:) :: zpoint2
19
20  real,allocatable, dimension (:,:) :: xmass
21  real,allocatable, dimension (:) :: rho_rel
22
23end module point_mod
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG