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

Add new cable 3 namelists to ESM1.6 driver #570

Merged
merged 3 commits into from
Feb 19, 2025

Conversation

blimlim
Copy link
Contributor

@blimlim blimlim commented Feb 18, 2025

Closes #569

This PR adds two optional configuration files, soil.nml and pft_params.nml to the UM via the access-esm1.6 driver.

I'll add some comments elaborating on the implementation, but any feedback and suggested changes are welcome!

@coveralls
Copy link

coveralls commented Feb 18, 2025

Coverage Status

coverage: 58.363% (+0.4%) from 57.957%
when pulling add4045 on ACCESS-NRI:569-ESM1.6-cable-namelists
into c452587 on payu-org:master.

aidanheerdegen
aidanheerdegen previously approved these changes Feb 18, 2025
Copy link
Collaborator

@aidanheerdegen aidanheerdegen left a 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?

@blimlim
Copy link
Contributor Author

blimlim commented Feb 19, 2025

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:

  1. No duplicates appear in the um.optional_config_files
  2. The new driver correctly adds new files to the um.optional_config_files.

Let me know if these look ok to you

aidanheerdegen
aidanheerdegen previously approved these changes Feb 19, 2025
Copy link
Collaborator

@aidanheerdegen aidanheerdegen left a 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.

Copy link
Collaborator

@aidanheerdegen aidanheerdegen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@blimlim blimlim merged commit b00677f into payu-org:master Feb 19, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ESM1.6 specific config files to driver
3 participants