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 channel support to ioda-stats #21

Open
CoryMartin-NOAA opened this issue Feb 25, 2025 · 1 comment · May be fixed by #22
Open

Add channel support to ioda-stats #21

CoryMartin-NOAA opened this issue Feb 25, 2025 · 1 comment · May be fixed by #22
Assignees

Comments

@CoryMartin-NOAA
Copy link
Contributor

Now that ioda-stats works for specified domains, and regular gridding, it needs to be modified to handle observations that use channels (i.e. satellite radiances). I believe that IODA will return an array like so:

[ ch1_loc1 ch1_loc2 ch1_loc3 ch2_loc1 ch2_loc2 ch2_loc3 ]

which will require some slicing of the data when both computing values and writing to file

@CoryMartin-NOAA CoryMartin-NOAA self-assigned this Feb 25, 2025
@CoryMartin-NOAA
Copy link
Contributor Author

https://github.com/NOAA-EMC/DA-utils/tree/feature/channel-stats will be where the work is performed

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

Successfully merging a pull request may close this issue.

1 participant