-
Email from @a270067
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @a270067, The way the and: esm_tools/configs/components/fesom/fesom-2.0.yaml Lines 322 to 325 in 279c277 You could manually define in your runscript fesom:
choose_general.run_number:
<the_run_number_of_the_first_manual_restart>:
lasttime: "$(( 86400 - <length_of_previous_time_step> ))" Please, let me know if that does the job. |
Beta Was this translation helpful? Give feedback.
Hi @a270067,
The way the
fesom-2.0.yaml
is configured is to write aclock.file
where the previous date is calculated by subtracting the current time step to the current date:esm_tools/configs/components/fesom/fesom-2.0.yaml
Line 305 in 279c277
and:
esm_tools/configs/components/fesom/fesom-2.0.yaml
Lines 322 to 325 in 279c277
You could manually define in your runscript
lasttime: "$(( 86400 - <length_of_previous_time_step> ))"
but that would mean…