-
Notifications
You must be signed in to change notification settings - Fork 7
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
Checks to add to ACCESS-OM3 Payu driver #109
Comments
There are various grid files which are shared across models ..., I don't know if checking for consistency there makes sense (or is possible, the caps are already doing some checks). e.g. from
These files names also need to match those in manifests ... although the models already have some error handling for that |
Possibly check that MOM outputs will not have missing values in coordinates - see COSIMA/cosima-recipes#325 (comment) |
Check that the metadata.yaml file has been updated for the experiment? |
Check consistency between stop frequency in |
Check consistency between WW3 switches and WW3 config (p.s. some things in this issue might make more sense as check in the nuopc driver, I haven't thought about it a lot) |
Linking to related discussion: payu-org/payu#421 |
Check that |
I will investigate how this is set in the nuopc driver. We might be able to put a code fix in instead. |
That would definitely be preferred |
I asked CICE-Consortium/CICE#945 |
Coming here from ACCESS-NRI/model-config-tests#52 - will give implementing these as QA checks a go! |
This PR implements checks of the processors selected in the nuopc.runconfig file for the access-om3 payu driver. This ensures that the processors requested for normal model operations and parallel IO are within range of the CPUs set in the payu config.yaml and each model "realm" uses processors for IO that are within the range of processors for that model component. It adds tests for the min/max bounds of each parameter. Contributes to COSIMA/access-om3#109 --------- Co-authored-by: minghang.li <minghangl1101@gmail.com> Co-authored-by: Aidan Heerdegen <aidan.heerdegen@anu.edu.au>
Consolidated list from above suggestions:
|
We've discussed adding checks to the Payu driver to be run at setup to help ensure the configuration is valid. This issue is to list/discuss the checks we might want to include.
diag_table
is consistent with thecase_name
set innuopc_runconfig
- see Still using CESM compset names in output filenames #106The text was updated successfully, but these errors were encountered: