source: flexpart.git/src/flux_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: 637 bytes
Line 
1! SPDX-FileCopyrightText: FLEXPART 1998-2019, see flexpart_license.txt
2! SPDX-License-Identifier: GPL-3.0-or-later
3
4module flux_mod
5
6  ! flux eastward, westward, northward, southward, upward and downward
7  ! fluxes of all species and all ageclasses
8  ! areaeast,areanorth [m2] side areas of each grid cell
9
10  implicit none
11
12  real,allocatable, dimension (:,:,:,:,:,:,:) :: flux
13
14  !1 fluxw west - east
15  !2 fluxe east - west
16  !3 fluxs south - north
17  !4 fluxn north - south
18  !5 fluxu upward
19  !6 fluxd downward
20  !real,allocatable, dimension (:,:,:) :: areanorth
21  !real,allocatable, dimension (:,:,:) :: areaeast
22
23end module flux_mod
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG