-
Notifications
You must be signed in to change notification settings - Fork 1
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
GGG2020.1 release checklist #3
Comments
The path length + periods fix (#1) is implemented in Mercurial changeset f67568a14514 |
Alternate EM27 instrument strings (GGGBugs issue 345) addressed in Mercurial changeset 104138765dc7. |
The firmware bugfix from GGGBugs issue 349 is implemented in Mercurial changeset 2900d96ad202. |
Confirmed that a fresh clone of the GGG development repository can create AKs using the new method (Jacobian files, then AKs). Updated |
I2S nonlinearity coefficients:
|
Increased precision as of Mercurial changesets 7953da8e71cb and 5441ed2631b8:
Note: users will need to be instructed to update the precisions in their site's QC files. Alternatively, we could just not round values in the netCDF file, though it looks like only the .aia data is rounded; line 3478 is the only place I see the digit from the digit = int(qc_data['format'][qc_id].split('.')[-1])
aia_qc_data = np.round(aia_data[var][start:end].values*qc_data['rsc'][qc_id],digit) Searching for |
Benchmark |
This is a tracking issue to ensure that all code updates for GGG2020.1 are incorporated.
.private.nc
files.-l
from check_python.sh (GGGBugs issue 354)The text was updated successfully, but these errors were encountered: