Releases: GEOS-ESM/NCEP_Shared
Update CRTM to v2.4.0 plus other changes
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
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
- Move to use GitHub Action for Label Enforcement by @mathomp4 in #28
- missing line from prior merge by @rtodling in #29
New Contributors
Full Changelog: v1.2.1...v1.2.2
Build fixes for GNU and Intel Debug
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
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
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
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)
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
This release adds:
- 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
- Adds CircleCI CI for PRs.
Initial Release with Semantic Versioning
Repository split from CVS ESMA Repository.
Equivalent to cvs/GEOSadas-5_25_0
release.
CVS GEOSadas-5_25_0 Release
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.