Skip to content
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

Add a few new metadata variables in tempo for QC and BC #1597

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

jeromebarre
Copy link
Contributor

Description

Add a few new metadata variables in tempo for QC and BC.

Issue(s) addressed

Resolves #<issue_number>

Dependencies

List the other PRs that this PR is dependent on:

  • ...

Impact

Expected impact on downstream repositories:

Checklist

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have run the unit tests before creating the PR

@@ -278,6 +296,9 @@ def _read(self):
self.outdata[('longitude', 'MetaData')] = lons[flg]
self.outdata[('quality_assurance_value', 'MetaData')] = qa_value[flg]
self.outdata[('cloud_fraction', 'MetaData')] = cld_fra[flg]
self.outdata[('solar_zenith_angle', 'MetaData')] = sza[flg]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these the right IODA names? I thought snake case was frowned upon?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @CoryMartin-NOAA ,, you are correct the name to use is:
solarZenithAngle

https://github.com/JCSDA-internal/ioda/blob/202aafb341afdd667562ded96447abb34199bf43/share/ioda/yaml/validation/ObsSpace.yaml#L955

note the first name in the list is the current standard with the other names ones that would be changed into the leading entry if the upgrader were run something like:

${JEDI_BUILD}/bin/ioda-upgrade-v2-to-v3.x ${ioda_v2} ${ioda_v3} ${JEDI_SRC}/ioda/share/ioda/yaml/validation/ObsSpace.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
COMPO Atmospheric COMPOsition
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants