ESMCI / cime

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

skip three files when staging refcase files to avoid a rmtree error #4698

Closed minxu74 closed 3 weeks ago

minxu74 commented 1 month ago

Skip linking the three files ('timing', 'spio_stats', and 'memory.*') when staging files from refcase directory to the branch run directory.

Test suite: NA Test baseline: NA Test namelist changes: None Test status: [bit for bit]

Fixes #4697, E3SM-Project/E3SM#6704

User interface changes?: No

Update gh-pages html (Y/N)?: N

jasonb5 commented 3 weeks ago

@minxu74 Please run pre-commit to fix any issues. Install pre-commit, run pre-commit run -a and commit the fixes. Thanks!

minxu74 commented 3 weeks ago

@jasonb5 I have run the pre-commit and fixed the format of the modifications to meet the black requirement. The PR has passed all checks.