I am able to create_newcase with cesm2. However, when I try to validate the porting (http://esmci.github.io/cime/users_guide/porting-cime.html), I got errors in several steps.1. xmllint --noout --schema /net/fs05/d1/xgao/cesm/cesm2/cime/config/xml_schemas/config_machines.xsd config_machines.xmlconfig_machines.xml validates
2.when I run scripts_regression_tests.py, I get the following error:xgao@c083 tests]$ ./scripts_regression_tests.py
No handlers could be found for logger "CIME.XML.machines"
ERROR: Could not initialize machine object from /net/fs05/d1/xgao/cesm/cesm2/cime/config/cesm/machines/config_machines.xml or /home/xgao/.cime/config_machines.xml3. Perform the cheyenne "prealpha" tests on my machine, I got so many failed cases (see the attached cs.status.20180626_200457_au3vht)
I have not carried out ensemble consistency tests yet.I am wondering if I should clear all these errors first before I proceed with my case setup, build, and submit. Any information is appreciated.Thanks,Xiang
2.when I run scripts_regression_tests.py, I get the following error:xgao@c083 tests]$ ./scripts_regression_tests.py
No handlers could be found for logger "CIME.XML.machines"
ERROR: Could not initialize machine object from /net/fs05/d1/xgao/cesm/cesm2/cime/config/cesm/machines/config_machines.xml or /home/xgao/.cime/config_machines.xml3. Perform the cheyenne "prealpha" tests on my machine, I got so many failed cases (see the attached cs.status.20180626_200457_au3vht)
Code:
<span class="o">./</span><span class="n">create_test</span> <span class="o">--</span><span class="n">xml</span><span class="o">-</span><span class="n">category</span> <span class="n">prealpha</span> <span class="o">--</span><span class="n">xml</span><span class="o">-</span><span class="n">machine</span> <span class="n">cheyenne</span> <span class="o">--</span><span class="n">xml</span><span class="o">-</span><span class="n">compiler</span> <span class="n">intel</span> <span class="o">--</span><span class="n">machine</span> <span class="o">svante</span> <span class="o">--</span><span class="n">compiler</span> <span class="o">pgi</span>