You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filenames are incorrect at line 70. They are missing the extra '0000' after ${cycs} as in line 69:
68 # Check for availability of FV3 restarts
69 if [[ -f "${COM_ATMOS_RESTART}/${PDYS}.${cycs}0000.coupler.res" ]]; then
70 mv "${COM_ATMOS_RESTART}/${PDYS}.${cycs}.coupler.res" "${COM_ATMOS_RESTART}/${PDYS}.${cycs}.coupler.res.old"
71 else
72 local fv3_rst_ok="NO"
73 fi
What should have happened?
The file would be renamed.
What machines are impacted?
All or N/A
Steps to reproduce
run free forecast
rerun cycle which should have restart directory created from previous run
Additional information
none
Do you have a proposed solution?
No response
The text was updated successfully, but these errors were encountered:
@jkhender
Thanks for reporting this bug.
The development team is in the process of revamping the rerun on failure capability for the coupled model and will prioritize the work in the next few months.
What is wrong?
Filenames are incorrect at line 70. They are missing the extra '0000' after ${cycs} as in line 69:
68 # Check for availability of FV3 restarts
69 if [[ -f "${COM_ATMOS_RESTART}/${PDYS}.${cycs}0000.coupler.res" ]]; then
70 mv "${COM_ATMOS_RESTART}/${PDYS}.${cycs}.coupler.res" "${COM_ATMOS_RESTART}/${PDYS}.${cycs}.coupler.res.old"
71 else
72 local fv3_rst_ok="NO"
73 fi
What should have happened?
The file would be renamed.
What machines are impacted?
All or N/A
Steps to reproduce
Additional information
none
Do you have a proposed solution?
No response
The text was updated successfully, but these errors were encountered: