warning in CESM1.2.2

CESM1.2.1 is 'svn switch' to CESM1.2.2. However, some warning are made when './create_newcase -list' with "
WARNING:
The perl module XML::LibXML is needed for XML parsing in the CESM script system.
Please contact your local systems administrators or IT staff and have them install it for
you, or install the module locally. "

how can we fix it?
There is a lib in the path XX/scripts/ccsm_utils/Tools/perl5lib/XML.
 

jedwards

CSEG and Liaisons
Staff member
XML::libXML is standard with most perl installations, if your system doesn't have it you can get it at cpan:http://search.cpan.org/dist/XML-LibXML/LibXML.podIs this on a CESM supported machine? 
 

jedwards

CSEG and Liaisons
Staff member
XML::libXML is standard with most perl installations, if your system doesn't have it you can get it at cpan:http://search.cpan.org/dist/XML-LibXML/LibXML.pod
 

jedwards

CSEG and Liaisons
Staff member
If you run perl -c create_newcase you should get a message about the path that perl is searching for modules: @INC contains: /Library/Perl/5.16/darwin-thread-multi-2level /Library/Perl/5.16 /Network/Library/Perl/5.16/darwin-thread-multi-2level /Network/Library/Perl/5.16 /Library/Perl/Updates/5.16.2 /System/Library/Perl/5.16/darwin-thread-multi-2level /System/Library/Perl/5.16 /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level /System/Library/Perl/Extras/5.16 .If you don't see your XML::LibXML in that path you can add it using the environment variable PERL_LOCAL_LIB_ROOT.   
 
Back
Top