Difference between revisions of "CESM FAQ"

(Created page with "CMS doesn't generally support CESM, but these are some things that may be helpful for users of the model == Installing XML::LibXML == CESM requires the Perl module XML::LibX...")
 
 
Line 1: Line 1:
 
CMS doesn't generally support CESM, but these are some things that may be helpful for users of the model
 
CMS doesn't generally support CESM, but these are some things that may be helpful for users of the model
 +
 +
== CESM2 configuration ==
 +
 +
A basic configuration for running CESM2 on Gadi is available at https://github.com/coecms/cesm2-gadi
  
 
== Installing XML::LibXML ==
 
== Installing XML::LibXML ==

Latest revision as of 02:13, 20 May 2020

CMS doesn't generally support CESM, but these are some things that may be helpful for users of the model

CESM2 configuration

A basic configuration for running CESM2 on Gadi is available at https://github.com/coecms/cesm2-gadi

Installing XML::LibXML

CESM requires the Perl module XML::LibXML. You'll need to install this yourself, which you can do on Gadi by running

cpan XML::LibXML

If you've not used Perl before it will ask you some questions on where to install it, the defaults are fine and will install it into your home directory at ~/perl5.

You may need to run the command twice to properly install the library