source: flexpart.git/src/outg_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@…>, 5 years ago

move license from headers to a different file

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[e200b7a]1module outg_mod
2
[4c64400]3  use par_mod, only: dep_prec, sp
[6a678e3]4
[e200b7a]5  implicit none
6
7  real,allocatable, dimension (:) :: outheight
8  real,allocatable, dimension (:) :: outheighthalf
9  real,allocatable, dimension (:,:) :: oroout
10  real,allocatable, dimension (:,:) :: orooutn
11  real,allocatable, dimension (:,:) :: area
12  real,allocatable, dimension (:,:) :: arean
13  real,allocatable, dimension (:,:,:) :: volume
14  real,allocatable, dimension (:,:,:) :: volumen
15  real,allocatable, dimension (:,:,:) :: areaeast
16  real,allocatable, dimension (:,:,:) :: areanorth
17  real,allocatable, dimension (:,:,:) :: densityoutgrid
[2eefa58]18  real,allocatable, dimension (:,:,:) :: densitydrygrid ! added RLT
19  real,allocatable, dimension (:,:,:) :: factor_drygrid ! added RLT
[e200b7a]20  real,allocatable, dimension (:,:,:) :: factor3d
21  real,allocatable, dimension (:,:,:) :: grid
[4c64400]22  real(sp),allocatable, dimension (:,:) :: wetgrid
23  real(sp),allocatable, dimension (:,:) :: drygrid
[e200b7a]24  real,allocatable, dimension (:,:,:) :: gridsigma
[6a678e3]25  real(dep_prec),allocatable, dimension (:,:) :: drygridsigma
26  real(dep_prec),allocatable, dimension (:,:) :: wetgridsigma
[e200b7a]27  real,allocatable, dimension (:) :: sparse_dump_r
[f13406c]28  real,allocatable, dimension (:) :: sparse_dump_u
[e200b7a]29  integer,allocatable, dimension (:) :: sparse_dump_i
30
31end module outg_mod
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG