Search for a command to run...
Note: This is a maintenance release primarily intended for developers and users who need immediate bug fixes or CI/infrastructure improvements. If you're not affected by the issues below, you may want to wait for CRTM v3.2.0, which will include more substantial feature additions. This won't even be set as the latest release. This also still uses the fix_REL-3.1.2.1 tarball, but will create a test_data/3.1.3/ directory in the cmake step, so be aware that you'll take that one time hit. Key reasons to update now: You're experiencing the missing aerosol scattering Jacobians or backscatter logic issue (#285) You need the coefficient path double-slash fix (#252, #264) You're hitting the compiler identification bug in CMake (#244) You're integrating CRTMv3 into a JEDI-based workflow and need CI compatibility (#242) You need the CD emissivity K-matrix hotfix (#221) Otherwise, this release is mostly housekeeping: Git-LFS removal, README updates, test utilities, and CI improvements. v3.2.0 will be a better upgrade target for most users. What's Changed merge REL-3.1.2 into develop (release/REL-3.1.2 branch) by @BenjaminTJohnson in https://github.com/JCSDA/CRTMv3/pull/236 Hotfix/cd emis kmtx by @chengdang in https://github.com/JCSDA/CRTMv3/pull/221 minor update to README.md to include information about WSL / Ubuntu by @BenjaminTJohnson in https://github.com/JCSDA/CRTMv3/pull/239 Remove all Git-LFS files and gitattributes by @danholdaway in https://github.com/JCSDA/CRTMv3/pull/240 Update README.md by @BenjaminTJohnson in https://github.com/JCSDA/CRTMv3/pull/245 Bug fix in crtm_compiler_flags.cmake: use correct crtm compiler identification by @climbfuji in https://github.com/JCSDA/CRTMv3/pull/244 Add jedi-ci to CRTMv3 by @eap in https://github.com/JCSDA/CRTMv3/pull/242 Adding a slash for coefficient path by @fabiolrdiniz in https://github.com/JCSDA/CRTMv3/pull/252 Improving the handling of the coefficient path to avoid double slash by @fabiolrdiniz in https://github.com/JCSDA/CRTMv3/pull/264 Bugfix for test_MWSurfEM by @BenjaminTJohnson in https://github.com/JCSDA/CRTMv3/pull/267 enabling the Emissivity Coefficient NetCDF test utility by @BenjaminTJohnson in https://github.com/JCSDA/CRTMv3/pull/270 Fix README release info and badge by @BenjaminTJohnson in https://github.com/JCSDA/CRTMv3/pull/272 Add TauCoeff inspection utilities for ODPS/ODAS (Binary and NetCDF) by @BenjaminTJohnson in https://github.com/JCSDA/CRTMv3/pull/284 Feature/cd kprof by @chengdang in https://github.com/JCSDA/CRTMv3/pull/288 Fix Missing Aerosol Scattering Jacobians and Restore Backscatter Logic by @BenjaminTJohnson in https://github.com/JCSDA/CRTMv3/pull/285 remove test_check_crtm_random to fix some slowness in CI by @BenjaminTJohnson in https://github.com/JCSDA/CRTMv3/pull/294 Change check run "pull_request" trigger to "pull_request_target" by @eap in https://github.com/JCSDA/CRTMv3/pull/293 New Contributors @danholdaway made their first contribution in https://github.com/JCSDA/CRTMv3/pull/240 Full Changelog: https://github.com/JCSDA/CRTMv3/compare/v3.1.2...v3.1.3