./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.
 
Back
Top