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

./case.setup error

koichi omi

koichi
New Member
After I make a case of FKESSLER (grid: f09_f09_mg17), I executed ./case.setup on the case directory.
But I encountered an error below.

ERROR: Command: '/usr/bin/xmllint --noout --schema /fefs1/home/o/o052/CESM/CESM/cime/config/xml_schemas/config_machines.xsd /fefs1/home/o/o052/CESM/CESM/cime/config/cesm/machines/config_machines.xml' failed with error '' from dir '/fefs1/home/o/o052/CASES/FKESSLER_TEST'

I want to solve this error, but I can't find the concrete content of this error.
Please tell me what I should do.
 

jedwards

CSEG and Liaisons
Staff member
You should have some content in the error output. Try running the command from the command line:
/usr/bin/xmllint --noout --schema /fefs1/home/o/o052/CESM/CESM/cime/config/xml_schemas/config_machines.xsd /fefs1/home/o/o052/CESM/CESM/cime/config/cesm/machines/config_machines.xml
 

koichi omi

koichi
New Member
I tried the command, "/usr/bin/xmllint --noout --schema /fefs1/home/o/o052/CESM/CESM/cime/config/xml_schemas/config_machines.xsd /fefs1/home/o/o052/CESM/CESM/cime/config/cesm/machines/config_machines.xml".
But I got no error message like below.
"/fefs1/home/o/o052/CESM/CESM/cime/config/cesm/machines/config_machines.xml validates"

So I don't know why this error occur.
 
Top