-
Notifications
You must be signed in to change notification settings - Fork 212
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
Add option to skip preview_namelist during case.run #1276
Comments
Should the option also skip the calling of create_namelist by case.submit? Tagging @mvertens |
We need to bump this up in priority. From an ACME user:
|
Added '--skip-preview-namelist' to case.build. This will allow the user to specify if the namelist should be rebuilt from user_nl_8. In this particular commit I added '--skip-preview-namelist' to the call for case.build in the testing suite, since building namelists during tests isn't done. Test suite: scripts_regression_tests.py Test baseline: Test namelist changes: Test status: bit for bit Fixes #1276, E3SM-Project/E3SM#1466 (comment) User interface changes?: Added --skip-preview-namelist to case.build and template.case.run Code review: @jgfouca, @rljacob
Added '--skip-preview-namelist' to case.build. This will allow the user to specify if the namelist should be rebuilt from user_nl_8. In this particular commit I added '--skip-preview-namelist' to the call for case.build in the testing suite, since building namelists during tests isn't done. Test suite: scripts_regression_tests.py Test baseline: Test namelist changes: Test status: bit for bit Fixes #1276, E3SM-Project/E3SM#1466 (comment) User interface changes?: Added --skip-preview-namelist to case.build and template.case.run Code review: @jgfouca, @rljacob
After a rebase from master a few issues reappeared. Most issues were typos or wrong function handle used. I have fixed these issues. Test suite: scripts_regression_tests.py Test baseline: Test namelist changes: Test status: bit for bit Fixes #1276 User interface changes?: Added skip-preview-namelist option Code review: @rljacob, @jgfouca
Fixed some indentation inconsistencies, removed the tuple from usage in parser, fixed logical for skip_pnl and continue_run, and finally fixed some consistency in strings. Test suite: scripts_regression_tests.py Test baseline: Test namelist changes: Test status: bit for bit Fixes #1276, E3SM-Project/E3SM#1466 User interface changes?: Added --skip-preview-namelist to case.build and template.case.run Code review: @jgfouca, @rljacob
Removed the logic for skip_pnl in the CONTINUE_RUN portion of the code as per @jgfouca Test suite: scripts_regression_tests.py Test baseline: Test namelist changes: Test status: bit for bit Fixes #1276, E3SM-Project/E3SM#1466 User interface changes?: Added --skip-preview-namelist option to case.submit Code review: @jgfouca, @rljacob
Added '--skip-preview-namelist' to case.build. This will allow the user to specify if the namelist should be rebuilt from user_nl_8. In this particular commit I added '--skip-preview-namelist' to the call for case.build in the testing suite, since building namelists during tests isn't done. Test suite: scripts_regression_tests.py Test baseline: Test namelist changes: Test status: bit for bit Fixes #1276, E3SM-Project/E3SM#1466 (comment) User interface changes?: Added --skip-preview-namelist to case.build and template.case.run Code review: @jgfouca, @rljacob
After a rebase from master a few issues reappeared. Most issues were typos or wrong function handle used. I have fixed these issues. Test suite: scripts_regression_tests.py Test baseline: Test namelist changes: Test status: bit for bit Fixes #1276 User interface changes?: Added skip-preview-namelist option Code review: @rljacob, @jgfouca
Fixed some indentation inconsistencies, removed the tuple from usage in parser, fixed logical for skip_pnl and continue_run, and finally fixed some consistency in strings. Test suite: scripts_regression_tests.py Test baseline: Test namelist changes: Test status: bit for bit Fixes #1276, E3SM-Project/E3SM#1466 User interface changes?: Added --skip-preview-namelist to case.build and template.case.run Code review: @jgfouca, @rljacob
Removed the logic for skip_pnl in the CONTINUE_RUN portion of the code as per @jgfouca Test suite: scripts_regression_tests.py Test baseline: Test namelist changes: Test status: bit for bit Fixes #1276, E3SM-Project/E3SM#1466 User interface changes?: Added --skip-preview-namelist option to case.submit Code review: @jgfouca, @rljacob
Add skip-preview-namelist to case.submit and case_run Added '--skip-preview-namelist' to case.build Added '--skip-preview-namelist' to case.build. This will allow the user to specify if the namelist should be rebuilt from user_nl_*. Test suite: scripts_regression_tests.py Test baseline: Test namelist changes: Test status: bit for bit Fixes #1276, E3SM-Project/E3SM#1466 User interface changes?: Added --skip-preview-namelist to case.build and template.case.run Code review: @jgfouca, @rljacob, @jedwards4b
Add an option to case.submit to skip calling preview_namelist during case.run. This is for low-powered compute nodes that are spending a lot of time in preview_namelist. Its up to the user to not modify any xml files while the job is in the queue.
The text was updated successfully, but these errors were encountered: