Skip to content

FESOM restarts with a different time step #953

Answered by mandresm
mandresm asked this question in Models
Discussion options

You must be logged in to vote

Hi @a270067,

The way the fesom-2.0.yaml is configured is to write a clock.file where the previous date is calculated by subtracting the current time step to the current date:

lasttime: "$(( 86400 - ${time_step}))"

and:

create_config:
fesom.clock:
- "<--append-- ${lasttime} ${parent_date!sdoy} ${parent_date!syear}"
- "<--append-- ${starttime} ${startday} ${start_date!syear}"

You could manually define in your runscript lasttime: "$(( 86400 - <length_of_previous_time_step> ))" but that would mean…

Replies: 1 comment 2 replies

Comment options

mandresm
May 16, 2023
Maintainer Author

You must be logged in to vote
2 replies
@a270067
Comment options

a270067 May 19, 2023
Collaborator

@mandresm
Comment options

mandresm May 19, 2023
Maintainer Author

Answer selected by mandresm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Models
Labels
None yet
2 participants