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