Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

query_config

dbailey

CSEG and Liaisons
Staff member
Seems like query_config is no longer giving me what I need. If I do:

cd $CODEROOT/cime/scripts

./query_config --compsets

This gives the allactive compsets as expected. However when I type:

./query_config --compsets OCN

This produces an error:

[dbailey@cheyenne2 scripts]> ./query_config --compsets OCN
ERROR: Invalid input argument OCN, valid input arguments are (<CIME.XML.files.Files object at 0x7efc306a1ed0>, ['allactive', 'drv', 'cam', 'cism', 'clm', 'cice', 'pop', 'nemo'])

Then I try:

./query_config --compsets pop

and I get:

query_config: error: argument --compsets: invalid choice: 'pop' (choose from 'all', 'CPL', 'ATM', 'LND', 'ICE', 'OCN', 'ROF', 'GLC', 'WAV', 'ESP')
 

mlevy

Michael Levy
CSEG and Liaisons
Staff member
This probably belongs as a CIME issue, though I haven't been able to reproduce the problem. Can you point me to the sandbox causing this? ./query_config --compsets pop works for me in cesm2_3_beta04
 
Top