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

Small changes to get (aerosol) cycling going at C384 #1763

Merged

Conversation

CoryMartin-NOAA
Copy link
Contributor

Description

Trying both ATM C384/C192 cycling with GSI hybrid-4DEnVar (half res of ops) and ATMA C384 3DVar on Hera, I ran into several problems. This PR solves them (for now!)

Change summary:

  1. The aeroanl layouts are now all 8x8, this is just so that we can use the C96 BUMP files that are 8x8 layout for higher resolutions (this is not expected to be a permanent change, and we will have 'optimized' values later)
  2. analcalc would fail (Closes Task gdasanal failed on C384 gdas cycle run #1738 ), this specifies the amount of memory and allows it to complete
  3. The first half cycle C384 forecast would fail, changing nthreads_fv3 to 2 fixes this
  4. The epos jobs do not need 14 nodes allocated, this changes it to 2 nodes, and it runs at this resolution in only 3 mins on Hera
  5. A bugfix (missing f before a f-string) and changed _res_enkf to _res_anl because CASE_ANL is set in config.aeroanl but CASE_ENKF will not be set by the setup_expt script if you specify nmem to be 0

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • Cycled test on Hera ATM
  • Cycled test on Hera ATMA

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

Copy link
Contributor

@RussTreadon-NOAA RussTreadon-NOAA left a comment

Choose a reason for hiding this comment

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

Did test the aero changes but look OK to me.

@@ -885,7 +886,7 @@ elif [[ ${step} = "epos" ]]; then
export npe_epos=80
export nth_epos=4
if [[ "${machine}" == "HERA" ]]; then
export nth_epos=6
export nth_epos=1
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be changed to 1 for all machines? We can get rid of this special case for Hera and just make it 1 everywhere.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Probably but I did not test and am not sure why this was 4 and 6 in the first place... It seems like it is not using any threads at all.

Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like Kate lowered it to 4 after the WCOSS2 port (PR #1070). And before that it had been lowered to 6 from 8 pre-GitHub. Who knows why it was so high to begin with (I would assume memory). Given Hera is the slowest, lowest-mem system, I suspect lowering it everywhere would work.

Copy link
Contributor

Choose a reason for hiding this comment

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

With Russ's reply, I'm more confident we can just use 1.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@RussTreadon-NOAA
Copy link
Contributor

I checked enkfgdas job log files on WCOSS2. The operational enkfgdas_post jobs run with 4 threads. getsfcensmeanp.x is not threaded. The smoothing sections of getsigensmeanp_smooth.x are threaded. We used to run this code with smoothing on. We do not exercise the smoothing portion of the code in the current operational enkfgdas_post.

I don't know why we have 6 threads for Hera.

@WalterKolczynski-NOAA WalterKolczynski-NOAA added CI-Hera-Ready **CM use only** PR is ready for CI testing on Hera CI-Orion-Ready **CM use only** PR is ready for CI testing on Orion labels Jul 26, 2023
@emcbot emcbot added CI-Orion-Building **Bot use only** CI testing is cloning/building on Orion CI-Hera-Building **Bot use only** CI testing is cloning/building on Hera and removed CI-Orion-Ready **CM use only** PR is ready for CI testing on Orion CI-Hera-Ready **CM use only** PR is ready for CI testing on Hera labels Jul 26, 2023
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 results. I don't expect any issues with the tests, since these changes mainly impact higher resolutions.

Copy link
Contributor

@aerorahul aerorahul left a comment

Choose a reason for hiding this comment

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

The changes are ok with me. Though, I think for the change in config.ufs for C384 should be tested in a coupled forecast.

@@ -151,7 +151,7 @@ case "${fv3_res}" in
export layout_y=8
export layout_x_gfs=8
export layout_y_gfs=8
export nthreads_fv3=1
export nthreads_fv3=2
Copy link
Contributor

Choose a reason for hiding this comment

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

This resolution should be tested more broadly with a S2SW forecast only application.

@CoryMartin-NOAA
Copy link
Contributor Author

Don't merge this in yet even if everything passes, the enkfgdasesfc job fails running out of time, want to make sure my change I just tried allows it to complete. 6 mins was not enough.

@emcbot emcbot added CI-Orion-Running **Bot use only** CI testing on Orion for this PR is in-progress and removed CI-Orion-Building **Bot use only** CI testing is cloning/building on Orion labels Jul 26, 2023
@emcbot
Copy link

emcbot commented Jul 26, 2023

Automated global-workflow Testing Results:

Machine: Orion
Start: Wed Jul 26 15:24:19 CDT 2023 on Orion-login-1.HPC.MsState.Edu
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Wed Jul 26 15:26:27 CDT 2023
Build:                         *SUCCESS*
Build: Completed at Wed Jul 26 15:56:52 CDT 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:00 CDT 2023 for experiment C48_ATM_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:04 CDT 2023 for experiment C48_S2S_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:08 CDT 2023 for experiment C96_atm3DVar_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:13 CDT 2023 for experiment C96C48_hybatmDA_483a112d

@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 Jul 26, 2023
@emcbot
Copy link

emcbot commented Jul 26, 2023

Automated global-workflow Testing Results:

Machine: Hera
Start: Wed Jul 26 20:25:07 UTC 2023 on hfe05
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Wed Jul 26 20:34:02 UTC 2023
Build:                         *SUCCESS*
Build: Completed at Wed Jul 26 21:04:20 UTC 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:27 UTC 2023 for experiment C48_ATM_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:33 UTC 2023 for experiment C48_S2S_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:38 UTC 2023 for experiment C96C48_hybatmDA_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:41 UTC 2023 for experiment C96_atm3DVar_483a112d

Copy link
Contributor

@jiaruidong2017 jiaruidong2017 left a comment

Choose a reason for hiding this comment

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

Thanks for including the changes in config.ufs and config.resources for fixing the failure of the C384 gdas cycle run.

@emcbot
Copy link

emcbot commented Jul 26, 2023

Automated global-workflow Testing Results:

Machine: Orion
Start: Wed Jul 26 15:24:19 CDT 2023 on Orion-login-1.HPC.MsState.Edu
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Wed Jul 26 15:26:27 CDT 2023
Build:                         *SUCCESS*
Build: Completed at Wed Jul 26 15:56:52 CDT 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:00 CDT 2023 for experiment C48_ATM_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:04 CDT 2023 for experiment C48_S2S_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:08 CDT 2023 for experiment C96_atm3DVar_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:13 CDT 2023 for experiment C96C48_hybatmDA_483a112d
Experiment C48_S2S_483a112d completed: *SUCCESS*
Experiment C48_S2S_483a112d Completed at Wed Jul 26 16:42:13 CDT 2023
with 18 successfully completed jobs

@emcbot
Copy link

emcbot commented Jul 26, 2023

Automated global-workflow Testing Results:

Machine: Hera
Start: Wed Jul 26 20:25:07 UTC 2023 on hfe05
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Wed Jul 26 20:34:02 UTC 2023
Build:                         *SUCCESS*
Build: Completed at Wed Jul 26 21:04:20 UTC 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:27 UTC 2023 for experiment C48_ATM_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:33 UTC 2023 for experiment C48_S2S_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:38 UTC 2023 for experiment C96C48_hybatmDA_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:41 UTC 2023 for experiment C96_atm3DVar_483a112d
Experiment C48_S2S_483a112d completed: *SUCCESS*
Experiment C48_S2S_483a112d Completed at Wed Jul 26 21:45:22 UTC 2023
with 18 successfully completed jobs

@emcbot
Copy link

emcbot commented Jul 26, 2023

Automated global-workflow Testing Results:

Machine: Orion
Start: Wed Jul 26 15:24:19 CDT 2023 on Orion-login-1.HPC.MsState.Edu
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Wed Jul 26 15:26:27 CDT 2023
Build:                         *SUCCESS*
Build: Completed at Wed Jul 26 15:56:52 CDT 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:00 CDT 2023 for experiment C48_ATM_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:04 CDT 2023 for experiment C48_S2S_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:08 CDT 2023 for experiment C96_atm3DVar_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:13 CDT 2023 for experiment C96C48_hybatmDA_483a112d
Experiment C48_S2S_483a112d completed: *SUCCESS*
Experiment C48_S2S_483a112d Completed at Wed Jul 26 16:42:13 CDT 2023
with 18 successfully completed jobs
Experiment C48_ATM_483a112d completed: *SUCCESS*
Experiment C48_ATM_483a112d Completed at Wed Jul 26 17:12:10 CDT 2023
with 48 successfully completed jobs

@emcbot
Copy link

emcbot commented Jul 26, 2023

Automated global-workflow Testing Results:

Machine: Hera
Start: Wed Jul 26 20:25:07 UTC 2023 on hfe05
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Wed Jul 26 20:34:02 UTC 2023
Build:                         *SUCCESS*
Build: Completed at Wed Jul 26 21:04:20 UTC 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:27 UTC 2023 for experiment C48_ATM_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:33 UTC 2023 for experiment C48_S2S_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:38 UTC 2023 for experiment C96C48_hybatmDA_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:41 UTC 2023 for experiment C96_atm3DVar_483a112d
Experiment C48_S2S_483a112d completed: *SUCCESS*
Experiment C48_S2S_483a112d Completed at Wed Jul 26 21:45:22 UTC 2023
with 18 successfully completed jobs
Experiment C48_ATM_483a112d completed: *SUCCESS*
Experiment C48_ATM_483a112d Completed at Wed Jul 26 22:15:13 UTC 2023
with 48 successfully completed jobs

@emcbot
Copy link

emcbot commented Jul 27, 2023

Automated global-workflow Testing Results:

Machine: Orion
Start: Wed Jul 26 15:24:19 CDT 2023 on Orion-login-1.HPC.MsState.Edu
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Wed Jul 26 15:26:27 CDT 2023
Build:                         *SUCCESS*
Build: Completed at Wed Jul 26 15:56:52 CDT 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:00 CDT 2023 for experiment C48_ATM_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:04 CDT 2023 for experiment C48_S2S_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:08 CDT 2023 for experiment C96_atm3DVar_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:13 CDT 2023 for experiment C96C48_hybatmDA_483a112d
Experiment C48_S2S_483a112d completed: *SUCCESS*
Experiment C48_S2S_483a112d Completed at Wed Jul 26 16:42:13 CDT 2023
with 18 successfully completed jobs
Experiment C48_ATM_483a112d completed: *SUCCESS*
Experiment C48_ATM_483a112d Completed at Wed Jul 26 17:12:10 CDT 2023
with 48 successfully completed jobs
Experiment C96_atm3DVar_483a112d completed: *SUCCESS*
Experiment C96_atm3DVar_483a112d Completed at Wed Jul 26 19:02:08 CDT 2023
with 89 successfully completed jobs

@emcbot
Copy link

emcbot commented Jul 27, 2023

Automated global-workflow Testing Results:

Machine: Hera
Start: Wed Jul 26 20:25:07 UTC 2023 on hfe05
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Wed Jul 26 20:34:02 UTC 2023
Build:                         *SUCCESS*
Build: Completed at Wed Jul 26 21:04:20 UTC 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:27 UTC 2023 for experiment C48_ATM_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:33 UTC 2023 for experiment C48_S2S_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:38 UTC 2023 for experiment C96C48_hybatmDA_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:41 UTC 2023 for experiment C96_atm3DVar_483a112d
Experiment C48_S2S_483a112d completed: *SUCCESS*
Experiment C48_S2S_483a112d Completed at Wed Jul 26 21:45:22 UTC 2023
with 18 successfully completed jobs
Experiment C48_ATM_483a112d completed: *SUCCESS*
Experiment C48_ATM_483a112d Completed at Wed Jul 26 22:15:13 UTC 2023
with 48 successfully completed jobs
Experiment C96C48_hybatmDA_483a112d completed: *SUCCESS*
Experiment C96C48_hybatmDA_483a112d Completed at Thu Jul 27 00:27:20 UTC 2023
with 151 successfully completed jobs

@emcbot
Copy link

emcbot commented Jul 27, 2023

Automated global-workflow Testing Results:

Machine: Orion
Start: Wed Jul 26 15:24:19 CDT 2023 on Orion-login-1.HPC.MsState.Edu
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Wed Jul 26 15:26:27 CDT 2023
Build:                         *SUCCESS*
Build: Completed at Wed Jul 26 15:56:52 CDT 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:00 CDT 2023 for experiment C48_ATM_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:04 CDT 2023 for experiment C48_S2S_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:08 CDT 2023 for experiment C96_atm3DVar_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:13 CDT 2023 for experiment C96C48_hybatmDA_483a112d
Experiment C48_S2S_483a112d completed: *SUCCESS*
Experiment C48_S2S_483a112d Completed at Wed Jul 26 16:42:13 CDT 2023
with 18 successfully completed jobs
Experiment C48_ATM_483a112d completed: *SUCCESS*
Experiment C48_ATM_483a112d Completed at Wed Jul 26 17:12:10 CDT 2023
with 48 successfully completed jobs
Experiment C96_atm3DVar_483a112d completed: *SUCCESS*
Experiment C96_atm3DVar_483a112d Completed at Wed Jul 26 19:02:08 CDT 2023
with 89 successfully completed jobs
Experiment C96C48_hybatmDA_483a112d completed: *SUCCESS*
Experiment C96C48_hybatmDA_483a112d Completed at Wed Jul 26 19:36:10 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 Jul 27, 2023
@emcbot
Copy link

emcbot commented Jul 27, 2023

Automated global-workflow Testing Results:

Machine: Orion
Start: Wed Jul 26 15:24:19 CDT 2023 on Orion-login-1.HPC.MsState.Edu
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Wed Jul 26 15:26:27 CDT 2023
Build:                         *SUCCESS*
Build: Completed at Wed Jul 26 15:56:52 CDT 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:00 CDT 2023 for experiment C48_ATM_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:04 CDT 2023 for experiment C48_S2S_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:08 CDT 2023 for experiment C96_atm3DVar_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 15:57:13 CDT 2023 for experiment C96C48_hybatmDA_483a112d
Experiment C48_S2S_483a112d completed: *SUCCESS*
Experiment C48_S2S_483a112d Completed at Wed Jul 26 16:42:13 CDT 2023
with 18 successfully completed jobs
Experiment C48_ATM_483a112d completed: *SUCCESS*
Experiment C48_ATM_483a112d Completed at Wed Jul 26 17:12:10 CDT 2023
with 48 successfully completed jobs
Experiment C96_atm3DVar_483a112d completed: *SUCCESS*
Experiment C96_atm3DVar_483a112d Completed at Wed Jul 26 19:02:08 CDT 2023
with 89 successfully completed jobs
Experiment C96C48_hybatmDA_483a112d completed: *SUCCESS*
Experiment C96C48_hybatmDA_483a112d Completed at Wed Jul 26 19:36:10 CDT 2023
with 151 successfully completed jobs

@emcbot
Copy link

emcbot commented Jul 27, 2023

Automated global-workflow Testing Results:

Machine: Hera
Start: Wed Jul 26 20:25:07 UTC 2023 on hfe05
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Wed Jul 26 20:34:02 UTC 2023
Build:                         *SUCCESS*
Build: Completed at Wed Jul 26 21:04:20 UTC 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:27 UTC 2023 for experiment C48_ATM_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:33 UTC 2023 for experiment C48_S2S_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:38 UTC 2023 for experiment C96C48_hybatmDA_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:41 UTC 2023 for experiment C96_atm3DVar_483a112d
Experiment C48_S2S_483a112d completed: *SUCCESS*
Experiment C48_S2S_483a112d Completed at Wed Jul 26 21:45:22 UTC 2023
with 18 successfully completed jobs
Experiment C48_ATM_483a112d completed: *SUCCESS*
Experiment C48_ATM_483a112d Completed at Wed Jul 26 22:15:13 UTC 2023
with 48 successfully completed jobs
Experiment C96C48_hybatmDA_483a112d completed: *SUCCESS*
Experiment C96C48_hybatmDA_483a112d Completed at Thu Jul 27 00:27:20 UTC 2023
with 151 successfully completed jobs
Experiment C96_atm3DVar_483a112d completed: *SUCCESS*
Experiment C96_atm3DVar_483a112d Completed at Thu Jul 27 00:51:11 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 Jul 27, 2023
@emcbot
Copy link

emcbot commented Jul 27, 2023

Automated global-workflow Testing Results:

Machine: Hera
Start: Wed Jul 26 20:25:07 UTC 2023 on hfe05
---------------------------------------------------
Checkout:                      *SUCCESS*
Checkout: Completed at Wed Jul 26 20:34:02 UTC 2023
Build:                         *SUCCESS*
Build: Completed at Wed Jul 26 21:04:20 UTC 2023
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:27 UTC 2023 for experiment C48_ATM_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:33 UTC 2023 for experiment C48_S2S_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:38 UTC 2023 for experiment C96C48_hybatmDA_483a112d
Created experiment:            *SUCCESS*
Case setup: Completed at Wed Jul 26 21:04:41 UTC 2023 for experiment C96_atm3DVar_483a112d
Experiment C48_S2S_483a112d completed: *SUCCESS*
Experiment C48_S2S_483a112d Completed at Wed Jul 26 21:45:22 UTC 2023
with 18 successfully completed jobs
Experiment C48_ATM_483a112d completed: *SUCCESS*
Experiment C48_ATM_483a112d Completed at Wed Jul 26 22:15:13 UTC 2023
with 48 successfully completed jobs
Experiment C96C48_hybatmDA_483a112d completed: *SUCCESS*
Experiment C96C48_hybatmDA_483a112d Completed at Thu Jul 27 00:27:20 UTC 2023
with 151 successfully completed jobs
Experiment C96_atm3DVar_483a112d completed: *SUCCESS*
Experiment C96_atm3DVar_483a112d Completed at Thu Jul 27 00:51:11 UTC 2023
with 89 successfully completed jobs

@CoryMartin-NOAA
Copy link
Contributor Author

I had to extend the walltime for esfc to 8 mins from 6 since it was taking 6-7 mins to complete at this resolution on Hera.

@WalterKolczynski-NOAA
Copy link
Contributor

@CoryMartin-NOAA is this ready to go now. then?

@CoryMartin-NOAA
Copy link
Contributor Author

@WalterKolczynski-NOAA yes I think so

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.

Task gdasanal failed on C384 gdas cycle run
7 participants