-
Notifications
You must be signed in to change notification settings - Fork 102
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
Set up in-line post test procedure #273
Comments
Jesse and Bo have been tasked to add in-line post as part of UPP re-regression tests: |
Bo set up the regional inline post procedure at |
Jesse set up the global inline post procedure at |
Generate the executable from ufs-weather-model by choosing compile option CCPP suite: RRFS_v1beta (close to current parallel run). Has tested RRFS inline post using multiple thread counts, thread number is set as 1, 2 ,3 and 4 respectively. The results including forecast nc files and Grb files are identical. No changed results were found. |
…AA-EMC#273) ## Description of changes: * Update grid parameters of GSD_HRRR3km grid of type JPgrid (including its task layout and blocksize) and enable running with it in NCO mode. The new grid parameters are set to values specified by Christina Holt of GSL. * Update the write-component grid parameters associated with this grid such that the former is within the latter. * Add two WE2E tests in NCO mode to run on this grid -- one using FV3GFS for ICs and LBCs (nco_GSD_HRRR3km_FV3GFS_FV3GFS) and another using HRRRX for ICs and RAPX for LBCs (nco_GSD_HRRR3km_HRRRX_RAPX). First test works but the second doesn't due to a yet-unknown problem in chgres_cube, but the test may work with an older executable that GSL will use. * Bug fix: Add the FV3GFS_2017_gfdlmp_regional physics suite to the if-statements in exregional_make_ics.sh and exregional_make_lbcs.sh that set numsoil_out. * Improvement: Add "else" clauses to the if-statements in exregional_make_ics.sh and exregional_make_lbcs.sh that check for the physics suite to set various parameters. These "else" clauses print out an error message whenever the specified physics suite is not covered by the if-statement. ## Tests conducted: ### On hera: Ran all the WE2E tests including the two new ones (nco_GSD_HRRR3km_FV3GFS_FV3GFS and nco_GSD_HRRR3km_HRRRX_RAPX). All tests except regional_010 pass (regional_010 test was already broken in the original develop branch). ### On jet: Ran the two new WE2E tests nco_GSD_HRRR3km_FV3GFS_FV3GFS and nco_GSD_HRRR3km_HRRRX_RAPX as well as regional_002 and regional_003. All passed, although some tasks (make_lbcs and run_fcst) for the nco_GSD_HRRR3km_FV3GFS_FV3GFS and nco_GSD_HRRR3km_HRRRX_RAPX tests took more than 1 try to succeed. Also tested versions of nco_GSD_HRRR3km_FV3GFS_FV3GFS and nco_GSD_HRRR3km_HRRRX_RAPX in which the external files are staged. Again, both succeeded but some tasks take more than 1 try to succeed.
…mode (NOAA-EMC#276) ## DESCRIPTION OF CHANGES: Changes to three WE2E tests needed to run successfully on hera that were left out of PR NOAA-EMC#273. ## TESTS CONDUCTED: Same as PR#273.
@WenMeng-NOAA Is this issue deprecated by the new RT system we have? Or does this still need work? |
@gspetro-NOAA The work will be done on the EMC side. At this time, please keep this issue open. |
I updated the document with the new file save paths due to the computer was transferred from WCOSS1 to WCOSS2. |
The current UPP regression test package has pe tests only. With more ufs-weather-model based applications adapting in-line post, the procedure of in-line post with threading is needed.
The text was updated successfully, but these errors were encountered: