-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add new cable 3 namelists to ESM1.6 driver #570
Add new cable 3 namelists to ESM1.6 driver #570
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but is now the right time to start adding tests for this driver?
Good idea. I've just added in some small tests for this driver, here: https://github.com/ACCESS-NRI/payu/blob/6a81816bfb08408e5221fc699008b2313a7ae756/test/models/test_access_esm1p6.py#L115-L150 These check that:
Let me know if these look ok to you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Happy to approve, just had one small question about one of the tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Closes #569
This PR adds two optional configuration files,
soil.nml
andpft_params.nml
to the UM via theaccess-esm1.6
driver.I'll add some comments elaborating on the implementation, but any feedback and suggested changes are welcome!