Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

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