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

Qa tests for atmosphere only ESM1.5/1.6 configurations #97

Open
blimlim opened this issue Feb 5, 2025 · 0 comments · May be fixed by #98
Open

Qa tests for atmosphere only ESM1.5/1.6 configurations #97

blimlim opened this issue Feb 5, 2025 · 0 comments · May be fixed by #98

Comments

@blimlim
Copy link

blimlim commented Feb 5, 2025

ESM1.6 now has a new development "AMIP" configuration, and a similar configuration will soon be added for ESM1.5. These configurations use only the atmosphere model, reading in data files in place of the ocean and sea-ice models.

A few of the qa tests fail with these configurations - see here for an example. I think we'll need some small adjustments to the following tests:

  1. test_config_start:
    The AMIP configurations start on 1978-01-01. I think we could add a branch.config_scenario == "amip" option to this test with the 1978 start date.

  2. test_cice_configuration_icefields_nml_in_ice_history_nml

    This checks that the CICE namelists are correctly put together. We'll want to skip this test for the AMIP configurations as there's no CICE sub-model.

We can leave the failing restart frequency tests as is. Payu can now do date based restart pruning with just the UM, and so for these I just need to update the configurations rather than the tests.

@blimlim blimlim linked a pull request Feb 5, 2025 that will close this issue
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 a pull request may close this issue.

1 participant