source: flexpart.git/src/outg_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: 1.4 KB
Line 
1! SPDX-FileCopyrightText: FLEXPART 1998-2019, see flexpart_license.txt
2! SPDX-License-Identifier: GPL-3.0-or-later
3
4module outg_mod
5
6  use par_mod, only: dep_prec, sp
7
8  implicit none
9
10  real,allocatable, dimension (:) :: outheight
11  real,allocatable, dimension (:) :: outheighthalf
12  real,allocatable, dimension (:,:) :: oroout
13  real,allocatable, dimension (:,:) :: orooutn
14  real,allocatable, dimension (:,:) :: area
15  real,allocatable, dimension (:,:) :: arean
16  real,allocatable, dimension (:,:,:) :: volume
17  real,allocatable, dimension (:,:,:) :: volumen
18  real,allocatable, dimension (:,:,:) :: areaeast
19  real,allocatable, dimension (:,:,:) :: areanorth
20  real,allocatable, dimension (:,:,:) :: densityoutgrid
21  real,allocatable, dimension (:,:,:) :: densitydrygrid ! added RLT
22  real,allocatable, dimension (:,:,:) :: factor_drygrid ! added RLT
23  real,allocatable, dimension (:,:,:) :: factor3d
24  real,allocatable, dimension (:,:,:) :: grid
25  real(sp),allocatable, dimension (:,:) :: wetgrid
26  real(sp),allocatable, dimension (:,:) :: drygrid
27  real,allocatable, dimension (:,:,:) :: gridsigma
28  real(dep_prec),allocatable, dimension (:,:) :: drygridsigma
29  real(dep_prec),allocatable, dimension (:,:) :: wetgridsigma
30  real,allocatable, dimension (:) :: sparse_dump_r
31  real,allocatable, dimension (:) :: sparse_dump_u
32  integer,allocatable, dimension (:) :: sparse_dump_i
33
34end module outg_mod
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG