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

fix print of number of obs converted, and make input.nml defaults better #597

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

nancycollins
Copy link
Collaborator

@nancycollins nancycollins commented Dec 11, 2023

the convert_airs_L2 converter was printing 1 more obs converted than was actually done.

also, the settings for the convert_airs_L2 namelist thinned out all the obs. change the defaults to include all possible obs, including all latitudes, and give an example filename for input instead of a list name. the input file isn't in our repo, but it might help a user see what kind of filename they're looking for.

Description:

fix printout of number of obs converted to be right.
also change namelist defaults to not thin out all obs

Fixes issue

fixes #596

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Documentation changes needed?

  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.

Tests

i built and ran this with my copy of the updated HDF_EOS libraries and it printed out the correct number of obs. it also didn't thin them all out.

Checklist for merging

  • Updated changelog entry
  • Documentation updated
  • Update conf.py

Checklist for release

  • Merge into main
  • Create release from the main branch with appropriate tag
  • Delete feature-branch

Testing Datasets

  • Dataset needed for testing available upon request - there is an AIRS hdf file in my home dir on cheyenne/derecho
  • Dataset download instructions included
  • No dataset needed

…tter

the convert_airs_L2 converter was printing 1 more obs converted than was
actually done.

also, the settings for the convert_airs_L2 namelist thinned out all the
obs.  change the defaults to include all possible obs.
@nancycollins
Copy link
Collaborator Author

p.s. i linked this with the original hdf-eos library and got the 'file not found' error. i linked it with the hdf-eos.patch version of the library and it ran fine.

Copy link
Member

@hkershaw-brown hkershaw-brown left a comment

Choose a reason for hiding this comment

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

Approved! thanks @nancycollins

@hkershaw-brown @mjs2369 bundle with next release

@hkershaw-brown hkershaw-brown added the release! bundle with next release label Dec 12, 2023
@hkershaw-brown hkershaw-brown changed the base branch from main to quickbuild_tests December 13, 2023 15:38
@hkershaw-brown hkershaw-brown merged commit 6774b60 into quickbuild_tests Dec 13, 2023
3 checks passed
@hkershaw-brown hkershaw-brown deleted the airs_fix branch December 13, 2023 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release! bundle with next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: AIRS converter prints wrong number of obs converted and has bad input.nml defaults
2 participants