source: branches/jerome/src_flexwrf_v3.1/mpi_mod.f90 @ 16

Last change on this file since 16 was 16, checked in by jebri, 10 years ago

sources for flexwrf v3.1

File size: 2.3 KB
Line 
1!***********************************************************************
2!* Copyright 2012,2013                                                *
3!* Jerome Brioude, Delia Arnold, Andreas Stohl, Wayne Angevine,       *
4!* John Burkhart, Massimo Cassiani, Adam Dingwell, Richard C Easter, Sabine Eckhardt,*
5!* Stephanie Evan, Jerome D Fast, Don Morton, Ignacio Pisso,          *
6!* Petra Seibert, Gerard Wotawa, Caroline Forster, Harald Sodemann,   *
7!*                                                                     *
8!* This file is part of FLEXPART WRF                                   *
9!*                                                                     *
10!* FLEXPART is free software: you can redistribute it and/or modify    *
11!* it under the terms of the GNU General Public License as published by*
12!* the Free Software Foundation, either version 3 of the License, or   *
13!* (at your option) any later version.                                 *
14!*                                                                     *
15!* FLEXPART is distributed in the hope that it will be useful,         *
16!* but WITHOUT ANY WARRANTY; without even the implied warranty of      *
17!* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the       *
18!* GNU General Public License for more details.                        *
19!*                                                                     *
20!* You should have received a copy of the GNU General Public License   *
21!* along with FLEXPART.  If not, see <http://www.gnu.org/licenses/>.   *
22!***********************************************************************
23
24    module mpi_mod
25  use par_mod, only: dp
26  !includes OH concentration field as well as the height information
27  !for this field
28
29  implicit none
30  integer,allocatable, dimension (:) :: mpi_npoint,mpi_idt,mpi_itra1, &
31   mpi_itramem,mpi_nclass
32  real,allocatable, dimension (:) :: mpi_uap,mpi_ucp,mpi_uzp,  &
33   mpi_us,mpi_vs,mpi_ws,mpi_ztra1
34  real,allocatable, dimension (:,:) ::  mpi_xmass1
35  real(kind=dp),allocatable, dimension (:) :: mpi_xtra1,mpi_ytra1
36  integer(kind=2),allocatable, dimension (:) ::  mpi_cbt
37  integer :: chunksize2
38  integer, allocatable, dimension (:) :: dummyi2
39  real, allocatable, dimension (:) :: dummyr2
40  real(kind=dp),allocatable, dimension (:) :: dummyr22
41  integer(kind=2),allocatable, dimension (:) :: dummyi22
42end module mpi_mod
43
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG