Improvements to WE2E testing system#296
Merged
gsketefian merged 4 commits intoSep 18, 2020
Merged
Conversation
* Set the following workflow parameters in the run_experiments.sh script and write them to the workflow configuration file instead of having them defined in each WE2E configuration file (i.e. remove them from each WE2E configuration file): MACHINE, ACCOUNT, EXPT_SUBDIR, USE_CRON_TO_RELAUNCH, CRON_RELAUNCH_INTVL_MNTS, VERBOSE Note that all these parameters except EXPT_SUBDIR can now be set on the command line when calling run_experiments.sh. If they are not set on the command line, they get set to default values. Also, EXPT_SUBDIR always gets set to the name of the test. * Add new arguments stmp, ptmp, and verbose to run_experiments.sh so that users can specify them on the command line if they don't like the defaults. * In run_experiments.sh, source the default workflow configuration file (config_defaults.sh) to have all user-specifiable workflow variables defined in some way (even if some of those are set to nonsensical default values).
…ists in the ufs-weather-model repo.
…efault blending halo (HALO_BLEND) to 0 (no blending) to avoid bug in halo-blending PR.
JeffBeck-NOAA
approved these changes
Sep 18, 2020
christinaholtNOAA
pushed a commit
to christinaholtNOAA/regional_workflow
that referenced
this pull request
Apr 27, 2022
…ion cycling: (ufs-community#296) 1) satellite radiance data assimilation could be turned on/off by "DO_RADDA" in the config files, the default is "FALSE" now. 2) satellite bias correction files are hourly cycled. It is noted that usually, the full/partial cycle uses the bias coefficient files from its own previous cycle, but the 03z GSI from the partial cycle uses the bias correction coefficient files from the 02z full cycle and the 09z full cycle would use the bias correction coefficient files from the 08z from the partial cycles. This is the similar case for the 15z partial cycle and the 21z full cycle. 3) satellite bias correction files are being saved under the $NWGES_BASEDIR/satbias/ directory 4) the script would look back up to 10 days for bias correction files, if not found under $NWGES_BASEDIR/satbias/, then it would use the satbias files under ${FIX_GSI} 5) adding some data sets (some for future usage) for "listall" for generating gsi diag files 6) adding rrfs satbias files to ${FIX_GSI} as backup satbias files to use/start 7) updating atms_beamwidth.txt file under ${FIX_GSI}.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR modifies the script that runs the WE2E tests (run_experiments.sh) as well as the individual WE2E configuration files to allow tests to run on hera and cheyenne without the need to manually change settings (e.g. directories) in the individual test configuration files. This capability can be easily extended to other platforms by adding appropriate stanzas in run_experiments.sh.
DESCRIPTION OF CHANGES:
MACHINE, ACCOUNT, EXPT_SUBDIR, USE_CRON_TO_RELAUNCH, CRON_RELAUNCH_INTVL_MNTS, VERBOSE
Note that all these parameters except EXPT_SUBDIR can now be set on the command line when calling run_experiments.sh. If they are not set on the command line, they get set to default values. Also, EXPT_SUBDIR always gets set to the name of the WE2E test.
TESTS CONDUCTED:
Ran all WE2E tests except user_donwload_extrn_files on hera and cheyenne. All passed except regional_010, which has a preexisting bug related to FV3 namelist settings. Did not run user_donwload_extrn_files because it interrupts the progression of the test script (it needs improvements; but this PR does not affect downloading of external model files from NOMADS).
Note that on cheyenne, the make_ics, make_lbcs, and run_post tasks often have to be run multiple times before they succeed (especially the latter two).