ESMCI / cime

Common Infrastructure for Modeling the Earth
http://esmci.github.io/cime
Other
161 stars 206 forks source link

Updates MVK test to be configured through testmod #4618

Open jasonb5 opened 5 months ago

jasonb5 commented 5 months ago

Updates MVK systemtest to be configure through a testmod. Add a param.py file in the testmod directory. Running python -c "from CIME.SystemTests.mvk import MVKConfig; MVKConfig().print_rst_table() will print out documentation for the settings/functions.

Test 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)?:

jasonb5 commented 5 months ago

TODO:

github-actions[bot] commented 4 months ago

You can preview documentation at https://esmci.github.io/cime/branch/update-mvk-config/html/index.html

jasonb5 commented 4 months ago

New relevant doc section https://esmci.github.io/cime/branch/update-mvk-config/html/users_guide/testing.html#system-test-mods

rljacob commented 3 months ago

@mkstratos please review.

jasonb5 commented 2 months ago

@mkstratos Thanks for the feedback, it looks great. I have the remaining requirements to support EAMxx, I'll have implemented shortly and we move forward with the PR.