| Function Name | Functionality | Inputs | Outputs |
|---|---|---|---|
getIvaFilename |
A function to generate the filename for iva based on the iva naming | iva (Number) |
ivaFilename (char),Vtext (char),nameLong (char) |
createCAMx |
Reads CAMx text file and creates a structure | iva, voc, year, grid, lt, zeroType, smooth9GM, histZeros |
CAMx (struct) |
Nora_testChiTsanR |
Compares CAMx results with observations and makes statistics plots | ||
valStats |
Compares CAMx results with observations and makes statistics plots |
| Variable Name | Functionality | Type |
|---|---|---|
iva |
variable number | Number |
z or Z |
concentration | float |
y or Y |
log-concentration | float |
x or X |
mean removed z or Y | float |
- Is there any time-series comparison between CAMx results and Observations done?
a) CAMx model performance ? - chitsanData.m - need to improve the scatter plots by adding contour gradients to represent the density of the points. Replace simple scatter function with dscatter or scatplot
b) too much tome taking to read CAMx text file and creating a structure using it. Need to improve the function - createCAMx.m
c)
d) Difference between the codes estVOC_sBME_LS.m and estVOC_sBME.m - Variables names: a) In createCAMx.m, what are GC, sGC, and smooth9GM?