depo - sinotec2/CAMx_utility GitHub Wiki
###Objective
This program is used to filter and combine the CAMx deposition simulation results(.depn. files). Since the program outputs lots of quantities, all substances with their dry deposition velocities (_DV), the amount of dry deposition (_WD), the amount of wet deposition (_DD), and the liquid water concentration (_LC), a total of NOSPEC x 4 variables , it is necessary to do filtering and grouping jobs.
Integration results include 3 items of sulfur(S), nitrogen(N) and total(T) acid depositions by the dry deposition, wet deposition, and the total deposition amount of dry and wet in unit of kg/ha/hr, and the liquid concentration (10 ^ (-6) eq / liter) for the 3 items.
###Use
depo FILE
###Results
Depo
execution result will produce a file which named FILED. It is also in [CAMx (UAM)] (https://github.com/sinotec2/camxruns/wiki/CAMx(UAM)%E7%9A%84%E6%AA%94%E6%A1%88%E6%A0%BC%E5%BC%8F) file format.
Usage examples
[Kuang @ master con09] $ ls *depn* -lrt
-rw-rw-r-- 1 kuang kuang 5376915132 Jun 27 04:57 1009_bs.depn.grd02
[Kuang @ master con09] $ [pick
] (https://github.com/sinotec2/CAMx_utility/blob/master/pick_avrg.f) 1009_bs.depn.grd02
1009_bs.depn.grd02
BEG & END jules: 10243 10273
BEG & END dates: 100831 100930
BEG & END times: 20 20
120.9900 23.61000 0 -124500.0 -205500.0
3000.000 3000.000
120.9900 23.61000 0 -124500.0 -205500.0
3000.000 3000.000 8313712
0 10.00000 40.00000 0.0000000E + 00
1NO_DV 2NO2_DV 3O3_DV 4SO2_DV 5NH3_DV 6PNO3_DV 7PSO4_DV 8PNH4_DV 9POA_DV 10PEC_DV 11FPRM_DV
...
158TOL_LC 159XYL_LC 160PRPA_LC 161BENZ_LC 162ETHY_LC 163ACET_LC 164KET_LC
[Kuang @ master con09] $ depo
1009_bs.depn.grd02
1009_bs.depn.grd02
1009_bs.depn.grd02D
[Kuang @ master con09] $ ls *depn* -lrt
-rw-rw-r-- 1 kuang kuang 5376915132 Jun 27 04:57 1009_bs.depn.grd02
-rw-rw-r-- 1 kuang kuang 393449212 Jul 15 15:18 1009_bs.depn.grd02D
[kuang@master con09]$ [pick
] (https://github.com/sinotec2/CAMx_utility/blob/master/pick_avrg.f) 1009_bs.depn.grd02D
1009_bs.depn.grd02D
BEG & END jules: 10243 10273
BEG & END dates: 100831 100930
BEG & END times: 20 20
120.9900 23.61000 0 -124500.0 -205500.0
3000.000 3000.000
120.9900 23.61000 0 -124500.0 -205500.0
3000.000 3000.000 83 137 1 2
0 10.00000 40.00000 0.0000000E+00
1PSO4_DD 2PNO3_DD 3SnN _DD 4PSO4_WD 5PNO3_WD 6SnN _WD 7PSO4_LC 8PNO3_LC 9SnN _LC 10PSO4_TD 11PNO3_TD 12SnN _TD
Parallel version
The current version [depo.f] (https://github.com/sinotec2/CAMx_utility/blob/master/depo.f) has been edited in parallelized formulation.
Note
Since pollutant deposition generally refers to the cumulative amount during a certain period of time. While the simulation results of CAMx are written in hourly time-frame. depo
will not change the structure of time-frame. The subsequent processing such as seasonally or annually analysis should be taken accumulatedly.