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
At next RTOFS upgrade, please improve the scripts/exrtofs_glo_incup.sh script for restart file checking with the followings -
When checking restart.a, restart.b and restart_cice, should be “||” not “&&” in the if block, as below -
....
if [[ ! -e $COMINm1/rtofs_glo.t00z.n-${inc_hours}.restart.a ]] || \
[[ ! -e $COMINm1/rtofs_glo.t00z.n-${inc_hours}.restart.b ]] || \
[[ ! -e $COMINm1/rtofs_glo.t00z.n-${inc_hours}.restart_cice ]]; then
...
if either one of rtofs_glo.t00z.n-${inc_hours}.restart.a ]] or $COMINm1/rtofs_glo.t00z.n-${inc_hours}.restart.b or $COMINm1/rtofs_glo.t00z.n-${inc_hours}.restart_cice not existed, the rtofs_glo_incup will fail at exec/rtofs_hycom when using these restart input data. When either one of needed resatrt file is not existed, should fail the job with error message as below example -
“FATAL ERROR: $COMINm1/rtofs_glo.t00z.n-${inc_hours}.restart.a … rtofs_glo.t00z.n-${inc_hours}.restart_cice missing, exiting now."
The text was updated successfully, but these errors were encountered:
http://www2.spa.ncep.noaa.gov/bugzilla/show_bug.cgi?id=1588
At next RTOFS upgrade, please improve the scripts/exrtofs_glo_incup.sh script for restart file checking with the followings -
When checking restart.a, restart.b and restart_cice, should be “||” not “&&” in the if block, as below -$COMINm1/rtofs_glo.t00z.n-$ {inc_hours}.restart.a ]] || \$COMINm1/rtofs_glo.t00z.n-$ {inc_hours}.restart.b ]] || \$COMINm1/rtofs_glo.t00z.n-$ {inc_hours}.restart_cice ]]; then
....
if [[ ! -e
[[ ! -e
[[ ! -e
...
if either one of rtofs_glo.t00z.n-${inc_hours}.restart.a ]] or$COMINm1/rtofs_glo.t00z.n-$ {inc_hours}.restart.b or $COMINm1/rtofs_glo.t00z.n-$ {inc_hours}.restart_cice not existed, the rtofs_glo_incup will fail at exec/rtofs_hycom when using these restart input data. When either one of needed resatrt file is not existed, should fail the job with error message as below example -$COMINm1/rtofs_glo.t00z.n-$ {inc_hours}.restart.a … rtofs_glo.t00z.n-${inc_hours}.restart_cice missing, exiting now."
“FATAL ERROR:
The text was updated successfully, but these errors were encountered: