Add TauCoeff inspection utilities for ODPS/ODAS (Binary and NetCDF)#284
Merged
BenjaminTJohnson merged 3 commits intodevelopfrom Jan 22, 2026
Merged
Add TauCoeff inspection utilities for ODPS/ODAS (Binary and NetCDF)#284BenjaminTJohnson merged 3 commits intodevelopfrom
BenjaminTJohnson merged 3 commits intodevelopfrom
Conversation
- Change BeCoeff_IO default from Binary to netCDF - Add netCDF optional argument to CRTM_BeCoeff_Load - Update CRTM_BeCoeff to use BeCoeff_IO instead of BeCoeff_Binary_IO directly - Add BeCoeff netCDF unit test (test_becoeff_io_nc) - Update documentation to reflect netCDF as default Binary format remains supported via netCDF=.FALSE. argument.
ODPS, ODAS, Zeeman (z*TauCoeff*), netcdf, and binary formats. It doesn't do a full dump, bu t somewhat similar in scope to SpcCoeff_Inspect. This is something that has been long missing in CRTM.
Contributor
Author
|
This also includes a If I don't hear otherwise, I'll probably just remove the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces new utility programs to inspect the contents of TauCoeff files (Transmittance Coefficients). These tools support both ODPS and ODAS algorithms and can handle both Binary and NetCDF file formats.
1. New Utility: TauCoeff_Inspect
A robust inspection tool located in
src/Coefficients/TauCoeff/TauCoeff_Inspect/.Capabilities
.binor NetCDF.nc)Info_*routinesIntegration
test/CMakeLists.txtunderTCoeff_Utils3. CMake Updates
test/CMakeLists.txt: Updated to registerTauCoeff_Inspectas an executable target, linking it against thecrtmlibrary