Skip to content

Commit 94e76b0

Browse files
committed
Change file being run for ECMWF command
Refs: NOAA-EMC#1
1 parent 486830e commit 94e76b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ush/global_det/global_det_atmos_util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def prep_prod_ecmwf_file(source_file, dest_file, forecast_hour, prep_method):
468468
)
469469
if check_file_exists_size(working_file1):
470470
run_shell_command(
471-
[ECMGFSLOOKALIKENEW, source_file, prepped_file]
471+
[ECMGFSLOOKALIKENEW, working_file1, prepped_file]
472472
)
473473
elif 'precip' in prep_method:
474474
if check_file_exists_size(source_file):

0 commit comments

Comments
 (0)