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