-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assessment of the calibration factors #89
Comments
- changed NSWR to NR (fix #79) - removed ISWR and OSWR from E-GRIP L0 header because there are no instrument connected to those channels - added a compilation of calibration factors and mount info - corrected pressure offset at Dye-2 and removing adjustment that had been used as a fix (solving #20 in a different way) - corrected pressure offset at JAR1 and removing adjustment that had been used as a fix (solving #15 in a different way) - At Tunu-N changed the calibration coefficients to match QCheck values (#89)
I can confirm that the LiCor offset was being applied to OSWR in the dataset I received from Koni in 2019. Note that the value of this offset is station dependent. See the list of calibration factors found in QCheck. I can see that at some sites (Swiss Camp, CP1, JAR1) ISWR and OSWR had been exchanged. Then it means we need to first exchange variables and then to apply calibration coefficients. As for now, I apply this coefficient as an add-hoc adjustment (in the metadata/adjustment/_adj.csv), and not as a calibration factor (which should be in the header L0/L0_ini). To points that are left unsovled:
|
Coefficient factors need to be applied to the CR1000 logger files either to get back to physical units, or to account for the sensor's sensitivity. At the moment it is the same calibration factors used for all the years where CR1000 datalogger were used, assuming that there was no instrument change requiring different calibration factors.
The usual range of calibration factors are:
Currently used calibration factors were applied by Derek. As a secondary source of information, the matlab "QCheck" processing scripts also saved the calibration factors used by Koni and Nicolas Bayou in earlier years.
Some calibration factors applied by Derek were adjusted to remove shift in the data and agreed with the calibration factors found in QCheck (see #20 and #15).
Matching calibration factors between current values and the ones found in QC were found at: Swiss Camp, CP1, NASA-U, GITS, Humboldt, Summit, Dye-2, JAR1, Saddle, South Dome, NASA-E, NASA-SE
At Tunu-N there is the following discrepancy.
Currently usedPreviously used by Derek:Found in QCheck and now used :
At Petermann-ELA there is the following discrepancy.
Currently used:
Found in QCheck:
Lastly, there is in QCheck a calibration factor called "LiCor offset" that is usually ~0.934 and that is multiplied only to the downward-looking short-wave pyranometer.
See QCDataCalibration Matlab function:
Such calibration is not currently applied and the origin of this factor is unsure.
The text was updated successfully, but these errors were encountered: