-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reset to develop #2717
Reset to develop #2717
Commits on Jun 12, 2024
-
Update ufs-weather-model (NOAA-EMC#2663)
Updates ufs-weather-model, this updates RDHPCS to the newer spack-stack allowing some temporary fixes to be reverted. * removes upp submodule * uses upp from the ufs-weather-model * restores the build and link that were hacked during the Hera Rocky 8 transition to allow for UPP submodule * Removes forecast directories in clean-up Resolves NOAA-EMC#2617 Resolves NOAA-EMC#2437 --------- Co-authored-by: Rahul Mahajan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61de004 - Browse repository at this point
Copy the full SHA 61de004View commit details -
Link both global-nest fix files and non-nest ones at the same time (N…
…OAA-EMC#2632) This PR enables linking both global-nest fix files and non-nest ones at the same time and users can run both nesting and non-nesting experiments at the same time without worries about what fix files to be linked. Resolves NOAA-EMC#2631
Configuration menu - View commit details
-
Copy full SHA for 2e6f1fc - Browse repository at this point
Copy the full SHA 2e6f1fcView commit details -
Add COM template for JEDI obs (NOAA-EMC#2678)
Adds a COM template to define a path to store obs processed for JEDI. This will allow UFSDA to stop writing to COM_OBS, which should be read-only as it belongs to obsproc in operations. No functional change yet.
Configuration menu - View commit details
-
Copy full SHA for 5b2a3d4 - Browse repository at this point
Copy the full SHA 5b2a3d4View commit details
Commits on Jun 13, 2024
-
Replace
sleep
withwait_for_file
(NOAA-EMC#2586)This PR addresses issue NOAA-EMC#2444. The following is accomplished: - All `sleep` statements are replaced with `wait_for_file` for the relevant scripts beneath `scripts` and `ush`; - Indentation and shell-norms are updated where applicable. Note: The WAFS scripts are not updated as per @aerorahul direction. Resolves NOAA-EMC#2444 --------- Co-authored-by: henrywinterbottom-wxdev <[email protected]> Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c19a0e - Browse repository at this point
Copy the full SHA 6c19a0eView commit details -
Add ability to use GEFS replay ICs (NOAA-EMC#2559)
The PR allows the use of ICs from PSL's replay analysis. These replay ICs will be used for GEFS reforecasting and SFS. Two main changes are associated with these updates: (1) replay ICs being valid at 3Z, and (2) the use of warm starts. Resolves NOAA-EMC#1838 --------- Co-authored-by: Jessica Meixner <[email protected]> Co-authored-by: Walter Kolczynski - NOAA <[email protected]> Co-authored-by: Rahul Mahajan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34155fb - Browse repository at this point
Copy the full SHA 34155fbView commit details -
Update gdas.cd and gsi_utils hashes (NOAA-EMC#2641)
This PR updates the `sorc/gdas.cd` and `sorc/gsi_utils` hashes. The updated hashes bring in bug fixes, new UFS DA functionality, and a Gaea build for gsi_utils. Resolves NOAA-EMC#2640
Configuration menu - View commit details
-
Copy full SHA for ebacebf - Browse repository at this point
Copy the full SHA ebacebfView commit details -
Add Hercules-EMC to the Jenkins configurable parameter list (NOAA-EMC…
…#2685) This quick-fix PR is to update the Jenkins Pipeline's configurable parameter list to include the **Hercules-EMC** node. This allows Jenkins users to restart Jobs in the controller when no updates have been made.
Configuration menu - View commit details
-
Copy full SHA for dc21eac - Browse repository at this point
Copy the full SHA dc21eacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 603a4a8 - Browse repository at this point
Copy the full SHA 603a4a8View commit details
Commits on Jun 14, 2024
-
Remove ocean daily files (NOAA-EMC#2689)
This PR removes the ocn_daily files that are produced by the ocean component. These files can be recreated by averaging data that exists in the 6 hour aveaged files if needed. Fixes NOAA-EMC#2675 Fixes NOAA-EMC#2659 (by removing them and making this obsolete)
Configuration menu - View commit details
-
Copy full SHA for 5a5fc2b - Browse repository at this point
Copy the full SHA 5a5fc2bView commit details -
Add observation preparation job for aerosols DA to workflow (NOAA-EMC…
…#2624) Add a prepaeroobs job to prepare aerosol obs files for DA. This job does quality control of the VIIRS aerosol raw observations and convert them to ioda format. Resolves NOAA-EMC#2623 --------- Co-authored-by: ypwang19 <[email protected]> Co-authored-by: TerrenceMcGuinness-NOAA <[email protected]> Co-authored-by: Cory Martin <[email protected]> Co-authored-by: David Huber <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c93b45 - Browse repository at this point
Copy the full SHA 6c93b45View commit details -
Update GDASapp hash to move JCB into GDASapp (NOAA-EMC#2665)
This PR moves JCB into GDASapp. The PR also bumps up the hash of GDASapp to what is in `feature/move_jcb`, which at time of writing is develop plus the absorption of JCB into GDASapp. Note that I also took the changes from NOAA-EMC#2641 to follow the testing @RussTreadon-NOAA has done.
Configuration menu - View commit details
-
Copy full SHA for 5af325a - Browse repository at this point
Copy the full SHA 5af325aView commit details
Commits on Jun 17, 2024
-
Optimize wavepostpnt (NOAA-EMC#2657)
Optimize the gfswavepostpnt, gfswavepostbndpntbll, and gfswavepostbndpnt jobs This is done by 1) reducing the number of calls to `sed`, `awk`, `grep`, and `cat` by - performing operations on all files at once instead of looping over each file - removing piped `cat` calls (e.g. `cat <file> | sed 'something'`) - combining `sed` and `grep` calls when possible - adding logic to `awk` calls instead of handling that logic in bash 2) minimizing as much as possible the amount of data on disk that has to be read in (e.g. limiting sed to read only the line numbers it needs) --------- Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38f2df9 - Browse repository at this point
Copy the full SHA 38f2df9View commit details
Commits on Jun 18, 2024
-
Turn on high-frequency output in extended test (NOAA-EMC#2679)
Turns on high-frequency (hourly) output in the extended products test to exercise that aspect of the code. This test only runs on WCOSS. Also adds the hooks to optionally turn on the metplus jobs, but that is deferred as they are not currently working correctly.
Configuration menu - View commit details
-
Copy full SHA for 47b3a58 - Browse repository at this point
Copy the full SHA 47b3a58View commit details -
Update archive job to use COMIN/COMOUT (NOAA-EMC#2668)
NCO has requested that each COM variable specify whether it is an input or an output. This completes that process for the global-workflow archive task. Refs NOAA-EMC#2451 --------- Co-authored-by: Walter Kolczynski - NOAA <[email protected]> Co-authored-by: Rahul Mahajan <[email protected]> Co-authored-by: David Huber <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35d4d99 - Browse repository at this point
Copy the full SHA 35d4d99View commit details -
Hotfix for bug in template names. (NOAA-EMC#2697)
This PR is a hotfix for an incorrectly named (e.g., non-existent) `COM/` template. Resolves NOAA-EMC#2696 Refs NOAA-EMC#2451
Configuration menu - View commit details
-
Copy full SHA for 3270ac3 - Browse repository at this point
Copy the full SHA 3270ac3View commit details
Commits on Jun 19, 2024
-
Removes misleading "No such file or directory" syntax errors from out…
…put files (NOAA-EMC#2688) This PR addresses issue NOAA-EMC#1252. The following is accomplished: - Prior to removing files, the existence of a file is checked prior to attempting to remove; this is performed as noted [here](NOAA-EMC#1252 (comment)); this PR only addresses the the `chgrp` issue. Refs NOAA-EMC#1252 --------- Co-authored-by: David Huber <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b810c8 - Browse repository at this point
Copy the full SHA 0b810c8View commit details
Commits on Jun 20, 2024
-
Eliminate post groups (NOAA-EMC#2667)
Eliminates the post groups used for upp and products jobs so that each task only processes one forecast hour. This is more efficient and greatly simplifies downstream dependencies that depend on a specific forecast hour. Resolves NOAA-EMC#2666 Refs NOAA-EMC#2642
Configuration menu - View commit details
-
Copy full SHA for 8993b42 - Browse repository at this point
Copy the full SHA 8993b42View commit details
Commits on Jun 21, 2024
-
Fix and simplify online archiving and reenable METplus jobs (NOAA-EMC…
…#2687) This fixes the online archiving portion of the `*arch` and `*earc00` jobs, a prerequisite for running METplus. This also reenables METplus by default. The approach previously taken created `FileHandler` dictionaries at varying levels within the resulting yaml, which was not properly parsed by `exglobal_archive.py`. This approach creates a single `FileHandler` dictionary and is much less complicated overall. Resolves NOAA-EMC#2673 NOAA-EMC#2647
Configuration menu - View commit details
-
Copy full SHA for f43a862 - Browse repository at this point
Copy the full SHA f43a862View commit details
Commits on Jun 24, 2024
-
Add minimum software requirements (NOAA-EMC#2712)
Adds a table to HPC documentation stating the minimum support versions
Configuration menu - View commit details
-
Copy full SHA for 4e1b937 - Browse repository at this point
Copy the full SHA 4e1b937View commit details -
Configuration menu - View commit details
-
Copy full SHA for 449b60d - Browse repository at this point
Copy the full SHA 449b60dView commit details