-
Notifications
You must be signed in to change notification settings - Fork 209
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
The -list command is broken in create_newcase #2218
Comments
Not sure what version you are using, but in the latest there is no query_case and there is no --list option to create_newcase. |
I had a typo and it should be "query_config" script. I guess the -list was removed? If so then the "config_compsets.xml" file may need an update. |
Yes - its the help section of the acme config_compsets.xml that is out of date. |
I will update the help section. |
Thanks for the updates. |
Remove stale help section comments The --list flag to create_newcase doesn't exist anymore. Test suite: None Test baseline: Test namelist changes: Test status: bit for bit Fixes #2218 User interface changes?: N Update gh-pages html (Y/N)?: N Code review: @jedwards4b
Feature list: * Support full matching restrictions for batch directives * create_test: Order e3sm test list by runtime * Remove old pointclm directory * make case tools part of the Case object * Update MCT to 2.10rc2 * Remove text 'ccsm' and 'cesm' and replace appropriately * Add unofficial support for shell version of case.run batch script * Do not make unnecessary env_batch jobs or batch job scripts * St_archive the DART restart history files * Update MPI message tags in coupler-component exchanges * Improve the cprnc build when netcdf c and fortran libraries are installed separately * Remove the run_e3sm testing scripts from the CIME repo Bug fixes: * Using mkSrcfiles to build the FMS libraries requires ignoring files with name pattern test_* * skip-pnl was being entirely ignored for case.test * Fix bug in compare two case setup nmls * Cannot combine soft operations. * Allow case_diff to work on cases that are not tests * Only set and check glcrun_avg_alarm if glc_prognostic is true * Always downscale walltime for tests * Fix double-run bug for external scripts Fixes #2219 Fixes #2069 Fixes #1906 Fixes #2218 [BFB]
I only tested the query_config script with --query-compsets-setby
The OPTIONAL %phys attributes specify submodes of the given system
For example DOCN%DOM is the data ocean model for DOCN
ALL the possible %phys choices for each component are listed
with the -list command for create_newcase
ALL data models must have a %phys option that corresponds to the data model mode_
Then I tried the -list command, but it is not supported in create_newcase.
The text was updated successfully, but these errors were encountered: