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

Remove symbolic linking of diag_table when running in ensemble mode. #553

Merged
merged 1 commit into from
Jul 22, 2021

Conversation

JeffBeck-NOAA
Copy link
Collaborator

DESCRIPTION OF CHANGES:

PR #349 (via PR #533) moves diag_table creation from the grid generation step to the run_fcst portion of the workflow. However, it also uses the "run_dir" location instead of "cycle_dir" as the target for the diag_table file. While these two locations are identical for deterministic simulations, they are not the same when using the ensemble mode (due to member directories). Therefore, the diag_table file should no longer be symbolically linked from the "cycle_dir" location to the "run_dir" directory in ensemble mode (the file is now copied directly to "run_dir" for each ensemble member).

TESTS CONDUCTED:

Successfully ran a deterministic and two-member ensemble simulation on Hera.

Copy link
Collaborator

@gsketefian gsketefian 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.

@JeffBeck-NOAA JeffBeck-NOAA merged commit 822c376 into ufs-community:develop Jul 22, 2021
SamuelTrahanNOAA pushed a commit to SamuelTrahanNOAA/regional_workflow that referenced this pull request Sep 15, 2023
…ty#553)

* Update regional workflow based on the tests from:
1) RRFS_A v0.6.1 on Cactus
2) summer retro of RRFS determinstic, EnKF DA, ensemble forecast on CONUS 3km on WCOSS2
3) summer retro of EnKF DA on CONUS 3km on Hera

* Remove "export FORT_FMT_NO_WRAP_MARGIN=true" on WCOSS2 model forecast.
This solved the problem that "-DFASTER=ON" hangs the forcast.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants