Opened 4 weeks ago
Last modified 4 weeks ago
#2436 assigned help
Restarting a suite with a different budget
Reported by: | mvguarino | Owned by: | ros |
---|---|---|---|
Priority: | normal | Component: | Rose/Cylc |
Keywords: | Cc: | ||
Platform: | ARCHER | UM Version: |
Description
Hello,
The project budget I was using ran out. I switched to a second budget and restarted the suite u-as245, however the budget change is not picked up when I use the rose suite-restart command.
Is there a way to pass the new budget info to the restart command?
Thank you,
Vittoria
Change History (2)
comment:1 Changed 4 weeks ago by ros
- Component changed from Coupled model to Rose/Cylc
- Owner changed from um_support to ros
- Status changed from new to assigned
comment:2 Changed 4 weeks ago by mvguarino
HI Ros,
thank you, rose suite-run - -restart was what I needed.
Vittoria
Note: See
TracTickets for help on using
tickets.
Hi Vittoria,
There is a subtle difference between the commands rose suite-run --restart and rose suite-restart. The first reloads the suite definition before restarting the second doesn't.
rose suite-run --restart : re-install & restart suite
rose suite-restart : restart without re-installing suite
Cheers,
Ros.