source: flexpart.git/src/oh_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: 589 bytes
Line 
1! SPDX-FileCopyrightText: FLEXPART 1998-2019, see flexpart_license.txt
2! SPDX-License-Identifier: GPL-3.0-or-later
3
4module oh_mod
5
6  !includes OH concentration field as well as the height information
7  !for this field
8
9  implicit none
10
11  integer :: nxOH,nyOH,nzOH
12  real, allocatable, dimension(:) :: lonOH,latOH,altOH
13  real, allocatable, dimension(:,:,:,:) :: OH_hourly
14  real, allocatable, dimension (:,:,:,:) :: OH_field
15  real, dimension(2) :: memOHtime
16  real, dimension(360,180,12) :: jrate_average
17  real, dimension(360) :: lonjr
18  real, dimension(180) :: latjr
19
20end module oh_mod
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG