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
asgs> restart 08 # where advisory O8 is used to compute nowcast length
Sometimes when the NHC issues intermediate advisories, it can cause some hiccups in the nowcast timings. This issue is to create a command to fix that - initially to run manually, in the future to run automatically if detected.
stop your instance if you have not done so already
edit statefile
set LASTSUBDIR to the directory containing the nowcast for advisory 08, eg., LASTSUBDIR=/work/$USER/asgs373853/08
set ADVISORY=08 (so the ASGS thinks the last advisory it saw was 08, and it will pick up and run with the latest advisory immediately)
if you have a subdirectory for advisory 10 in your RUNDIR rename it, e.g., mv 10 10.old so ASGS can create a fresh one for this advisory
The text was updated successfully, but these errors were encountered:
wwlwpd
changed the title
create command to reset a GAHM run
create restart XX command to reset a GAHM run
Oct 7, 2024
e.g.,
Sometimes when the NHC issues intermediate advisories, it can cause some hiccups in the nowcast timings. This issue is to create a command to fix that - initially to run manually, in the future to run automatically if detected.
edit statefile
LASTSUBDIR
to the directory containing the nowcast for advisory 08, eg.,LASTSUBDIR=/work/$USER/asgs373853/08
mv 10 10.old
so ASGS can create a fresh one for this advisoryThe text was updated successfully, but these errors were encountered: