ERROR: Multiple matches during port

Brad Davy

Bradley Davy
New Member
Hello all, we are currently trying to port CESM on to a new machine. In doing so we have cloned CESM version 2.1.5, and have created/edited config_batch.xml, config_compilers.xml, and config_machines.xml (attached below). After changing these files we have tried to run

${CIMEROOT}/scripts/create_newcase --case F2000_c1 --compset F2000climo --res f19_f19_mg17 --queue small-short --walltime 00:20:00


but get the following error:

ERROR: Multiple matches


I would appreciate if anyone had any insight/guidance on how to progress with the port.

Kind regards,

Brad
 

jedwards

CSEG and Liaisons
Staff member
These files are not attached. I suggest using xmllint to see if you can spot an error in the xml formatting of the files. CIME provides
schemas for each of the files in directory config/xml_schemas/

For example check the config_machines.xml file with /usr/bin/xmllint --noout --schema $PREFIX/cesm2_1/cime/config/xml_schemas/config_machines.xsd $PREFIX/cesm2_1/cime/config/cesm/machines/config_machines.xml

replacing $PREFIX with the path.
 
Back
Top