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

ccsm.buildexe.csh failed

-------------------------------------------------------------------------
CCSM BUILDNML SCRIPT STARTING
- To prestage restarts, untar a restart.tar file into /home/gsy/waccm/execufile/testintel/run
- Create modelio namelist input files
CCSM BUILDNML SCRIPT HAS FINISHED SUCCESSFULLY
-------------------------------------------------------------------------
CCSM PRESTAGE SCRIPT STARTING
- CCSM input data directory, DIN_LOC_ROOT_CSMDATA, is /home/gsy/waccm/inputdata
- Case input data directory, DIN_LOC_ROOT, is /home/gsy/waccm/inputdata
- Checking the existence of input datasets in DIN_LOC_ROOT
CCSM PRESTAGE SCRIPT HAS FINISHED SUCCESSFULLY
-------------------------------------------------------------------------
CCSM BUILDEXE SCRIPT STARTING
- Build Libraries: mct pio csm_share
Mon Dec 6 13:01:09 CST 2010 /home/gsy/waccm/execufile/testintel/mct/mct.bldlog.101206-130108
Mon Dec 6 13:01:34 CST 2010 /home/gsy/waccm/execufile/testintel/pio/pio.bldlog.101206-130108
Mon Dec 6 13:01:58 CST 2010 /home/gsy/waccm/execufile/testintel/csm_share/csm_share.bldlog.101206-130108
Mon Dec 6 13:27:51 CST 2010 /home/gsy/waccm/execufile/testintel/run/cpl.bldlog.101206-130108
Mon Dec 6 13:27:51 CST 2010 /home/gsy/waccm/execufile/testintel/run/atm.bldlog.101206-130108
Mon Dec 6 13:27:51 CST 2010 /home/gsy/waccm/execufile/testintel/run/lnd.bldlog.101206-130108
Mon Dec 6 13:27:52 CST 2010 /home/gsy/waccm/execufile/testintel/run/ice.bldlog.101206-130108
Mon Dec 6 13:27:52 CST 2010 /home/gsy/waccm/execufile/testintel/run/ocn.bldlog.101206-130108
Mon Dec 6 13:27:53 CST 2010 /home/gsy/waccm/execufile/testintel/run/glc.bldlog.101206-130108
Mon Dec 6 13:27:53 CST 2010 /home/gsy/waccm/execufile/testintel/run/ccsm.bldlog.101206-130108
ERROR: ccsm.buildexe.csh failed, see /home/gsy/waccm/execufile/testintel/run/ccsm.bldlog.101206-130108
ERROR: cat /home/gsy/waccm/execufile/testintel/run/ccsm.bldlog.101206-130108
 

eaton

CSEG and Liaisons
The errors seem to be coming from your netcdf library:

> /opt/netcdf/lib/libnetcdf.a(liboc_la-ocinternal.o): In function `ocinitialize':
> /home/gsy/software/netcdf-4.1.1/libncdap3/oc/ocinternal.c:167: undefined reference to `curl_version_info'

It appears that the netcdf4 library was built to utilize the new netcdf4 features that are not needed by CCSM (it is possible to build netcdf4 so that it just uses the classic format of netcdf3). The easiest fix would be to use a version 3.6.2 netcdf lib if one is available. To use a fully featured netcdf4 lib you'll need to include the names of other libraries that it depends on in the link line (I don't know what these are off the top of my head). You might try looking on the unidata web site for more information about linking to netcdf4.
 
Top