-
Notifications
You must be signed in to change notification settings - Fork 2
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
Clarify role of required init vars #349
Comments
I think we probably need to discriminate between these two things. I think this is going to be at the heart of any attempt to freeze modules - some data has to be provided to start the model running, but others are generated from those. It's linked to the idea of what variables are provided by which module. |
Ok, so I include all the inputs that the model expects to run |
That it needs to |
@dalonsoa - this is linked to #388. We might want to split |
resolved with #388 |
The question came up what exactly needs to go in the
required_init_vars
of a model to ensure that the dummy simulation runs. Is it all the input variables needed to run the model or only the ones that come from somewhere external, like ERA5 data?The text was updated successfully, but these errors were encountered: