-
Notifications
You must be signed in to change notification settings - Fork 207
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
Updates MVK test to be configured through testmod #4618
Conversation
TODO:
|
You can preview documentation at https://esmci.github.io/cime/branch/update-mvk-config/html/index.html |
New relevant doc section https://esmci.github.io/cime/branch/update-mvk-config/html/users_guide/testing.html#system-test-mods |
@mkstratos Thanks for the feedback, it looks great. |
@rljacob @jgfouca @jedwards4b @mkstratos from CIME.utils import safe_copy
from CIME.utils import run_cmd
component = "eamxx"
ninst = 30
def generate_namelist(case, component, i, filename):
run_cmd(f"atmchange initial_conditions::perturbation_random_seed = {i*32}")
run_cmd(f"atmchange ...")
...
safe_copy("namelist_scream.xml", f"namelist_scream_{i:04}.xml") |
Okay with me. |
Fine with me too. Feel free to merge it whenever you think it's ready. |
Config
classTest suite: n/a
Test baseline: n/a
Test namelist changes: n/a
Test status: n/a
Fixes #4592
User interface changes?:
Update gh-pages html (Y/N)?: