Skip to content

Commit

Permalink
[develop] Fixing bug: moved placing fix_lam tests' directories from c…
Browse files Browse the repository at this point in the history
…ommon place (ufs-srweather-app) to each tests' run directory. (#977)

* Fixing bug that placed fix_lam tests' directories in common place
causing it to overwrite content randomly.
* Switch custom grid WE2E tests for coverage.hera.gnu.com and coverage.hera.intel.nco to allow the latter to successfully run without failure.

---------

Co-authored-by: michael.lueken <Michael.Lueken@noaa.gov>
  • Loading branch information
RatkoVasic-NOAA and MichaelLueken authored Dec 14, 2023
1 parent 6b14175 commit b840e7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/WE2E/machine_suites/coverage.hera.gnu.com
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
custom_ESGgrid_Peru_12km
custom_ESGgrid_Central_Asia_3km
get_from_HPSS_ics_FV3GFS_lbcs_FV3GFS_fmt_nemsio_2019061200
get_from_NOMADS_ics_FV3GFS_lbcs_FV3GFS
grid_RRFS_CONUS_13km_ics_FV3GFS_lbcs_FV3GFS_suite_HRRR
Expand Down
2 changes: 1 addition & 1 deletion tests/WE2E/machine_suites/coverage.hera.intel.nco
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
custom_ESGgrid_Central_Asia_3km
custom_ESGgrid_Peru_12km
get_from_HPSS_ics_FV3GFS_lbcs_FV3GFS_fmt_grib2_2019061200
get_from_HPSS_ics_GDAS_lbcs_GDAS_fmt_netcdf_2022040400_ensemble_2mems
get_from_HPSS_ics_HRRR_lbcs_RAP
Expand Down
2 changes: 1 addition & 1 deletion ush/config_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ workflow:
#
#-----------------------------------------------------------------------
#
FIXdir: '{{ EXPTDIR if rocoto.tasks.get("task_make_grid") else [user.HOMEdir, "fix"]|path_join }}'
FIXdir: '{{ EXPTDIR }}'
FIXam: '{{ [FIXdir, "fix_am"]|path_join }}'
FIXclim: '{{ [FIXdir, "fix_clim"]|path_join }}'
FIXlam: '{{ [FIXdir, "fix_lam"]|path_join }}'
Expand Down

0 comments on commit b840e7c

Please sign in to comment.