ESMCI / cime

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

Fixes separating std and performance blessing #4514

Closed jasonb5 closed 1 year ago

jasonb5 commented 1 year ago

When blessing performance diffs, the default hist and namelists would be run as well. This PR separates these, there is now two distinct blessing paths; standard (hist and namelists) and performance.

Test suite: pytest CIME/tests/test_unit* Test baseline: n/a Test namelist changes: n/a Test status: n/a

Fixes n/a User interface changes?: N Update gh-pages html (Y/N)?: N

jgfouca commented 1 year ago

Thanks, @jasonb5