Skip to content

Releases: GEOS-ESM/NCEP_Shared

Update CRTM to v2.4.0 plus other changes

22 Mar 16:01
5dd56af
Compare
Choose a tag to compare

This release updates CRTM from version 2.3.0 to 2.4.0 plus NCEP minor IR bug fix. gmao_global_satinfo.rc was also updated to reflect both reconfigured cloud detection for CrIS-FSR and reconfigured gross-check for AIRS, IASI and CrIS-FSR.


What's Changed

  • Replacing crtm 2.3.0 with 2.4.0 + NCEP minor IR fix + Reconfigured Cloud detection for CrIS-FSR by @gmao-wgu in #30

New Contributors

Full Changelog: v1.2.2...v1.3.0

Fix for Intel Release

13 Feb 15:06
24223d5
Compare
Choose a tag to compare

This version of NCEP_Shared fixes a build issue with NCEP_crtm where flags were found missing from a previous version when building with Intel Fortran in Release mode.

It also updates the CI and adds a new GitHub Actions based label checker.


What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

Build fixes for GNU and Intel Debug

17 Nov 17:53
522f749
Compare
Choose a tag to compare

This release of NCEP_Shared has build fixes for GNU in NCEP_bufr and Intel Debug in NCEP_crtm. Thus, it should not affect Intel Release builds.

There are also updates to the license files, the README, and an update to the CI.


What's Changed

  • Update CI to use orb and modern baselibs by @mathomp4 in #27
  • Fix CMakeLists.txt of NCEP_bufr for gnu compiler by @gmao-cda in #26
  • Fix issue with ADA_Module and Intel debug flags by @mathomp4 in #24

New Contributors

Full Changelog: v1.2.0...v1.2.1

Release for GEOSadas v5.29.0

14 Jun 18:27
9c2feff
Compare
Choose a tag to compare

This release of NCEP_Shared is needed for a release of GEOSadas v5.29.0.

Testing shows that, for the GEOSgcm, this is a zero-diff release as the GEOSgcm uses a subset of NCEP_Shared.

Release consistent with GEOSadas-5_27_1_p3 CVS Tag as of 2021-Feb-25

26 Feb 18:09
8ebbe6a
Compare
Choose a tag to compare

This release is equivalent to the GEOSadas-5_27_1_p3 CVS tag as of 2021-Feb-25.

It is also equivalent to the git tag cvs/GEOSadas-5_27_1_p3

Update for Shared Libraries and GNU Bug Fix

19 Nov 20:06
6719c5b
Compare
Choose a tag to compare

This release is needed for dynamic shared object work going on in GEOS.

Also, NCEP BUFRLIB using the flags as built by GEOS has a standards violation when compiled by GNU. For now, we use a DYNAMIC_ALLOCATION path if using GNU compilers to allow the build to progress.

Update Bufrlib (to match GEOSadas-5_27_1)

03 Nov 15:15
8ebbe6a
Compare
Choose a tag to compare

This release updates NCEP_bufr to match that in GEOSadas-5_27_1. This is BUFRLIB_v11-3-0 per @gmao-msienkie.

Note that for the GEOSgcm this is a zero-diff update as GEOSgcm does not use this library.

This release is equivalent to the GEOSadas-5_27_1 CVS tag. It is also equivalent to the git tag cvs/GEOSadas-5_27_1

Add CircleCI and removes requirement on MKL

22 Sep 13:05
1d84126
Compare
Choose a tag to compare

This release adds:

  1. Adds the ability to build without MKL. This component does require LAPACK, but before it required MKL. Now, if MKL is found, then it uses it and remains zero-diff. But on systems without MKL, it requires LAPACK. This is useful on systems that do not have MKL as well as architectures (Arm, say) that will never have MKL
  2. Adds CircleCI CI for PRs.

Initial Release with Semantic Versioning

25 Jul 18:29
832f3e0
Compare
Choose a tag to compare

Repository split from CVS ESMA Repository.

Equivalent to cvs/GEOSadas-5_25_0 release.

CVS GEOSadas-5_25_0 Release

25 Jul 17:53
832f3e0
Compare
Choose a tag to compare

Capture GEOS code from CVS checkout of GEOSadas-5_25_0 tag of GEOSadas-5_25 module.

Validated with C90f_ens test case of GEOSadas.