Hello,
I have a simple question regarding ‘XORIG’ and ‘YORIG’ in GRIDDESC.
Does ‘XORIG’ and ‘YORIG’ mean cell center or cell edge when emission output are treated as cell center value?
I’m not sure which type I should use for grid (cross or dot).
(I am trying to obtain cell center emission for WRF-Chem model. And I would like treat emissions as cell center values.)
Thank you.
From probably the same page you got this diagram – https://cjcoats.github.io/ioapi/GRIDS.html#horiz:
- X_ORIG is the X coordinate of the grid origin (lower left corner of the cell at column=row=1), given in map projection units (meters, except in Lat-Lon coordinate systems).
- Y_ORIG is the Y coordinate of the grid origin (lower left corner of the cell at column=row=1), given in map projection units (meters, except in Lat-Lon coordinate systems).
Thank you for your comment.
Piggy backing off this with a C-LINE question: the tool gives a point output that correlates to a raster. Do those points represent the bottom left corner of each cell or the center?
In C-LINE, the points are the receptor locations where the concentrations are modeled. These concentrations are used to generate the overlay image, with different approaches used for short-term vs. long-term (annual) results.
When viewing the results from computing short-term concentrations, each “block” in the overlay image would be centered around a receptor (the exact number of pixels in each “block” varies depending on the modeling domain). For long-term concentrations, the receptor concentrations are interpolated, so the receptor location doesn’t correspond to particular pixels.