H220#1
Closed
evankalina wants to merge 134 commits into
Closed
Conversation
…45502. Change-Id: Ia08f6f2038a5b292a46a8e5ad3fa6ba3f6a5914e
…FV3 beta implementation is in the master.
…ing satellite hydrometeor retrievals into GSI for HWRF application. Fixes #44559. Change-Id: I9404d4f3cf8df532d9176020fde38b8ad50b4e11
This branch accomplishes a number of things: 1. Fixes several issues encountered with intel 17/18 compilers under debug mode 2. Adds in fix for Jim Jung to read_cris.f90 (this changes results) 3. Adds Cheyenne (ncar machine) to list of machines where GSI can be built and regression tests will run 4. Moved core-libs CMakeLists.txt files to libsrc 5. Removed dependency on external WRF libraries and adds a GSI-built version of WRF I/O routines (libsrc/wrflib) 6. Builds ndate utility automatically to facilitate running regression tests on new machines 7. Adds PRODUCTION build type which places executables in ProdGSI/exec 8. Adds option ot build a number of utilities (-DBUILT_UTIL=ON) 9. Breaks out individual core libraries rather than grouping them all together 10. Imports newer versions of FindHDF5 and FindMPI that work more robustly and provide more information (version number, etc.) Note that this branch merge requires an update to the libsrc submodule as well. Change-Id: I02fd0ffc8a7879b6486b5ea20b9dff016db1e35e
…ls while attempting to recursively clone libsrc).
…nclude cmake_dtc branch changes.
This update adds: - an option for GSI to write out diag files in netcdf (as well as binary, or instead of binary diag files; default is binary) and - an option for EnKF to read netcdf diag files and - an option of running GSI in the observer mode once for the ensemble mean and saving the observation operator jacobian in diag files. The jacobian is then used in EnKF for computing linearized observation operator for ensemble perturbations - an option for EnKF to save ensemble spread in diag files. Change-Id: Ia2dff9115e1344a25d9ac3218271e88bba9e9071
…l_anavinfo file) and libsrc/master (adding ncdiag).
…e for C96 resolution - global_berror.l64y194.f77.
1. Update ensemble in early or both cycles 2. Concurrent ensemble post-processing Change-Id: I3d6c4435f651231124db7d6758d6e94b13d8941e
…lation on Theia: * modulefiles/modulefile.ProdGSI.theia - Replace the W3EMC 2.3.0 module with W3EMC 2.0.5 * cmake/Modules/FindW3EMC.cmake - Replace W3EMC_VERd with W3EMC_VER (W3EMC_VERd doesn't exist while loading library modules).
…f channels 17 to 22 to atms_beamwidth.txt fix file.
… data extraction. Fixes #35655. Added update to support the new cnvstat header. Change-Id: I7eae5f6f5389b80aa661e41d986297f08f497ef3
… Fixes #49048.
Restored "module purge" to build_all_cmake.sh script
Added changes recommended by Mike Lueken
Added code to enable building on Venus
Fixing issues with PRODUCTION compile
Fixed issued with HDF5 on Crays
Fixed Theia names for platform
Updated fix submodule
Change-Id: I7f2d3b6742bac0a95e421727114da65b1e3c45e9
…_increment and ensemble fast read of cloud ice. Fixes #49483.
Change-Id: I064b7708940cdb2355ebb66db1cd951a8f808c5b
…net,run to images. Fixes #45318. Change-Id: Ic2439c9bc984c52a54c073d5dddcf6c90a0ad4c2
…473. Change-Id: I98e4284897f2dc1d7c09afa6f624ae72691c60c0
…or calc_increment and ensemble fast read of cloud ice. Fixes #49483."
…iles and add new global_berror files in Big_Endian with 50 km NSST lengthscales.
…35862. Change-Id: I43288ca81d037226a124790341e20c415724f922
…es #46578. Change-Id: I84fb5abdef8460284997940d89f5820ae615632c
…es #45373. Change-Id: Id73943f9ff7db755d0741a9e586671dbc1012ce7
…anism for automated reports. Fixes #50591.
3 tasks
7 tasks
9 tasks
9 tasks
6 tasks
Merged
9 tasks
5 tasks
This was referenced Mar 18, 2025
5 tasks
6 tasks
This was referenced Aug 26, 2025
9 tasks
9 tasks
8 tasks
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.
I would like to merge the H220 branch into the HWRF branch, which serves as the HWRF trunk. By doing this, HWRF developers will have access to the version of the GSI that will run in the 2020 version of the operational HWRF model.