Skip to content

Updates for Gaea: verif-global tag, tracker tag, Fit2Obs tag, and C768 analysis resources#3463

Merged
DavidHuber-NOAA merged 37 commits into
NOAA-EMC:developfrom
DavidHuber-NOAA:feature/tracker_120
Mar 19, 2025
Merged

Updates for Gaea: verif-global tag, tracker tag, Fit2Obs tag, and C768 analysis resources#3463
DavidHuber-NOAA merged 37 commits into
NOAA-EMC:developfrom
DavidHuber-NOAA:feature/tracker_120

Conversation

@DavidHuber-NOAA
Copy link
Copy Markdown
Contributor

@DavidHuber-NOAA DavidHuber-NOAA commented Mar 18, 2025

Description

This PR updates the tags for verif-global, the TC tracker, and Fit2Obs to include Gaea support for each. Additionally, it updates the resources for the C768 and C1152 analyses to use the same resources as WCOSS2. This allowed the C768 analysis to run to completion for a few test dates (2024092600-2024092618). C1152 has not been tested. Lastly, it reenables support for METplus jobs on Hera.

Resolves #2639
Resolves #3402
Resolves #3449
Resolves #3370
Resolves #3371

Type of change

  • Bug fix (fixes something broken)
  • New feature (adds functionality)
  • Maintenance (code refactor, clean-up, new CI test, etc.)

Change characteristics

  • Is this a breaking change (a change in existing functionality)? NO
  • Does this change require a documentation update? YES
  • Does this change require an update to any of the following submodules? YES

How has this been tested?

The tracker has been tested on all platforms. Fit2Obs has been extensively tested on C6, but not elsewhere. The analysis resources were tested on C6 as well for a cycled hybrid 4DVar case. Hera support for verif-global was also tested.

Additional testing will be performed through CI tests on WCOSS2 before marking this ready for review.

Checklist

  • Any dependent changes have been merged and published
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have documented my code, including function, input, and output descriptions
  • My changes generate no new warnings
  • New and existing tests pass with my changes
  • This change is covered by an existing CI test or a new one has been added
  • I have made corresponding changes to the system documentation if necessary

DavidHuber-NOAA and others added 30 commits March 7, 2025 10:06
* emc/develop:
  Enable HPSS via Globus on Hercules and Orion
…l-msu

* origin/develop:
  Check if HOMEDIR STMP and PTMP are writable (NOAA-EMC#3430)
  Update UFS_Utils and GFS-utils hashes to update Gaea support and ocean/ice post products (NOAA-EMC#3433)
  Enable C1152 forecasts on gaea C6 (NOAA-EMC#3438)
  Migration to role account for Jenkins on Hercules (NOAA-EMC#3423)
  Remove Direct Linking to COM from DATA for `extractvars` Job (NOAA-EMC#3379)
@emcbot emcbot added CI-Hera-Building **Bot use only** CI testing is cloning/building on Hera CI-Gaeac6-Passed **Bot use only** CI testing on Gaea C6 for this PR has completed successfully and removed CI-Hera-Ready **CM use only** PR is ready for CI testing on Hera CI-Gaeac6-Running labels Mar 18, 2025
@emcbot
Copy link
Copy Markdown

emcbot commented Mar 18, 2025

CI Passed on Gaeac6 in Build# 1
Built and ran in directory /gpfs/f6/drsa-precip3/proj-shared/global/CI/3463


Experiment C48_ATM_6c3f8fc0 Completed 1 Cycles: *SUCCESS* at Tue 18 Mar 2025 09:44:48 AM EDT
Experiment C48_S2SW_6c3f8fc0 Completed 1 Cycles: *SUCCESS* at Tue 18 Mar 2025 10:10:41 AM EDT
Experiment C96C48_hybatmDA_6c3f8fc0 Completed 3 Cycles: *SUCCESS* at Tue 18 Mar 2025 10:33:54 AM EDT
Experiment C48_S2SWA_gefs_6c3f8fc0 Completed 1 Cycles: *SUCCESS* at Tue 18 Mar 2025 10:44:09 AM EDT
Experiment C96_atm3DVar_6c3f8fc0 Completed 3 Cycles: *SUCCESS* at Tue 18 Mar 2025 10:47:01 AM EDT

@emcbot emcbot added CI-Hera-Running **Bot use only** CI testing on Hera for this PR is in-progress and removed CI-Hera-Building **Bot use only** CI testing is cloning/building on Hera labels Mar 18, 2025
Copy link
Copy Markdown
Contributor

@KateFriedman-NOAA KateFriedman-NOAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for compiling these updates @DavidHuber-NOAA !

@DavidHuber-NOAA
Copy link
Copy Markdown
Contributor Author

My extended test on WCOSS2 was successful. The new Fit2Obs ran successfully over 8 cycles in a C96 3DVar test case.

@emcbot emcbot added CI-Orion-Passed **Bot use only** CI testing on Orion for this PR has completed successfully and removed CI-Orion-Running **Bot use only** CI testing on Orion for this PR is in-progress labels Mar 18, 2025
@emcbot
Copy link
Copy Markdown

emcbot commented Mar 18, 2025

CI Passed on Orion in Build# 6
Built and ran in directory /work2/noaa/global/role-global/GFS_CI_CD/ORION/CI/3463


Experiment C48_ATM_43a48a95 Completed 1 Cycles: *SUCCESS* at Tue Mar 18 10:33:57 AM CDT 2025
Experiment C96mx100_S2S_43a48a95 Completed 1 Cycles: *SUCCESS* at Tue Mar 18 10:46:07 AM CDT 2025
Experiment C96C48_hybatmDA_43a48a95 Completed 3 Cycles: *SUCCESS* at Tue Mar 18 11:47:18 AM CDT 2025
Experiment C48_S2SW_43a48a95 Completed 1 Cycles: *SUCCESS* at Tue Mar 18 11:53:24 AM CDT 2025
Experiment C96_atm3DVar_43a48a95 Completed 3 Cycles: *SUCCESS* at Tue Mar 18 12:17:48 PM CDT 2025
Experiment C48_S2SWA_gefs_43a48a95 Completed 1 Cycles: *SUCCESS* at Tue Mar 18 12:24:29 PM CDT 2025

@emcbot emcbot added CI-Hera-Passed **Bot use only** CI testing on Hera for this PR has completed successfully and removed CI-Hera-Running **Bot use only** CI testing on Hera for this PR is in-progress labels Mar 18, 2025
@emcbot
Copy link
Copy Markdown

emcbot commented Mar 18, 2025

CI Passed on Hera in Build# 8
Built and ran in directory /scratch1/NCEPDEV/global/glopara/CI/3463


Experiment C48_ATM_784d9465 Completed 1 Cycles: *SUCCESS* at Tue Mar 18 16:55:32 UTC 2025
Experiment C48mx500_hybAOWCDA_784d9465 Completed 2 Cycles: *SUCCESS* at Tue Mar 18 17:13:59 UTC 2025
Experiment C96mx100_S2S_784d9465 Completed 1 Cycles: *SUCCESS* at Tue Mar 18 17:19:57 UTC 2025
Experiment C96C48_hybatmDA_784d9465 Completed 3 Cycles: *SUCCESS* at Tue Mar 18 18:15:15 UTC 2025
Experiment C96_atm3DVar_784d9465 Completed 3 Cycles: *SUCCESS* at Tue Mar 18 18:33:05 UTC 2025
Experiment C96C48_hybatmaerosnowDA_784d9465 Completed 3 Cycles: *SUCCESS* at Tue Mar 18 18:33:36 UTC 2025
Experiment C48_S2SW_784d9465 Completed 1 Cycles: *SUCCESS* at Tue Mar 18 18:45:18 UTC 2025
Experiment C48_S2SWA_gefs_784d9465 Completed 1 Cycles: *SUCCESS* at Tue Mar 18 18:52:13 UTC 2025
Experiment C96C48_ufs_hybatmDA_784d9465 Completed 3 Cycles: *SUCCESS* at Tue Mar 18 19:10:29 UTC 2025
Experiment C48mx500_3DVarAOWCDA_784d9465 Completed 2 Cycles: *SUCCESS* at Tue Mar 18 19:41:02 UTC 2025

@emcbot emcbot added CI-Hercules-Passed **Bot use only** CI testing on Hercules for this PR has completed successfully and removed CI-Hercules-Running **Bot use only** CI testing on Hercules for this PR is in-progress labels Mar 18, 2025
@emcbot
Copy link
Copy Markdown

emcbot commented Mar 18, 2025

CI Passed on Hercules in Build# 5
Built and ran in directory /work2/noaa/global/role-global/GFS_CI_CD/HERCULES/CI/3463


Experiment C48_ATM_43a48a95 Completed 1 Cycles: *SUCCESS* at Tue Mar 18 09:59:23 CDT 2025
Experiment C48mx500_hybAOWCDA_43a48a95 Completed 2 Cycles: *SUCCESS* at Tue Mar 18 10:17:31 CDT 2025
Experiment C48_S2SW_43a48a95 Completed 1 Cycles: *SUCCESS* at Tue Mar 18 11:48:38 CDT 2025
Experiment C96_atm3DVar_43a48a95 Completed 3 Cycles: *SUCCESS* at Tue Mar 18 12:43:03 CDT 2025
Experiment C96mx100_S2S_43a48a95 Completed 1 Cycles: *SUCCESS* at Tue Mar 18 12:49:06 CDT 2025
Experiment C96C48_hybatmDA_43a48a95 Completed 3 Cycles: *SUCCESS* at Tue Mar 18 12:49:07 CDT 2025
Experiment C48mx500_3DVarAOWCDA_43a48a95 Completed 2 Cycles: *SUCCESS* at Tue Mar 18 14:20:18 CDT 2025
Experiment C48_S2SWA_gefs_43a48a95 Completed 1 Cycles: *SUCCESS* at Tue Mar 18 15:21:19 CDT 2025

@DavidHuber-NOAA
Copy link
Copy Markdown
Contributor Author

It looks like all tests successfully passed on WCOSS2:

C48_ATM_3463
   CYCLE         STATE           ACTIVATED              DEACTIVATED     
202103231200        Done    Mar 18 2025 13:49:40    Mar 18 2025 15:01:22
C48mx500_3DVarAOWCDA_3463
   CYCLE         STATE           ACTIVATED              DEACTIVATED     
202103241800        Done    Mar 18 2025 13:49:42    Mar 18 2025 14:06:19
202103250000        Done    Mar 18 2025 13:49:42    Mar 18 2025 15:51:21
C48mx500_hybAOWCDA_3463
   CYCLE         STATE           ACTIVATED              DEACTIVATED     
202103241800        Done    Mar 18 2025 13:49:44    Mar 18 2025 14:06:25
202103250000        Done    Mar 18 2025 13:49:44    Mar 18 2025 15:11:30
C48_S2SW_3463
   CYCLE         STATE           ACTIVATED              DEACTIVATED     
202103231200        Done    Mar 18 2025 13:49:46    Mar 18 2025 15:11:36
C48_S2SWA_gefs_3463
   CYCLE         STATE           ACTIVATED              DEACTIVATED     
202103231200        Done    Mar 18 2025 13:49:48    Mar 18 2025 15:41:48
C96_atm3DVar_extended_3463
   CYCLE         STATE           ACTIVATED              DEACTIVATED     
202112201800        Done    Mar 18 2025 13:49:51    Mar 18 2025 14:06:48
202112210000        Done    Mar 18 2025 13:49:51    Mar 18 2025 19:36:46
202112210600        Done    Mar 18 2025 13:49:51    Mar 18 2025 19:41:46
202112211200        Done    Mar 18 2025 14:11:47    Mar 18 2025 20:31:06
202112211800        Done    Mar 18 2025 19:41:44    Mar 19 2025 00:25:50
C96C48_hybatmaerosnowDA_3463
   CYCLE         STATE           ACTIVATED              DEACTIVATED     
202112201200        Done    Mar 18 2025 13:49:53    Mar 18 2025 14:06:55
202112201800        Done    Mar 18 2025 13:49:53    Mar 18 2025 16:16:56
202112210000        Done    Mar 18 2025 13:49:53    Mar 18 2025 16:06:59
C96C48_hybatmDA_3463
   CYCLE         STATE           ACTIVATED              DEACTIVATED     
202112201800        Done    Mar 18 2025 13:49:55    Mar 18 2025 14:07:02
202112210000        Done    Mar 18 2025 13:49:55    Mar 18 2025 15:52:00
202112210600        Done    Mar 18 2025 13:49:55    Mar 18 2025 16:02:10
C96C48_ufs_hybatmDA_3463
   CYCLE         STATE           ACTIVATED              DEACTIVATED     
202402231800        Done    Mar 18 2025 13:49:57    Mar 18 2025 14:07:08
202402240000        Done    Mar 18 2025 13:49:57    Mar 18 2025 17:32:14
202402240600        Done    Mar 18 2025 13:49:57    Mar 18 2025 17:12:09

Merging.

@DavidHuber-NOAA DavidHuber-NOAA added CI-Wcoss2-Passed CI testing on WCOSS for this PR has completed successfully and removed CI-Wcoss2-Running CI testing on WCOSS for this PR is in-progress labels Mar 19, 2025
@DavidHuber-NOAA DavidHuber-NOAA merged commit 0bfc362 into NOAA-EMC:develop Mar 19, 2025
danholdaway added a commit to danholdaway/global-workflow that referenced this pull request Mar 26, 2025
* develop:
  Delete DATAROOT when running generate_workflows.sh (NOAA-EMC#3504)
  Fix 3244 garbled change (NOAA-EMC#3492)
  Enable ensemble archiving via Globus (NOAA-EMC#3479)
  Update MSU FIX_DIR paths (NOAA-EMC#3488)
  Updates for AOWCDA and hybatmaerosnowDA cases on Gaea C6 (NOAA-EMC#3487)
  Update GOCART path for GDAS/GFS/GCAFS implementations  (NOAA-EMC#3455)
  Make RUN Variables Explicit in `config.resources` (NOAA-EMC#3478)
  Remove unused key from enkfgdas_earc_vrfy (NOAA-EMC#3473)
  Bug fix to the failing early cycle marine DA ensemble re-centering (NOAA-EMC#3454)
  Make marine LETKF optional (NOAA-EMC#3462)
  When sourcing for RUN=enkf*, use CASE_ENS (NOAA-EMC#3475)
  Updates for Gaea: verif-global tag, tracker tag, Fit2Obs tag, and C768 analysis resources (NOAA-EMC#3463)
  Update gefswave glo_025 mesh file with new mask (NOAA-EMC#3457)
  Update MSU glopara paths to new role-global space (NOAA-EMC#3443)
  Enable CI testing on AWS (NOAA-EMC#3459)
  Enable Gaea C5 Jenkins CI (NOAA-EMC#3447)
  Job reference removal from WMO product names (NOAA-EMC#3460)
  Turn off aerosol prognostic radiative feedback for GDAS NOAA-EMC#2926 (NOAA-EMC#3445)
  Add DO_GEMPAK check to postsnd subtask (NOAA-EMC#3451)
  Add a force option to setup_xml to ignore unwritable directories (NOAA-EMC#3448)
  Remove the eomg job (NOAA-EMC#3331)
  Migration to role account for Jenkins on Orion (NOAA-EMC#3440)
  Eliminate `_gfs`, `_gdas`, etc, variables and add necessary if blocks (NOAA-EMC#3420)
  Update workflow staging for sfcanl tiles and waveinit (NOAA-EMC#3429)
  Improve messaging to display clear warning when missing snogrb file (NOAA-EMC#3317)
  JEDI-based ensemble recentering and analysis calculation (NOAA-EMC#3312)
  Enable HPSS archiving on C5/6 (NOAA-EMC#3437)
  Check if HOMEDIR STMP and PTMP are writable (NOAA-EMC#3430)
  Update UFS_Utils and GFS-utils hashes to update Gaea support and ocean/ice post products (NOAA-EMC#3433)
  Enable C1152 forecasts on gaea C6 (NOAA-EMC#3438)
  Migration to role account for Jenkins on Hercules (NOAA-EMC#3423)
  Remove Direct Linking to COM from DATA for `extractvars` Job (NOAA-EMC#3379)
  Enable HPSS via Globus on Hercules and Orion
  Remove job name from product files & update GEMPAK module. (NOAA-EMC#3415)
  `link` instead of `copy` in staging jobs (NOAA-EMC#3410)
  Migrate CI Jenkins to role account on Hera (NOAA-EMC#3414)
  Add rocotorc documentation when using scrontab (NOAA-EMC#3417)
  Update jgdas atmos verfozn and verfrad with COMIN/COMOUT prefix instead of COM (NOAA-EMC#3342)
  Add configuration for empirically-corrected ozone parameters (NOAA-EMC#3386)
  Enable global-workflow to run C768C384 GSI on Gaea-C6 (NOAA-EMC#3412)
  Move logical checks into if blocks (NOAA-EMC#3339)
  Adding Jenkins CI to GaeaC6 using role account (NOAA-EMC#3389)
  Enable GDASApp g-w CI cases to run on wcoss2 (NOAA-EMC#3399)
  CI/CD Test on Gaea C5- And update config.gaea under ci/platform (NOAA-EMC#3280)
  Enable cycling support for Gaea C6 (NOAA-EMC#3323)
  Update enkf archive jobs to use COMIN/COMOUT (NOAA-EMC#3393)
  Copy marine ensemble output observation diags and spread (NOAA-EMC#3407)
  Ci testing on aws 2 (NOAA-EMC#3408)
  Disable METplus jobs on Hera (NOAA-EMC#3403)
  Add the mean EnKF soil increment to the deterministic member (NOAA-EMC#3295)
  Add mpich/8.1.19 to the WCOSS2 LD_LIBRARY_PATH for GDASApp jobs (NOAA-EMC#3396)
  Change order of RUNs (NOAA-EMC#3335)
  CI testing on aws (NOAA-EMC#3391)
  Rename Gulf of Mexico in bufr station list in GFSv17 (NOAA-EMC#3384)
  Enabling AWS CI/testing (NOAA-EMC#3383)
  Update issue templates to use new issue type field (NOAA-EMC#3369)
  Replace WAVECUR_DID variable with "rtofs" (NOAA-EMC#3337)
  Allow for C1152 ATM-Aero cycled DA to run on WCOSS2 (NOAA-EMC#3309)
  Remove Direct Linking to COM from DATA for `wavepostsbs` Job (NOAA-EMC#3303)
  Update jgdas enkf update job with COMIN or COMOUT prefix instead of COM (NOAA-EMC#3333)
  Add capability to run diff resolutions for marine anl and background (NOAA-EMC#3238)
  Update high resolution tests and fix minor wave issues  (NOAA-EMC#3289)
  Add sfs as valid system (NOAA-EMC#3243)
  Add missing arch_tars dependencies (NOAA-EMC#3319)
  Fix the empty aerosol DA aerostat tar file issue (NOAA-EMC#3332)
  Add missing file safeguard for IMS prep in snow analysis tasks (NOAA-EMC#3329)
@DavidHuber-NOAA DavidHuber-NOAA deleted the feature/tracker_120 branch April 10, 2025 12:00
tsga added a commit to tsga/global-workflow that referenced this pull request May 1, 2025
* develop:
  Update GSI hash and GSI fix version to resolve bugs (NOAA-EMC#3626)
  Add missing marine DA files to archiving  (NOAA-EMC#3596)
  Add a low resolution test to mimic GFSv17 cycling as much as possible (NOAA-EMC#3617)
  Add the setting to use the reject list for station t/q observations in GSI based soil DA (NOAA-EMC#3599)
  GitLab CI Framework for schedule PR cases and ctests on multi hosts (NOAA-EMC#3603)
  Avoid parallel restart I/O on WCOSS2 (NOAA-EMC#3615)
  Enables user toggling of GDASApp g-w ctests (NOAA-EMC#3587)
  COM variable updates for prep and some external downstream jobs (NOAA-EMC#3608)
  Remove MOS from system (NOAA-EMC#3612)
  Updates to enable soil DA  (NOAA-EMC#3452)
  Unexport SHELLOPTS when running htar (NOAA-EMC#3601)
  Fix check for netcdf wave restart (NOAA-EMC#3594)
  Call err_chk/err_exit for fatal errors in post JJobs/ex-scripts (NOAA-EMC#3571)
  Remove support for Jet and S4 (NOAA-EMC#3572)
  Hotfix in GitLab pipline for Nightly (env MACHINE breaks build on head node) (NOAA-EMC#3578)
  [hotfix] Missed a path during merging develop (NOAA-EMC#3577)
  Prepare for ops readiness - part 1 (NOAA-EMC#3557)
  Update UFS weather-model to 20250328 hash (NOAA-EMC#3528)
  Fix SFS fcst config (NOAA-EMC#3574)
  Use err_chk in GDAS j-jobs (NOAA-EMC#3570)
  Perform compute builds on Gaea head nodes (NOAA-EMC#3560)
  Add initial capability to produce JEDI-based observation space summary stat files (NOAA-EMC#3471)
  Spread epos over more nodes on Hera to increase allocated memory (NOAA-EMC#3567)
  Create separate gists when multiple files are published on GitHub (NOAA-EMC#3551)
  Use err_chk in GSI J-Jobs and scripts (NOAA-EMC#3549)
  Add unified jinja obs list to marine DA (NOAA-EMC#3530)
  Save snow and aerosol analysis increments (and logs and YAMLs) every cycle (NOAA-EMC#3537)
  Add Dependencies to SFS Cleanup Job (NOAA-EMC#3559)
  Updates archiving to reflect current naming of marine anl output (NOAA-EMC#3541)
  Temporarily disable compute builds on C6 (NOAA-EMC#3558)
  Update gdas.cd hash to resolve msu prod_util failure (NOAA-EMC#3556)
  COMIN/COMOUT updates for enkf chgres and downstream product jobs (NOAA-EMC#3518)
  Call err_chk in forecast scripts for fatal errors (NOAA-EMC#3515)
  Add Rocoto Jobs for the Missing Products of GEFS (NOAA-EMC#3466)
  Download subset fix data with python script (NOAA-EMC#3400)
  Check that partition should be set (NOAA-EMC#3543)
  Rename wave output and refactor some wave scripts to use MPMD, and fix some bugzillas along the way (NOAA-EMC#3517)
  Add support for dual batch partitions on AWS NOAA-EMC#3483
  Update CI build and run directories for GitLab Nightlies on C6 and added GitLab support on Hera (NOAA-EMC#3536)
  Hotfix path for CI in Jenkins on Gaea C6 to it's world-share path (NOAA-EMC#3532)
  Create single ocean grib2 product file (NOAA-EMC#3529)
  Scheduled Nightly CI/CD Pipeline Script in GitLab on Gaea C6 (NOAA-EMC#3493)
  make sure cold starts are handled correctly when DOIAU=YES (issue NOAA-EMC#3516) (NOAA-EMC#3520)
  Add check for DO_AERO_FCST before copying fv_tracer files (NOAA-EMC#3485)
  Use jinja templates instead of `@VARNAME@` in config files (NOAA-EMC#3411)
  Replace "status" (or comparable) with "err" in preparation for moving to err_chk/err_exit (NOAA-EMC#3507)
  Error in Java launch script for CI (NOAA-EMC#3465)
  Delete DATAROOT when running generate_workflows.sh (NOAA-EMC#3504)
  Fix 3244 garbled change (NOAA-EMC#3492)
  Enable ensemble archiving via Globus (NOAA-EMC#3479)
  Update MSU FIX_DIR paths (NOAA-EMC#3488)
  Updates for AOWCDA and hybatmaerosnowDA cases on Gaea C6 (NOAA-EMC#3487)
  Update GOCART path for GDAS/GFS/GCAFS implementations  (NOAA-EMC#3455)
  Make RUN Variables Explicit in `config.resources` (NOAA-EMC#3478)
  Remove unused key from enkfgdas_earc_vrfy (NOAA-EMC#3473)
  Bug fix to the failing early cycle marine DA ensemble re-centering (NOAA-EMC#3454)
  Make marine LETKF optional (NOAA-EMC#3462)
  When sourcing for RUN=enkf*, use CASE_ENS (NOAA-EMC#3475)
  Updates for Gaea: verif-global tag, tracker tag, Fit2Obs tag, and C768 analysis resources (NOAA-EMC#3463)
  Update gefswave glo_025 mesh file with new mask (NOAA-EMC#3457)
  Update MSU glopara paths to new role-global space (NOAA-EMC#3443)
  Enable CI testing on AWS (NOAA-EMC#3459)
  Enable Gaea C5 Jenkins CI (NOAA-EMC#3447)
  Job reference removal from WMO product names (NOAA-EMC#3460)
  Turn off aerosol prognostic radiative feedback for GDAS NOAA-EMC#2926 (NOAA-EMC#3445)
  Add DO_GEMPAK check to postsnd subtask (NOAA-EMC#3451)
  Add a force option to setup_xml to ignore unwritable directories (NOAA-EMC#3448)
  Remove the eomg job (NOAA-EMC#3331)
  Migration to role account for Jenkins on Orion (NOAA-EMC#3440)
  Eliminate `_gfs`, `_gdas`, etc, variables and add necessary if blocks (NOAA-EMC#3420)
  Update workflow staging for sfcanl tiles and waveinit (NOAA-EMC#3429)
  Improve messaging to display clear warning when missing snogrb file (NOAA-EMC#3317)
  JEDI-based ensemble recentering and analysis calculation (NOAA-EMC#3312)
  Enable HPSS archiving on C5/6 (NOAA-EMC#3437)
  Check if HOMEDIR STMP and PTMP are writable (NOAA-EMC#3430)
  Update UFS_Utils and GFS-utils hashes to update Gaea support and ocean/ice post products (NOAA-EMC#3433)
  Enable C1152 forecasts on gaea C6 (NOAA-EMC#3438)
  Migration to role account for Jenkins on Hercules (NOAA-EMC#3423)
  Remove Direct Linking to COM from DATA for `extractvars` Job (NOAA-EMC#3379)
  Enable HPSS via Globus on Hercules and Orion
  Remove job name from product files & update GEMPAK module. (NOAA-EMC#3415)
  `link` instead of `copy` in staging jobs (NOAA-EMC#3410)
  Migrate CI Jenkins to role account on Hera (NOAA-EMC#3414)
  Add rocotorc documentation when using scrontab (NOAA-EMC#3417)
  Update jgdas atmos verfozn and verfrad with COMIN/COMOUT prefix instead of COM (NOAA-EMC#3342)
  Add configuration for empirically-corrected ozone parameters (NOAA-EMC#3386)
  Enable global-workflow to run C768C384 GSI on Gaea-C6 (NOAA-EMC#3412)
  Move logical checks into if blocks (NOAA-EMC#3339)
  Adding Jenkins CI to GaeaC6 using role account (NOAA-EMC#3389)
  Enable GDASApp g-w CI cases to run on wcoss2 (NOAA-EMC#3399)
  CI/CD Test on Gaea C5- And update config.gaea under ci/platform (NOAA-EMC#3280)
  Enable cycling support for Gaea C6 (NOAA-EMC#3323)
  Update enkf archive jobs to use COMIN/COMOUT (NOAA-EMC#3393)
  Copy marine ensemble output observation diags and spread (NOAA-EMC#3407)
  Ci testing on aws 2 (NOAA-EMC#3408)
  Disable METplus jobs on Hera (NOAA-EMC#3403)
  Add the mean EnKF soil increment to the deterministic member (NOAA-EMC#3295)
  Add mpich/8.1.19 to the WCOSS2 LD_LIBRARY_PATH for GDASApp jobs (NOAA-EMC#3396)
  Change order of RUNs (NOAA-EMC#3335)
  CI testing on aws (NOAA-EMC#3391)
  Rename Gulf of Mexico in bufr station list in GFSv17 (NOAA-EMC#3384)
  Enabling AWS CI/testing (NOAA-EMC#3383)
  Update issue templates to use new issue type field (NOAA-EMC#3369)
  Replace WAVECUR_DID variable with "rtofs" (NOAA-EMC#3337)
  Allow for C1152 ATM-Aero cycled DA to run on WCOSS2 (NOAA-EMC#3309)
  Remove Direct Linking to COM from DATA for `wavepostsbs` Job (NOAA-EMC#3303)
  Update jgdas enkf update job with COMIN or COMOUT prefix instead of COM (NOAA-EMC#3333)
  Add capability to run diff resolutions for marine anl and background (NOAA-EMC#3238)
  Update high resolution tests and fix minor wave issues  (NOAA-EMC#3289)
  Add sfs as valid system (NOAA-EMC#3243)
  Add missing arch_tars dependencies (NOAA-EMC#3319)
  Fix the empty aerosol DA aerostat tar file issue (NOAA-EMC#3332)
  Add missing file safeguard for IMS prep in snow analysis tasks (NOAA-EMC#3329)
  Fix memory unsetting on Gaea (NOAA-EMC#3325)
  Fix error log parsing in compute build CI (NOAA-EMC#3301)
  Remove marineanlvrfy task from global-workflow (NOAA-EMC#3314)
  Add `gfs_wavepostpnt` dependencies to gfs_cleanup (NOAA-EMC#3313)
  Increase the GDASApp build wallclock (NOAA-EMC#3298)
  Capture build fail in Jenkins pipeline when no error logs are produced (NOAA-EMC#3297)
  Add/update config files for Gaea and check existence before sourcing config files in generate_workflows.sh (NOAA-EMC#3286)
  Fix ocean restarts when cold starting with DOIAU=YES (NOAA-EMC#3278)
  Splitting up the archive task (NOAA-EMC#3242)
  CTests extended validation for C48_ATM and staged C48_S2SW for gfs_fcst and gfs_atmos (NOAA-EMC#3256)
  Add esnowanl to enkfgfs cycle (NOAA-EMC#3283)
  Add gfs cycles to C48mx500_3DVarAOWCDA (NOAA-EMC#3249)
  Add fetch job and update stage_ic to work with fetched ICs (NOAA-EMC#3141)
  Remove WAFS files and references from `develop` (NOAA-EMC#3263)
  fix intel stack version number on c5 (NOAA-EMC#3258)
  Update gsi_monitor and ufs_utils hashes to recent hashes for C5/C6 build and run (NOAA-EMC#3252)
  Enable DA cycling on gaea C5/C6 (NOAA-EMC#3255)
  Copy post-processed sea ice increment for diagnostics (NOAA-EMC#3235)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-Gaeac6-Passed **Bot use only** CI testing on Gaea C6 for this PR has completed successfully CI-Hera-Passed **Bot use only** CI testing on Hera for this PR has completed successfully CI-Hercules-Passed **Bot use only** CI testing on Hercules for this PR has completed successfully CI-Orion-Passed **Bot use only** CI testing on Orion for this PR has completed successfully CI-Wcoss2-Passed CI testing on WCOSS for this PR has completed successfully

Projects

None yet

5 participants