Skip to content

Commit

Permalink
[develop] Fix plotting bug. (#529)
Browse files Browse the repository at this point in the history
* Fix plotting bug.

* Add plotting test case to fundamental tests in both nco/community mode.
  • Loading branch information
danielabdi-noaa authored Jan 20, 2023
1 parent 23b9852 commit 54c740e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/WE2E/machine_suites/fundamental.hera.gnu.com
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MET_verification
community_ensemble_2mems
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_2017_gfdlmp
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_2017_gfdlmp_regional
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_2017_gfdlmp_regional_plot
2 changes: 1 addition & 1 deletion tests/WE2E/machine_suites/fundamental.hera.intel.nco
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_RAP_suite_HRRR
grid_RRFS_CONUS_25km_ics_GSMGFS_lbcs_GSMGFS_suite_GFS_v15p2
grid_RRFS_CONUScompact_25km_ics_HRRR_lbcs_RAP_suite_HRRR
grid_RRFS_CONUScompact_25km_ics_HRRR_lbcs_RAP_suite_RRFS_v1beta
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_2017_gfdlmp_regional
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_2017_gfdlmp_regional_plot
MET_ensemble_verification
community_ensemble_2mems_stoch
pregen_grid_orog_sfc_climo
4 changes: 4 additions & 0 deletions ush/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,10 @@ def get_location(xcs, fmt, expt_cfg):

if not isinstance(post_output_domain_name, int):
post_output_domain_name = lowercase(post_output_domain_name)

# Write updated value of POST_OUTPUT_DOMAIN_NAME back to dictionary
post_config["POST_OUTPUT_DOMAIN_NAME"] = post_output_domain_name

#
# -----------------------------------------------------------------------
#
Expand Down

0 comments on commit 54c740e

Please sign in to comment.