Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure option syntax now only uses dashes (#358)
Tag name (required for release branches): Originator(s): nusbaume Description (include the issue title, and the keyword ['closes', 'fixes', 'resolves'] followed by the issue number): Fixes #357 - Should convert CAM_CONFIG_OPTS argument syntax to use dashes instead of underscores Describe any changes made to build system: All arguments that can be used in the `CAM_CONFIG_OPTS` XML variable in a CAM-SIMA case's `env_build.xml` file now use dashes instead of underscores. Also all single-dash config options (e.g. `-dyn` versus `--dyn`) have been removed to avoid any confusion as users move from CAM to CAM-SIMA). Describe any changes made to the namelist: N/A List any changes to the defaults for the input datasets (e.g. boundary datasets): N/A List all files eliminated and why: N/A List all files added and what they do: N/A List all existing files that have been modified, and describe the changes: (Helpful git command: `git diff --name-status development...<your_branch_name>`) M cime_config/cam_config.py M cime_config/config_component.xml - Convert CAM_CONFIG_OPTS argument syntax to use dashes instead of underscores, and remove single-dash options. Also add an extra comment. M cime_config/testdefs/testmods_dirs/cam/outfrq_se_cslam_analy_ic/shell_commands - Update syntax for regression test that used analytic ICs to now use dashes (`--analytic-ic`) M test/unit/test_cam_config.py - Fix unit test structure that was using a no-longer-supported single-dash config argument. If there are new failures (compared to the `test/existing-test-failures.txt` file), have them OK'd by the gatekeeper, note them here, and add them to the file. If there are baseline differences, include the test and the reason for the diff. What is the nature of the change? Roundoff? derecho/intel/aux_sima: ALL PASS derecho/gnu/aux_sima: ALL PASS If this changes climate describe any run(s) done to evaluate the new climate in enough detail that it(they) could be reproduced: CAM-SIMA date used for the baseline comparison tests if different than latest:
- Loading branch information