We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69605ea commit 6574d29Copy full SHA for 6574d29
.github/workflows/docs.yaml
@@ -57,7 +57,7 @@ jobs:
57
if-no-files-found: ignore
58
59
- name: Comment ReadDocs Link in PR
60
- if: github.event_name == "pull_request"
+ if: github.event_name == 'pull_request'
61
uses: actions/github-script@v6
62
with:
63
script: |
ush/forecast_det.sh
@@ -67,7 +67,7 @@ FV3_det(){
67
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"
+ mv "${COM_ATMOS_RESTART}/${PDYS}.${cycs}0000.coupler.res" "${COM_ATMOS_RESTART}/${PDYS}.${cycs}0000.coupler.res.old"
71
else
72
local fv3_rst_ok="NO"
73
fi
0 commit comments