ESMCI / cime

Common Infrastructure for Modeling the Earth
http://esmci.github.io/cime
Other
161 stars 206 forks source link

Allow users to force a restart dump and stop #4552

Closed jgfouca closed 3 months ago

rljacob commented 9 months ago

I'm pretty sure this can be done entirely in the coupler/driver without any CIME mods. It could work like this: In main coupler run loop, look for a file named "STOPNOW" in the $RUNDIR. If found, send the restart-and-stop signal by setting the appropriate alarm.

A user or some other system could place the STOPNOW file.

I can't implement this without spending some time remembering how the alarms work.

jgfouca commented 9 months ago

Thanks, @rljacob . I agree that it would be ideal to leave CIME out of this if possible.

github-actions[bot] commented 6 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 3 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.

jedwards4b commented 3 months ago

I agree that this does not need to involve cime.