Skip to content
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

Add a gefs test #1774

Merged
merged 7 commits into from
Aug 7, 2023
Merged

Conversation

aerorahul
Copy link
Contributor

@aerorahul aerorahul commented Aug 4, 2023

Description
This PR:

  • temporarily adds a hack to allow testing of the GEFS forecast until the staging is automated.
  • adds a test for GEFS
  • updates setup_expt.py to compartmentalize gfs and gefs setup options. gefs has a single mode forecast-only and is necessary for create_experiment.py to work as designed. To eliminate it would need major work.

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?
This should be a companion PR to #1772

Checklist

  • 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
  • My changes need updates to the documentation. I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • New and existing tests pass with my changes
  • Any dependent changes have been merged and published

@JessicaMeixner-NOAA
Copy link
Contributor

@aerorahul I see that this is for S2SA, is there a reason that waves are excluded?

@aerorahul
Copy link
Contributor Author

@aerorahul I see that this is for S2SA, is there a reason that waves are excluded?

No particular reason.
This is simply a transformation of the instructions that were used to demonstrate that one can run an GEFS ensemble forecast.
I am not sure if wave ensemble ics are available for this date.
Also, the staging is a hack to ensure the gefs ensemble forecast remains intact when forecasts in the gfs system are updated.

workflow/setup_expt.py Outdated Show resolved Hide resolved
workflow/setup_expt.py Outdated Show resolved Hide resolved
workflow/setup_expt.py Outdated Show resolved Hide resolved
@aerorahul aerorahul dismissed TerrenceMcGuinness-NOAA’s stale review August 4, 2023 16:45

addressed comments. requesting re-review

@JessicaMeixner-NOAA
Copy link
Contributor

@aerorahul I see that this is for S2SA, is there a reason that waves are excluded?

No particular reason. This is simply a transformation of the instructions that were used to demonstrate that one can run an GEFS ensemble forecast. I am not sure if wave ensemble ics are available for this date. Also, the staging is a hack to ensure the gefs ensemble forecast remains intact when forecasts in the gfs system are updated.

What is the IC date, number of ensembles and resolution - that's something that can be easily fixed.

@aerorahul
Copy link
Contributor Author

@aerorahul I see that this is for S2SA, is there a reason that waves are excluded?

No particular reason. This is simply a transformation of the instructions that were used to demonstrate that one can run an GEFS ensemble forecast. I am not sure if wave ensemble ics are available for this date. Also, the staging is a hack to ensure the gefs ensemble forecast remains intact when forecasts in the gfs system are updated.

What is the IC date, number of ensembles and resolution - that's something that can be easily fixed.

See the ci/cases/C48_S2SA_gefs.yaml file added in this PR for the initial condition date, ensemble size and resolution.

@WalterKolczynski-NOAA
Copy link
Contributor

Yup, the reason I didn't run waves in my GEFS instructions (which Rahul presumably used to make the test) was because we don't have wave ICs (at least not in the official place with the others).

Copy link
Contributor

@WalterKolczynski-NOAA WalterKolczynski-NOAA left a comment

Choose a reason for hiding this comment

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

Conditionally approved pending CI tests

@WalterKolczynski-NOAA WalterKolczynski-NOAA added the CI-Hera-Ready **CM use only** PR is ready for CI testing on Hera label Aug 4, 2023
@emcbot emcbot added CI-Hera-Building **Bot use only** CI testing is cloning/building on Hera CI-Hera-Running **Bot use only** CI testing on Hera for this PR is in-progress CI-Hera-Failed **Bot use only** CI testing on Hera for this PR has failed and removed CI-Hera-Ready **CM use only** PR is ready for CI testing on Hera CI-Hera-Building **Bot use only** CI testing is cloning/building on Hera labels Aug 4, 2023
@emcbot
Copy link

emcbot commented Aug 4, 2023

Automated global-workflow Testing Results:

Machine: Hera
Start: Fri Aug  4 21:17:18 UTC 2023 on hfe05
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Fri Aug  4 21:22:52 UTC 2023
Build:                         *SUCCESS*
Build: Completed at Fri Aug  4 21:48:15 UTC 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Fri Aug  4 21:48:18 UTC 2023 for experiment C48_ATM_6d341c0a
Created experiment:            *SUCCESS*
Case setup: Completed at Fri Aug  4 21:48:20 UTC 2023 for experiment C48_S2S_6d341c0a
Failed to create experiment:  *FAIL* C48_S2SA_gefs_6d341c0a
Experiment setup: failed at Fri Aug  4 21:48:22 UTC 2023 for experiment C48_S2SA_gefs_6d341c0a

forecast-only mode treats ICs differently and cannot be staged here
EDITED:  /scratch1/NCEPDEV/global/Terry.McGuinness/GFS_CI_ROOT/PR/1774/RUNTESTS/EXPDIR/C48_S2S_6d341c0a/config.base as per user input.
EDITED:  /scratch1/NCEPDEV/global/Terry.McGuinness/GFS_CI_ROOT/PR/1774/RUNTESTS/EXPDIR/C48_S2S_6d341c0a/config.aeroanl as per user input.
EDITED:  /scratch1/NCEPDEV/global/Terry.McGuinness/GFS_CI_ROOT/PR/1774/RUNTESTS/EXPDIR/C48_S2S_6d341c0a/config.landanl as per user input.
EDITED:  /scratch1/NCEPDEV/global/Terry.McGuinness/GFS_CI_ROOT/PR/1774/RUNTESTS/EXPDIR/C48_S2S_6d341c0a/config.ocnanal as per user input.
Finalizing initialize
sourcing config.coupled_ic
sourcing config.fcst
sourcing config.arch
sourcing config.post
sourcing config.vrfy
sourcing config.ocnpost
sourcing config.metp
Created experiment:            *SUCCESS*
Case setup: Completed at Fri Aug  4 21:48:26 UTC 2023 for experiment C96C48_hybatmDA_6d341c0a
Created experiment:            *SUCCESS*
Case setup: Completed at Fri Aug  4 21:48:29 UTC 2023 for experiment C96_atm3DVar_6d341c0a

@aerorahul aerorahul added CI-Hera-Ready **CM use only** PR is ready for CI testing on Hera and removed CI-Hera-Failed **Bot use only** CI testing on Hera for this PR has failed CI-Hera-Running **Bot use only** CI testing on Hera for this PR is in-progress labels Aug 5, 2023
@emcbot emcbot added the CI-Hera-Building **Bot use only** CI testing is cloning/building on Hera label Aug 5, 2023
@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 Aug 5, 2023
@emcbot
Copy link

emcbot commented Aug 5, 2023

Automated global-workflow Testing Results:

Machine: Hera
Start: Sat Aug  5 03:04:46 UTC 2023 on hfe05
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Sat Aug  5 03:09:37 UTC 2023
Build:                         *SUCCESS*
Build: Completed at Sat Aug  5 03:34:34 UTC 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:39 UTC 2023 for experiment C48_ATM_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:42 UTC 2023 for experiment C48_S2S_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:45 UTC 2023 for experiment C48_S2SA_gefs_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:48 UTC 2023 for experiment C96C48_hybatmDA_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:51 UTC 2023 for experiment C96_atm3DVar_cdb3a3fa

@emcbot
Copy link

emcbot commented Aug 5, 2023

Automated global-workflow Testing Results:

Machine: Hera
Start: Sat Aug  5 03:04:46 UTC 2023 on hfe05
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Sat Aug  5 03:09:37 UTC 2023
Build:                         *SUCCESS*
Build: Completed at Sat Aug  5 03:34:34 UTC 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:39 UTC 2023 for experiment C48_ATM_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:42 UTC 2023 for experiment C48_S2S_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:45 UTC 2023 for experiment C48_S2SA_gefs_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:48 UTC 2023 for experiment C96C48_hybatmDA_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:51 UTC 2023 for experiment C96_atm3DVar_cdb3a3fa
Experiment C48_S2SA_gefs_cdb3a3fa completed: *SUCCESS*
Experiment C48_S2SA_gefs_cdb3a3fa Completed at Sat Aug  5 04:12:15 UTC 2023
with 3 successfully completed jobs

@emcbot
Copy link

emcbot commented Aug 5, 2023

Automated global-workflow Testing Results:

Machine: Hera
Start: Sat Aug  5 03:04:46 UTC 2023 on hfe05
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Sat Aug  5 03:09:37 UTC 2023
Build:                         *SUCCESS*
Build: Completed at Sat Aug  5 03:34:34 UTC 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:39 UTC 2023 for experiment C48_ATM_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:42 UTC 2023 for experiment C48_S2S_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:45 UTC 2023 for experiment C48_S2SA_gefs_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:48 UTC 2023 for experiment C96C48_hybatmDA_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:51 UTC 2023 for experiment C96_atm3DVar_cdb3a3fa
Experiment C48_S2SA_gefs_cdb3a3fa completed: *SUCCESS*
Experiment C48_S2SA_gefs_cdb3a3fa Completed at Sat Aug  5 04:12:15 UTC 2023
with 3 successfully completed jobs
Experiment C48_ATM_cdb3a3fa completed: *SUCCESS*
Experiment C48_ATM_cdb3a3fa Completed at Sat Aug  5 04:48:16 UTC 2023
with 48 successfully completed jobs

@emcbot
Copy link

emcbot commented Aug 5, 2023

Automated global-workflow Testing Results:

Machine: Hera
Start: Sat Aug  5 03:04:46 UTC 2023 on hfe05
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Sat Aug  5 03:09:37 UTC 2023
Build:                         *SUCCESS*
Build: Completed at Sat Aug  5 03:34:34 UTC 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:39 UTC 2023 for experiment C48_ATM_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:42 UTC 2023 for experiment C48_S2S_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:45 UTC 2023 for experiment C48_S2SA_gefs_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:48 UTC 2023 for experiment C96C48_hybatmDA_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:51 UTC 2023 for experiment C96_atm3DVar_cdb3a3fa
Experiment C48_S2SA_gefs_cdb3a3fa completed: *SUCCESS*
Experiment C48_S2SA_gefs_cdb3a3fa Completed at Sat Aug  5 04:12:15 UTC 2023
with 3 successfully completed jobs
Experiment C48_ATM_cdb3a3fa completed: *SUCCESS*
Experiment C48_ATM_cdb3a3fa Completed at Sat Aug  5 04:48:16 UTC 2023
with 48 successfully completed jobs
Experiment C48_S2S_cdb3a3fa completed: *SUCCESS*
Experiment C48_S2S_cdb3a3fa Completed at Sat Aug  5 04:57:14 UTC 2023
with 18 successfully completed jobs

@emcbot
Copy link

emcbot commented Aug 5, 2023

Automated global-workflow Testing Results:

Machine: Hera
Start: Sat Aug  5 03:04:46 UTC 2023 on hfe05
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Sat Aug  5 03:09:37 UTC 2023
Build:                         *SUCCESS*
Build: Completed at Sat Aug  5 03:34:34 UTC 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:39 UTC 2023 for experiment C48_ATM_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:42 UTC 2023 for experiment C48_S2S_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:45 UTC 2023 for experiment C48_S2SA_gefs_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:48 UTC 2023 for experiment C96C48_hybatmDA_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:51 UTC 2023 for experiment C96_atm3DVar_cdb3a3fa
Experiment C48_S2SA_gefs_cdb3a3fa completed: *SUCCESS*
Experiment C48_S2SA_gefs_cdb3a3fa Completed at Sat Aug  5 04:12:15 UTC 2023
with 3 successfully completed jobs
Experiment C48_ATM_cdb3a3fa completed: *SUCCESS*
Experiment C48_ATM_cdb3a3fa Completed at Sat Aug  5 04:48:16 UTC 2023
with 48 successfully completed jobs
Experiment C48_S2S_cdb3a3fa completed: *SUCCESS*
Experiment C48_S2S_cdb3a3fa Completed at Sat Aug  5 04:57:14 UTC 2023
with 18 successfully completed jobs
Experiment C96C48_hybatmDA_cdb3a3fa completed: *SUCCESS*
Experiment C96C48_hybatmDA_cdb3a3fa Completed at Sat Aug  5 07:15:16 UTC 2023
with 151 successfully completed jobs

@emcbot
Copy link

emcbot commented Aug 5, 2023

Automated global-workflow Testing Results:

Machine: Hera
Start: Sat Aug  5 03:04:46 UTC 2023 on hfe05
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Sat Aug  5 03:09:37 UTC 2023
Build:                         *SUCCESS*
Build: Completed at Sat Aug  5 03:34:34 UTC 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:39 UTC 2023 for experiment C48_ATM_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:42 UTC 2023 for experiment C48_S2S_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:45 UTC 2023 for experiment C48_S2SA_gefs_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:48 UTC 2023 for experiment C96C48_hybatmDA_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:51 UTC 2023 for experiment C96_atm3DVar_cdb3a3fa
Experiment C48_S2SA_gefs_cdb3a3fa completed: *SUCCESS*
Experiment C48_S2SA_gefs_cdb3a3fa Completed at Sat Aug  5 04:12:15 UTC 2023
with 3 successfully completed jobs
Experiment C48_ATM_cdb3a3fa completed: *SUCCESS*
Experiment C48_ATM_cdb3a3fa Completed at Sat Aug  5 04:48:16 UTC 2023
with 48 successfully completed jobs
Experiment C48_S2S_cdb3a3fa completed: *SUCCESS*
Experiment C48_S2S_cdb3a3fa Completed at Sat Aug  5 04:57:14 UTC 2023
with 18 successfully completed jobs
Experiment C96C48_hybatmDA_cdb3a3fa completed: *SUCCESS*
Experiment C96C48_hybatmDA_cdb3a3fa Completed at Sat Aug  5 07:15:16 UTC 2023
with 151 successfully completed jobs
Experiment C96_atm3DVar_cdb3a3fa completed: *SUCCESS*
Experiment C96_atm3DVar_cdb3a3fa Completed at Sat Aug  5 07:15:26 UTC 2023
with 89 successfully completed jobs

@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 Aug 5, 2023
@emcbot
Copy link

emcbot commented Aug 5, 2023

Automated global-workflow Testing Results:

Machine: Hera
Start: Sat Aug  5 03:04:46 UTC 2023 on hfe05
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Sat Aug  5 03:09:37 UTC 2023
Build:                         *SUCCESS*
Build: Completed at Sat Aug  5 03:34:34 UTC 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:39 UTC 2023 for experiment C48_ATM_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:42 UTC 2023 for experiment C48_S2S_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:45 UTC 2023 for experiment C48_S2SA_gefs_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:48 UTC 2023 for experiment C96C48_hybatmDA_cdb3a3fa
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 03:34:51 UTC 2023 for experiment C96_atm3DVar_cdb3a3fa
Experiment C48_S2SA_gefs_cdb3a3fa completed: *SUCCESS*
Experiment C48_S2SA_gefs_cdb3a3fa Completed at Sat Aug  5 04:12:15 UTC 2023
with 3 successfully completed jobs
Experiment C48_ATM_cdb3a3fa completed: *SUCCESS*
Experiment C48_ATM_cdb3a3fa Completed at Sat Aug  5 04:48:16 UTC 2023
with 48 successfully completed jobs
Experiment C48_S2S_cdb3a3fa completed: *SUCCESS*
Experiment C48_S2S_cdb3a3fa Completed at Sat Aug  5 04:57:14 UTC 2023
with 18 successfully completed jobs
Experiment C96C48_hybatmDA_cdb3a3fa completed: *SUCCESS*
Experiment C96C48_hybatmDA_cdb3a3fa Completed at Sat Aug  5 07:15:16 UTC 2023
with 151 successfully completed jobs
Experiment C96_atm3DVar_cdb3a3fa completed: *SUCCESS*
Experiment C96_atm3DVar_cdb3a3fa Completed at Sat Aug  5 07:15:26 UTC 2023
with 89 successfully completed jobs

@WalterKolczynski-NOAA WalterKolczynski-NOAA added the CI-Orion-Ready **CM use only** PR is ready for CI testing on Orion label Aug 5, 2023
@emcbot emcbot added CI-Orion-Building **Bot use only** CI testing is cloning/building on Orion CI-Orion-Running **Bot use only** CI testing on Orion for this PR is in-progress and removed CI-Orion-Ready **CM use only** PR is ready for CI testing on Orion CI-Orion-Building **Bot use only** CI testing is cloning/building on Orion labels Aug 5, 2023
@emcbot
Copy link

emcbot commented Aug 5, 2023

Automated global-workflow Testing Results:

Machine: Orion
Start: Sat Aug  5 10:56:17 CDT 2023 on Orion-login-1.HPC.MsState.Edu
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Sat Aug  5 10:58:12 CDT 2023
Build:                         *SUCCESS*
Build: Completed at Sat Aug  5 11:23:24 CDT 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:30 CDT 2023 for experiment C48_ATM_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:33 CDT 2023 for experiment C48_S2SA_gefs_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:36 CDT 2023 for experiment C48_S2S_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:39 CDT 2023 for experiment C96_atm3DVar_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:42 CDT 2023 for experiment C96C48_hybatmDA_379fcd53

@emcbot
Copy link

emcbot commented Aug 5, 2023

Automated global-workflow Testing Results:

Machine: Orion
Start: Sat Aug  5 10:56:17 CDT 2023 on Orion-login-1.HPC.MsState.Edu
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Sat Aug  5 10:58:12 CDT 2023
Build:                         *SUCCESS*
Build: Completed at Sat Aug  5 11:23:24 CDT 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:30 CDT 2023 for experiment C48_ATM_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:33 CDT 2023 for experiment C48_S2SA_gefs_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:36 CDT 2023 for experiment C48_S2S_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:39 CDT 2023 for experiment C96_atm3DVar_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:42 CDT 2023 for experiment C96C48_hybatmDA_379fcd53
Experiment C48_S2S_379fcd53 completed: *SUCCESS*
Experiment C48_S2S_379fcd53 Completed at Sat Aug  5 12:06:09 CDT 2023
with 18 successfully completed jobs

@emcbot
Copy link

emcbot commented Aug 5, 2023

Automated global-workflow Testing Results:

Machine: Orion
Start: Sat Aug  5 10:56:17 CDT 2023 on Orion-login-1.HPC.MsState.Edu
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Sat Aug  5 10:58:12 CDT 2023
Build:                         *SUCCESS*
Build: Completed at Sat Aug  5 11:23:24 CDT 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:30 CDT 2023 for experiment C48_ATM_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:33 CDT 2023 for experiment C48_S2SA_gefs_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:36 CDT 2023 for experiment C48_S2S_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:39 CDT 2023 for experiment C96_atm3DVar_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:42 CDT 2023 for experiment C96C48_hybatmDA_379fcd53
Experiment C48_S2S_379fcd53 completed: *SUCCESS*
Experiment C48_S2S_379fcd53 Completed at Sat Aug  5 12:06:09 CDT 2023
with 18 successfully completed jobs
Experiment C48_S2SA_gefs_379fcd53 completed: *SUCCESS*
Experiment C48_S2SA_gefs_379fcd53 Completed at Sat Aug  5 12:40:26 CDT 2023
with 3 successfully completed jobs

@emcbot
Copy link

emcbot commented Aug 5, 2023

Automated global-workflow Testing Results:

Machine: Orion
Start: Sat Aug  5 10:56:17 CDT 2023 on Orion-login-1.HPC.MsState.Edu
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Sat Aug  5 10:58:12 CDT 2023
Build:                         *SUCCESS*
Build: Completed at Sat Aug  5 11:23:24 CDT 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:30 CDT 2023 for experiment C48_ATM_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:33 CDT 2023 for experiment C48_S2SA_gefs_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:36 CDT 2023 for experiment C48_S2S_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:39 CDT 2023 for experiment C96_atm3DVar_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:42 CDT 2023 for experiment C96C48_hybatmDA_379fcd53
Experiment C48_S2S_379fcd53 completed: *SUCCESS*
Experiment C48_S2S_379fcd53 Completed at Sat Aug  5 12:06:09 CDT 2023
with 18 successfully completed jobs
Experiment C48_S2SA_gefs_379fcd53 completed: *SUCCESS*
Experiment C48_S2SA_gefs_379fcd53 Completed at Sat Aug  5 12:40:26 CDT 2023
with 3 successfully completed jobs
Experiment C48_ATM_379fcd53 completed: *SUCCESS*
Experiment C48_ATM_379fcd53 Completed at Sat Aug  5 12:42:07 CDT 2023
with 48 successfully completed jobs

@emcbot
Copy link

emcbot commented Aug 5, 2023

Automated global-workflow Testing Results:

Machine: Orion
Start: Sat Aug  5 10:56:17 CDT 2023 on Orion-login-1.HPC.MsState.Edu
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Sat Aug  5 10:58:12 CDT 2023
Build:                         *SUCCESS*
Build: Completed at Sat Aug  5 11:23:24 CDT 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:30 CDT 2023 for experiment C48_ATM_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:33 CDT 2023 for experiment C48_S2SA_gefs_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:36 CDT 2023 for experiment C48_S2S_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:39 CDT 2023 for experiment C96_atm3DVar_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:42 CDT 2023 for experiment C96C48_hybatmDA_379fcd53
Experiment C48_S2S_379fcd53 completed: *SUCCESS*
Experiment C48_S2S_379fcd53 Completed at Sat Aug  5 12:06:09 CDT 2023
with 18 successfully completed jobs
Experiment C48_S2SA_gefs_379fcd53 completed: *SUCCESS*
Experiment C48_S2SA_gefs_379fcd53 Completed at Sat Aug  5 12:40:26 CDT 2023
with 3 successfully completed jobs
Experiment C48_ATM_379fcd53 completed: *SUCCESS*
Experiment C48_ATM_379fcd53 Completed at Sat Aug  5 12:42:07 CDT 2023
with 48 successfully completed jobs
Experiment C96_atm3DVar_379fcd53 completed: *SUCCESS*
Experiment C96_atm3DVar_379fcd53 Completed at Sat Aug  5 15:02:07 CDT 2023
with 89 successfully completed jobs

@emcbot
Copy link

emcbot commented Aug 5, 2023

Automated global-workflow Testing Results:

Machine: Orion
Start: Sat Aug  5 10:56:17 CDT 2023 on Orion-login-1.HPC.MsState.Edu
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Sat Aug  5 10:58:12 CDT 2023
Build:                         *SUCCESS*
Build: Completed at Sat Aug  5 11:23:24 CDT 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:30 CDT 2023 for experiment C48_ATM_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:33 CDT 2023 for experiment C48_S2SA_gefs_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:36 CDT 2023 for experiment C48_S2S_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:39 CDT 2023 for experiment C96_atm3DVar_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:42 CDT 2023 for experiment C96C48_hybatmDA_379fcd53
Experiment C48_S2S_379fcd53 completed: *SUCCESS*
Experiment C48_S2S_379fcd53 Completed at Sat Aug  5 12:06:09 CDT 2023
with 18 successfully completed jobs
Experiment C48_S2SA_gefs_379fcd53 completed: *SUCCESS*
Experiment C48_S2SA_gefs_379fcd53 Completed at Sat Aug  5 12:40:26 CDT 2023
with 3 successfully completed jobs
Experiment C48_ATM_379fcd53 completed: *SUCCESS*
Experiment C48_ATM_379fcd53 Completed at Sat Aug  5 12:42:07 CDT 2023
with 48 successfully completed jobs
Experiment C96_atm3DVar_379fcd53 completed: *SUCCESS*
Experiment C96_atm3DVar_379fcd53 Completed at Sat Aug  5 15:02:07 CDT 2023
with 89 successfully completed jobs
Experiment C96C48_hybatmDA_379fcd53 completed: *SUCCESS*
Experiment C96C48_hybatmDA_379fcd53 Completed at Sat Aug  5 15:12:07 CDT 2023
with 151 successfully completed jobs

@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 Aug 5, 2023
@emcbot
Copy link

emcbot commented Aug 5, 2023

Automated global-workflow Testing Results:

Machine: Orion
Start: Sat Aug  5 10:56:17 CDT 2023 on Orion-login-1.HPC.MsState.Edu
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Sat Aug  5 10:58:12 CDT 2023
Build:                         *SUCCESS*
Build: Completed at Sat Aug  5 11:23:24 CDT 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:30 CDT 2023 for experiment C48_ATM_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:33 CDT 2023 for experiment C48_S2SA_gefs_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:36 CDT 2023 for experiment C48_S2S_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:39 CDT 2023 for experiment C96_atm3DVar_379fcd53
Created experiment:            *SUCCESS*
Case setup: Completed at Sat Aug  5 11:23:42 CDT 2023 for experiment C96C48_hybatmDA_379fcd53
Experiment C48_S2S_379fcd53 completed: *SUCCESS*
Experiment C48_S2S_379fcd53 Completed at Sat Aug  5 12:06:09 CDT 2023
with 18 successfully completed jobs
Experiment C48_S2SA_gefs_379fcd53 completed: *SUCCESS*
Experiment C48_S2SA_gefs_379fcd53 Completed at Sat Aug  5 12:40:26 CDT 2023
with 3 successfully completed jobs
Experiment C48_ATM_379fcd53 completed: *SUCCESS*
Experiment C48_ATM_379fcd53 Completed at Sat Aug  5 12:42:07 CDT 2023
with 48 successfully completed jobs
Experiment C96_atm3DVar_379fcd53 completed: *SUCCESS*
Experiment C96_atm3DVar_379fcd53 Completed at Sat Aug  5 15:02:07 CDT 2023
with 89 successfully completed jobs
Experiment C96C48_hybatmDA_379fcd53 completed: *SUCCESS*
Experiment C96C48_hybatmDA_379fcd53 Completed at Sat Aug  5 15:12:07 CDT 2023
with 151 successfully completed jobs

@WalterKolczynski-NOAA WalterKolczynski-NOAA merged commit fe97b19 into NOAA-EMC:develop Aug 7, 2023
4 checks passed
@aerorahul aerorahul deleted the feature/gefs_test branch August 16, 2023 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-Hera-Passed **Bot use only** CI testing on Hera for this PR has completed successfully CI-Orion-Passed **Bot use only** CI testing on Orion for this PR has completed successfully
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants