mavrg - sinotec2/CAMx_utility GitHub Wiki

###Objective
This program is for the summed average during same time range and 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) formatted files which may be individually increased from certain source simulations, in order to calculate the average contribution, or the integration of different model simulations for weather conditions.

Usage

     mavrg FILE1 FILE2 ... resultFile
(maximum 15 input files)

Result files

mavrg execution result will produce a file, which name is resultFILE, is also [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

...

Parallelization

The current version of [mavrg.f] (https://github.com/sinotec2/CAMx_utility/blob/master/mavrg.f) has been edited in parallelized formulation.

Note

Since the program does not check for the start and end time of each files, so the input files must be exactly the same period, otherwise problems may arise.