source: flexpart.git/src/par_mod.f90 @ 467460a

GFS_025dev
Last change on this file since 467460a was 467460a, checked in by Espen Sollum ATMOS <eso@…>, 3 years ago

First commit of files from Hachinger

  • Property mode set to 100644
File size: 12.6 KB
Line 
1! SPDX-FileCopyrightText: FLEXPART 1998-2019, see flexpart_license.txt
2! SPDX-License-Identifier: GPL-3.0-or-later
3
4!*******************************************************************************
5!   Include file for calculation of particle trajectories (Program FLEXPART)   *
6!        This file contains the parameter statements used in FLEXPART          *
7!                                                                              *
8!        Author: A. Stohl                                                      *
9!                                                                              *
10!        1997                                                                  *
11!                                                                              *
12!        Update 15 August 2013 IP                                              *
13!                                                                              *
14!                                                                              *
15!*******************************************************************************
16
17module par_mod
18
19  implicit none
20
21  !****************************************************************
22  ! Parameters defining KIND parameter for double/single precision
23  !****************************************************************
24
25  integer,parameter :: dp=selected_real_kind(P=15)
26  integer,parameter :: sp=selected_real_kind(6)
27
28  !****************************************************************
29  ! dep_prec sets the precision for deposition calculations (sp or
30  ! dp). sp is default, dp can be used for increased precision.
31  !****************************************************************
32
33  integer,parameter :: dep_prec=sp
34
35  !***********************************************************
36  ! Additional output of lowest level pressure and temperature
37  ! (for netcdf output)
38  !***********************************************************
39  logical,parameter :: write_p0t0 = .false.
40
41
42  !****************************************************************
43  ! Set to F to disable use of kernel for concentrations/deposition
44  !****************************************************************
45
46  logical, parameter :: lusekerneloutput=.true.
47
48  !*********************************************************************
49  ! Set to T to change output units to number of particles per grid cell
50  !*********************************************************************
51  logical, parameter :: lparticlecountoutput=.false.
52
53  !***********************************************************
54  ! number of directories/files used for FLEXPART input/output
55  !***********************************************************
56
57  integer,parameter :: numpath=4
58
59  ! numpath                 Number of different pathnames for input/output files
60
61
62  !*****************************
63  ! Physical and other constants
64  !*****************************
65
66  real,parameter :: pi=3.14159265, r_earth=6.371e6, r_air=287.05, ga=9.81
67  real,parameter :: cpa=1004.6, kappa=0.286, pi180=pi/180., vonkarman=0.4
68  ! additional constants RLT Aug-2017
69  real,parameter :: rgas=8.31447
70  real,parameter :: r_water=461.495
71
72  ! pi                      number "pi"
73  ! pi180                   pi/180.
74  ! r_earth                 radius of earth [m]
75  ! r_air                   individual gas constant for dry air [J/kg/K]
76  ! ga                      gravity acceleration of earth [m/s**2]
77  ! cpa                     specific heat for dry air
78  ! kappa                   exponent of formula for potential temperature
79  ! vonkarman               von Karman constant
80  ! rgas                    universal gas constant [J/mol/K]
81  ! r_water                 specific gas constant for water vapor [J/kg/K]
82
83  real,parameter :: karman=0.40, href=15., convke=2.0
84  real,parameter :: hmixmin=100., hmixmax=4500. !, turbmesoscale=0.16
85  !real,parameter :: d_trop=50., d_strat=0.1
86  real :: d_trop=50., d_strat=0.1, turbmesoscale=0.16 ! turbulence factors can change for different runs
87  real,parameter :: rho_water=1000. !ZHG 2015 [kg/m3]
88  !ZHG MAR2016
89  real,parameter :: incloud_ratio=6.2
90
91  ! karman                  Karman's constant
92  ! href [m]                Reference height for dry deposition
93  ! konvke                  Relative share of kinetic energy used for parcel lifting
94  ! hmixmin,hmixmax         Minimum and maximum allowed PBL height
95  ! turbmesoscale           the factor by which standard deviations of winds at grid
96  !                    points surrounding the particle positions are scaled to
97  !                    yield the scales for the mesoscale wind velocity fluctuations
98  ! d_trop [m2/s]           Turbulent diffusivity for horizontal components in the troposphere
99  ! d_strat [m2/s]          Turbulent diffusivity for vertical component in the stratosphere
100
101  real,parameter :: xmwml=18.016/28.960
102
103  ! xmwml   ratio of molar weights of water vapor and dry air
104  !****************************************************
105  ! Constants related to the stratospheric ozone tracer
106  !****************************************************
107
108  real,parameter :: ozonescale=60., pvcrit=2.0
109
110  ! ozonescale              ppbv O3 per PV unit
111  ! pvcrit                  PV level of the tropopause
112
113
114
115  !********************
116  ! Some time constants
117  !********************
118
119  integer,parameter :: idiffnorm=10800, idiffmax=2*idiffnorm, minstep=1
120
121  ! idiffnorm [s]           normal time interval between two wind fields
122  ! idiffmax [s]            maximum time interval between two wind fields
123  ! minstep [s]             minimum time step to be used within FLEXPART
124
125
126  !*****************************************************************
127  ! Parameters for polar stereographic projection close to the poles
128  !*****************************************************************
129
130  real,parameter :: switchnorth=75., switchsouth=-75.
131
132  ! switchnorth    use polar stereographic grid north of switchnorth
133  ! switchsouth    use polar stereographic grid south of switchsouth
134
135
136  !*********************************************
137  ! Maximum dimensions of the input mother grids
138  !*********************************************
139 
140  ! ECMWF
141! integer,parameter :: nxmax=361,nymax=181,nuvzmax=92,nwzmax=92,nzmax=92,nxshift=359 ! 1.0 degree 92 level
142!  integer,parameter :: nxmax=361,nymax=181,nuvzmax=138,nwzmax=138,nzmax=138,nxshift=0 ! 1.0 degree 138 level
143!   integer,parameter :: nxmax=361,nymax=181,nuvzmax=138,nwzmax=138,nzmax=138,nxshift=359 ! 1.0 degree 138 level
144! integer,parameter :: nxmax=721,nymax=361,nuvzmax=138,nwzmax=138,nzmax=138,nxshift=359  ! 0.5 degree 138 level
145!  integer,parameter :: nxmax=181,nymax=91,nuvzmax=92,nwzmax=92,nzmax=92,nxshift=0  ! CERA 2.0 degree 92 level
146
147! GFS
148  !   integer,parameter :: nxmax=361,nymax=181,nuvzmax=138,nwzmax=138,nzmax=138
149  ! GFS 0.25
150  integer,parameter :: nxmax=1441,nymax=721,nuvzmax=138,nwzmax=138,nzmax=138
151   integer :: nxshift=0 ! shift not fixed for the executable
152
153
154  !*********************************************
155  ! Maximum dimensions of the nested input grids
156  !*********************************************
157
158  integer,parameter :: maxnests=0,nxmaxn=0,nymaxn=0
159
160  ! nxmax,nymax        maximum dimension of wind fields in x and y
161  !                    direction, respectively
162  ! nuvzmax,nwzmax     maximum dimension of (u,v) and (w) wind fields in z
163  !                    direction (for fields on eta levels)
164  ! nzmax              maximum dimension of wind fields in z direction
165  !                    for the transformed Cartesian coordinates
166  ! nxshift            for global grids (in x), the grid can be shifted by
167  !                    nxshift grid points, in order to accomodate nested
168  !                    grids, and output grids overlapping the domain "boundary"
169  !                    nxshift must not be negative; "normal" setting would be 0
170
171 
172  integer,parameter :: nconvlevmax = nuvzmax-1
173  integer,parameter :: na = nconvlevmax+1
174
175  ! ntracermax         maximum number of tracer species in convection
176  ! nconvlevmax        maximum number of levels for convection
177  ! na                 parameter used in Emanuel's convect subroutine
178
179
180  !*********************************
181  ! Parmaters for GRIB file decoding
182  !*********************************
183
184  integer,parameter :: jpack=4*nxmax*nymax, jpunp=4*jpack
185
186  ! jpack,jpunp             maximum dimensions needed for GRIB file decoding
187
188
189  !**************************************
190  ! Maximum dimensions of the output grid
191  !**************************************
192
193  !integer,parameter :: maxageclass=1,maxzgrid=10,nclassunc=1
194  integer,parameter :: maxageclass=1,nclassunc=1
195
196  ! nclassunc               number of classes used to calculate the uncertainty
197  !                         of the output
198  ! maxageclass             maximum number of age classes used for output
199
200  ! Sabine Eckhardt, June, 2008
201  ! the dimensions of the OUTGRID are now set dynamically during runtime
202  ! maxxgrid,maxygrid,maxzgrid    maximum dimensions in x,y,z direction
203  ! maxxgridn,maxygridn           maximum dimension of the nested grid
204  !integer maxxgrid,maxygrid,maxzgrid,maxxgridn,maxygridn
205  !integer,parameter :: maxxgrid=361,maxygrid=181,maxxgridn=0,maxygridn=0)
206
207  integer,parameter :: maxreceptor=20
208
209  ! maxreceptor             maximum number of receptor points
210
211
212  !**************************************************
213  ! Maximum number of particles, species, and similar
214  !**************************************************
215
216  integer,parameter :: maxpart=10000000
217  integer,parameter :: maxspec=6
218
219  real,parameter :: minmass=0.0001
220
221  ! maxpart                 Maximum number of particles
222  ! maxspec                 Maximum number of chemical species per release
223  ! minmass                 Terminate particles carrying less mass
224
225  ! maxpoint is also set dynamically during runtime
226  ! maxpoint                Maximum number of release locations
227
228  ! ---------
229  ! Sabine Eckhardt: change of landuse inventary numclass=13
230  ! ---------
231  integer,parameter :: maxwf=50000, maxtable=1000, numclass=13, ni=11
232  integer,parameter :: numwfmem=2 ! Serial version/MPI with 2 fields
233  !integer,parameter :: numwfmem=3 ! MPI with 3 fields
234
235  ! maxwf                   maximum number of wind fields to be used for simulation
236  ! maxtable                Maximum number of chemical species that can be
237  !                         tabulated for FLEXPART
238  ! numclass                Number of landuse classes available to FLEXPART
239  ! ni                      Number of diameter classes of particles
240  ! numwfmem                Number of windfields kept in memory. 2 for serial
241  !                         version, 2 or 3 for MPI version
242
243  !**************************************************************************
244  ! dimension of the OH field
245  !**************************************************************************
246  integer,parameter :: maxxOH=72, maxyOH=46, maxzOH=7
247
248  !**************************************************************************
249  ! Maximum number of particles to be released in a single atmospheric column
250  ! for the domain-filling trajectories option
251  !**************************************************************************
252
253  integer,parameter :: maxcolumn=3000
254
255
256  !*********************************
257  ! Dimension of random number field
258  !*********************************
259
260  integer,parameter :: maxrand=10000000
261
262  ! maxrand                 number of random numbers used
263 
264
265  !*****************************************************
266  ! Number of clusters to be used for plume trajectories
267  !*****************************************************
268
269  integer,parameter :: ncluster=5
270
271  !************************************
272  ! Unit numbers for input/output files
273  !************************************
274
275  integer,parameter :: unitpath=1, unitcommand=1, unitageclasses=1, unitgrid=1
276  integer,parameter :: unitavailab=1, unitreleases=88, unitpartout=93, unitpartout_average=105
277  integer,parameter :: unitpartin=93, unitflux=98, unitouttraj=96
278  integer,parameter :: unitvert=1, unitoro=1, unitpoin=1, unitreceptor=1
279  integer,parameter :: unitoutgrid=97, unitoutgridppt=99, unitoutinfo=1
280  integer,parameter :: unitspecies=1, unitoutrecept=91, unitoutreceptppt=92
281  integer,parameter :: unitlsm=1, unitsurfdata=1, unitland=1, unitwesely=1
282  integer,parameter :: unitOH=1
283  integer,parameter :: unitdates=94, unitheader=90,unitheader_txt=100, unitshortpart=95, unitprecip=101
284  integer,parameter :: unitboundcond=89
285  integer,parameter :: unittmp=101
286! RLT
287  integer,parameter :: unitoutfactor=102
288
289!******************************************************
290! integer code for missing values, used in wet scavenging (PS, 2012)
291!******************************************************
292
293  integer,parameter ::  icmv=-9999
294
295
296end module par_mod
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG