How to calculate csol_z?
How to calculate csol_z?
Hi,
I want to implement the Particulate Inorganic Carbon (PIC) product. But I've got a problem when I learn the source code of the PIC algorithm. The source code "l1rec->csolz[ip]", which I don't know how to get or calculate "csolz"? (The source code I mention is in calcite.c--calcite_3b())
Waiting for your reply.
I want to implement the Particulate Inorganic Carbon (PIC) product. But I've got a problem when I learn the source code of the PIC algorithm. The source code "l1rec->csolz[ip]", which I don't know how to get or calculate "csolz"? (The source code I mention is in calcite.c--calcite_3b())
Waiting for your reply.
Filters:
How to generate csol_z product?
Hi,
I want to generate the csol_z product in SeaDAS 8.2.0. I checked "csol_z" and cliked "run", than it could run successfully. But there is no "csol_z" product in xxxxx.OC.nc file. Did I not do it right?
Waiting for your reply.
I want to generate the csol_z product in SeaDAS 8.2.0. I checked "csol_z" and cliked "run", than it could run successfully. But there is no "csol_z" product in xxxxx.OC.nc file. Did I not do it right?
Waiting for your reply.
-
- Subject Matter Expert
- Posts: 450
- Joined: Fri Feb 05, 2021 9:17 am America/New_York
- Been thanked: 7 times
Re: How to calculate csol_z?
csol_z:long_name = "Center Solar Zenith Angle" ; should be in the L2 OC file
Tommy
Tommy
-
- Subject Matter Expert
- Posts: 711
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 9 times
Re: How to calculate csol_z?
Yes, it's one dimensional and can be found in Metadata -> Scan_Line_Attributes as seen in the attached screenshot.
On the other hand, l2gen can generate product solz (solar zenith angle), which is two dimensional
On the other hand, l2gen can generate product solz (solar zenith angle), which is two dimensional
-
- Posts: 1519
- Joined: Wed Sep 18, 2019 6:15 pm America/New_York
- Been thanked: 9 times
Re: How to calculate csol_z?
The l2gen scan line attributes variable csolz is not the same as the l1rec->csol_z variable. The former is the solar zenith angle for the center of the scan line, the later (required by the algorithm) is the cosine of the solar zenith angle at each pixel. It is not a product that l2gen can output, although solar zenith angle (solz) can be output, to which you can apply the cosine function.
Sean
Sean