Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arbitrary restart interval numbers are not allowed #502

Closed
chan-hoo opened this issue Dec 1, 2022 · 0 comments · Fixed by #503
Closed

Arbitrary restart interval numbers are not allowed #502

chan-hoo opened this issue Dec 1, 2022 · 0 comments · Fixed by #503
Assignees
Labels
enhancement New feature or request

Comments

@chan-hoo
Copy link
Collaborator

chan-hoo commented Dec 1, 2022

Description

The ufs weather model allows to set restart_interval to arbitrary numbers, but the UFS SRW App does not.
For example,

  1. restart files every two hours => restart_interval: 2 -1 ( work in the app with restart_interval: 2)
  2. restart files when fhr=1,2,5 => restart_interval: 1 2 5 ( not work in the app)

Solution

Remove -1 from the template model_configure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant