Finding restart dump file?

Hi all,

Very simple task. I can’t seem to find restart dump files for u-da559.

I’ve checked /work/n02/n02/jostal/cylc-run/u-da559/share/cycle/20210415T0000Z/glm/um but no luck. I’m hoping on running the nested config. for an additional 48 hours.

Kind regards,
Josh

Josh

Have a look in the housekeeping log files - I see

delete: share/cycle/20210415T0000Z/glm/um/umglaa_da078

is that the problem?

Grenville

Oh no! Clearly it’s been deleted. How can I stop this happening?

Josh

It’s a shame I didn’t notice the following lines in suite.rc:

 {% if FREE_RUN %}
     {# This extra housekeeping task deletes the final dump of the last
     CRUN of the last cycle when in free-running mode #}
[[housekeep_lastcycle]]
    inherit = HOUSEKEEP
    [[[environment]]]
        CYCLE_OFFSET    = {{CYCLE_PREV}}
        HK_CYCLE      = -PT0H
        ROSE_APP_OPT_CONF_KEYS={{hs_opt()}}
        ROSE_TASK_APP = housekeep
{% endif %}

I will comment these out and hope da files are not deleted when finishing next simulation.

Josh

have a look in the housekeeping task - you probably want to change this:

-PT0H:'*/*/*_da*'
$HK_CYCLE:'*/*/*/*/*_da*'

or what you found