Skip to content
New issue

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

filename incorrect in forecast_det.sh when restart directory exists #2108

Closed
jkhender opened this issue Nov 30, 2023 · 2 comments
Closed

filename incorrect in forecast_det.sh when restart directory exists #2108

jkhender opened this issue Nov 30, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@jkhender
Copy link
Contributor

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

  1. run free forecast
  2. rerun cycle which should have restart directory created from previous run

Additional information

none

Do you have a proposed solution?

No response

@jkhender jkhender added bug Something isn't working triage Issues that are triage labels Nov 30, 2023
@aerorahul
Copy link
Contributor

@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.

@WalterKolczynski-NOAA WalterKolczynski-NOAA removed the triage Issues that are triage label Dec 5, 2023
@KateFriedman-NOAA
Copy link
Member

This has been fixed in PR #2210. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants