cc_staff
782
edits
(Added other clusters) |
(Validation of machine file) |
||
Line 5: | Line 5: | ||
==Local machine file== | ==Local machine file== | ||
Create and edit the file <code>~/.cime/config_machines.xml</code> | * Create and edit the file <code>~/.cime/config_machines.xml</code> from the following minimal content per cluster: | ||
<tabs> | <tabs> | ||
Line 173: | Line 173: | ||
</tab> | </tab> | ||
</tabs> | </tabs> | ||
* Validate your XML machine file with the following commands: | |||
{{Command2 | |||
|prompt=[name@server ~]$|module load cesm/2.1.3 && xmllint --noout --schema $EBROOTCESM/cime/config/xml_schemas/config_machines.xsd ~/.cime/config_machines.xml | |||
|result= | |||
/home/username/.cime/config_machines.xml validates | |||
}} | |||
* Check the official template for additional parameters: | |||
{{Command2 | |||
|prompt=[name@server ~]$ | |||
|less $EBROOTCESM/cime/config/xml_schemas/config_machines_template.xml | |||
}} | |||
=Reference= | =Reference= | ||
* [https://www.cesm.ucar.edu/ Main website] | * [https://www.cesm.ucar.edu/ Main website] |