Skip to content

v3.1.1

Compare
Choose a tag to compare
@BenjaminTJohnson BenjaminTJohnson released this 12 Aug 04:32
· 20 commits to release/REL-3.1.1 since this release

What's Changed (since v3.1.0):

  • Update CMakeLists.txt - remove hardcoded CMAKE_INSTALL_PREFIX by @climbfuji in #131
  • Fix num of stream selection in CRTM by @chengdang in #122
  • Feature/im active water content by @imoradi in #129
  • Feature/btj forward cleanup by @BenjaminTJohnson in #137
  • Patch so that "make install" works properly. by @rhoneyager-tomorrow in #140
  • added updated Reflection_Correction_Module.f90 from REL-2.4.0_emc by @BenjaminTJohnson in #147
  • Merge items from v3.1.0-skylabv8 tag into release/REL-3.1.0 by @BenjaminTJohnson in #150
  • first elements toward v3.1.1, not a release. by @BenjaminTJohnson in #149
  • fix user emissivity AD by @BenjaminTJohnson in #155
  • merge the SpcCoeff, TauCoeff, and CloudCoeff binary / netcdf utilities into develop. by @BenjaminTJohnson in #160
  • Added capability to compile both shared object (libcrtm.so) and static object (libcrtm_static.a) files. If you're suddenly having linking problems or segmentation faults in your ctests, this is the cause. First use ldd to check that your compiled ctests (located in build/test) are compiling against the correct shared object -- it will try to pick up things from your LD_LIBRARY_PATH. If you're getting endian errors: export F_UFMTENDIAN=little or export F_UFMTENDIAN=big will swap endianness for you without the need to recompile. Just be sure to update the test/CMakeLists.txt file to point to either Big_Endian or Little_Endian directories.

New Contributors

Full Changelog: v3.1.0-skylabv8...v3.1.1