We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The archiving job is not looking for the correct cyclone tracker files when attempting to rename and archive them.
The archive.py _rename_cyclone_expt function should look for cyclone files, not cycle files.
archive.py
_rename_cyclone_expt
cyclone
cycle
All or N/A
5cc20ec
atcfunix
${COMROOT}/gfs.20210323/12/products/atmos/cyclone/tracker
${ARCDIR}
Reported by @JiayiPeng-NOAA and @JongilHan66 during HR4 testing.
Change lines
global-workflow/ush/python/pygfs/task/archive.py
Lines 372 to 381 in 5cc20ec
to
if run == "gfs": in_track_file = (track_dir_in + "/avno.t" + cycle_HH + "z.cyclone.trackatcfunix") in_track_p_file = (track_dir_in + "/avnop.t" + cycle_HH + "z.cyclone.trackatcfunixp") elif run == "gdas": in_track_file = (track_dir_in + "/gdas.t" + cycle_HH + "z.cyclone.trackatcfunix") in_track_p_file = (track_dir_in + "/gdasp.t" + cycle_HH + "z.cyclone.trackatcfunixp")
The text was updated successfully, but these errors were encountered:
Fix archive/tc_tracker misnamings NOAA-EMC#3029
1c97348
Fixed via #3030.
Sorry, something went wrong.
DavidHuber-NOAA
No branches or pull requests
What is wrong?
The archiving job is not looking for the correct cyclone tracker files when attempting to rename and archive them.
What should have happened?
The
archive.py
_rename_cyclone_expt
function should look forcyclone
files, notcycle
files.What machines are impacted?
All or N/A
What global-workflow hash are you using?
5cc20ec
Steps to reproduce
atcfunix
files in${COMROOT}/gfs.20210323/12/products/atmos/cyclone/tracker
and/or${ARCDIR}
.Additional information
Reported by @JiayiPeng-NOAA and @JongilHan66 during HR4 testing.
Do you have a proposed solution?
Change lines
global-workflow/ush/python/pygfs/task/archive.py
Lines 372 to 381 in 5cc20ec
to
The text was updated successfully, but these errors were encountered: