adding extra surface fields to the model output#378
Conversation
add some extra surface fields to the model output
correct the name of the variable
|
one sample history that includes all of these additional surface fields: |
correct the index in the surface.f
fix the time stamp
put most extra fields to the flux instead of the master file
|
@HelinWei-NOAA Could you sync your branch with upstream/develop? The procedure can be found at https://github.com/NOAA-EMC/UPP/wiki/UPP-Code-Development#update-your-branch-at-your-fork-with-branch-develop-at-authoritative-repository |
|
the new test data |
|
update control file
The results look good. |
|
The UPP regression tests were conducted on WCOSS-Dell, WCOSS-Cray, Hera. A new baseline for gfs is needed after this PR merging. |
| ! | ||
|
|
||
| IF (IGET(1002)>0) THEN | ||
| IF(MODELNAME == 'NCAR'.OR.MODELNAME=='RSM' .OR. & |
There was a problem hiding this comment.
@HelinWei-NOAA I don't think a specified setting is needed for RAPR, NCAR, RSM models since this is total new field.
| ENDDO | ||
| ID(1:25) = 0 | ||
| ITPREC = NINT(TPREC) | ||
| !mp |
There was a problem hiding this comment.
@HelinWei-NOAA Please remove this comment line.
| else | ||
| IFINCR = 0 | ||
| endif | ||
| !mp |
There was a problem hiding this comment.
@HelinWei-NOAA Please remove this comment line.
| ENDDO | ||
| ID(1:25) = 0 | ||
| ITPREC = NINT(TPREC) | ||
| !mp |
There was a problem hiding this comment.
@HelinWei-NOAA Please remove this comment line.
| else | ||
| IFINCR = 0 | ||
| endif | ||
| !mp |
There was a problem hiding this comment.
@HelinWei-NOAA Please remove this comment line.
| ENDDO | ||
| ID(1:25) = 0 | ||
| ITPREC = NINT(TPREC) | ||
| !mp |
There was a problem hiding this comment.
@HelinWei-NOAA Please remove this comment line.
| else | ||
| IFINCR = 0 | ||
| endif | ||
| !mp |
There was a problem hiding this comment.
@HelinWei-NOAA Please remove this comment line.
|
The test data for C768 can be found from /scratch1/NCEPDEV/stmp2/Helin.Wei/RUNDIRS/ufs2scm/gfs.20210216/00 |
barlage
left a comment
There was a problem hiding this comment.
As much as I understand this, everything looks good to me.
|
@barlage Thanks for code review. |
|
The UPP regression test baseline for gfs was recreated with model output provided by the developer from 2021021600 F006 on Hera, WCOSS-Dell and WCOSS-Cray. |
## DESCRIPTION OF CHANGES: Part of the effort described in ufs-community/ufs-srweather-app#71 to update the master branch of ufs-srweather-app to a functioning state. Updates include: - Cherry-picking 5a4b90e7 from release branch in order to include the RRFS_v1alpha CCPP suite, as well as fixing some updated namelist settings in the ufs-weather-model - Fixing other namelist options that have been updated in ufs-weather-model This PR must be merged prior to ufs-community/ufs-srweather-app#71, then that PR updated to point to this PR's hash. ## TESTS CONDUCTED: The following end-to-end tests are now all successful on Hera: - DOT_OR_USCORE - GST_release_public_v1 - get_extrn_files_from_hpss_FV3GFS_FV3GFS - get_extrn_files_from_hpss_GSMGFS_GSMGFS - get_extrn_files_from_hpss_HRRR_RAP - get_extrn_files_from_hpss_RAP_RAP - grid_GSD_HRRR_AK_50km - grid_GSD_RAP13km - grid_RRFS_AK_13km_FV3GFS_FV3GFS - grid_RRFS_CONUS_13km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 - grid_RRFS_CONUS_13km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v16beta - grid_RRFS_CONUS_13km_ics_HRRR_lbcs_RAP_suite_GSD_SAR - grid_RRFS_CONUS_13km_ics_HRRR_lbcs_RAP_suite_RRFS_v1beta - grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 - grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v16beta - grid_RRFS_CONUS_25km_ics_HRRR_lbcs_RAP_suite_GSD_SAR - grid_RRFS_CONUS_25km_ics_HRRR_lbcs_RAP_suite_RRFS_v1beta - new_ESGgrid - new_GFDLgrid - new_GFDLgrid__GFDLgrid_USE_GFDLgrid_RES_IN_FILENAMES_eq_FALSE - new_GFDLgrid__GFDLgrid_USE_GFDLgrid_RES_IN_FILENAMES_eq_TRUE - regional_001 - regional_002 - suite_FV3_GFS_v15p2 - suite_FV3_GFS_v16beta - suite_FV3_GSD_SAR - suite_FV3_GSD_v0 - suite_FV3_RRFS_v1beta The following end-to-end tests were successful on Jet: - DOT_OR_USCORE - get_extrn_files_from_hpss_FV3GFS_FV3GFS - get_extrn_files_from_hpss_GSMGFS_GSMGFS - get_extrn_files_from_hpss_HRRR_RAP - get_extrn_files_from_hpss_RAP_RAP - grid_RRFS_AK_13km_FV3GFS_FV3GFS - grid_RRFS_CONUS_13km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 - grid_RRFS_CONUS_13km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v16beta - grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 - grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v16beta - new_ESGgrid - new_GFDLgrid - new_GFDLgrid__GFDLgrid_USE_GFDLgrid_RES_IN_FILENAMES_eq_FALSE - regional_001 - regional_002 - suite_FV3_GFS_v16beta A few tests on Hera and Jet are still failing, but they are known errors and will be fixed at a later date. Cheyenne tests are failing but this is fixed by NOAA-EMC#378 ## ISSUE (optional): In conjunction with NOAA-EMC#378 and ufs-community/ufs-srweather-app#71, will solve ufs-community/ufs-srweather-app#57, fixing the master branch of ufs-srweather-app so everyone will be happy and nothing will be broken and we will all live happily ever after.
…tab on Cheyenne, as well as fix workflow generation on Cheyenne (NOAA-EMC#378) ## DESCRIPTION OF CHANGES: A fix was applied to the release branch for the Cheyenne workflow and automated testing in NOAA-EMC#343, this PR applies the same to develop. ## TESTS CONDUCTED: Workflow built and ran on Cheyenne; the following tests were run and all passed: - grid_RRFS_CONUS_13km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 - grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 - grid_RRFS_CONUS_3km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 ## ISSUE (optional): Fully resolves NOAA-EMC#326
1. changes in NCAR/ccpp-physics#721 (sfcsub.F land-mask bug fix)
as described in the issue 376