Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.79 KB

File metadata and controls

29 lines (23 loc) · 1.79 KB

Code Notes

Functions and their notes

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

Variables

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

Questions

  1. 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) Alt text d) Difference between the codes estVOC_sBME_LS.m and estVOC_sBME.m
  2. Variables names: a) In createCAMx.m, what are GC, sGC, and smooth9GM?