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

Error while running: 'MCT::m_AttrVect::indexRA_:: ERROR--attribute not found: "area" Traceback:'

Hi,
I have experienced some difficulties on running SCAM5 on our local IBM cluster. Here I wonder whether there is any idea about what might cause this issue.

The single column version of cam5_3_00 was run on a Linux system with ifort compiler. The model was built successfully but failed while running. Here is the error message from log file.


CICE configure done.
MCT configure is done.

CAM configure done.
-- Compile
-- Build the namelist

Startrun

MCT::m_AttrVect::indexRA_:: ERROR--attribute not found: "area" Traceback:
ss area ->MCT::m_AttrVect::indexRA_
MCT::m_AttrVect::indexRA_:: ERROR--attribute not found: "aream" Traceback:
ss aream->MCT::m_AttrVect::indexRA_
forrtl: severe (408): fort: (7): Attempt to use pointer RATTR when it is not associated with a target


The configure command is

$SCAM_SCR/configure -fc_type intel -phys cam5 -chem none -nlev $SCAM_TLEVS -dyn eul -res 64x128 -nospmd -nosmp -cppdefs -DDISABLE_TIMERS -scam -usr_src $SCAM_MODS -fc $USER_FC -cc icc $DBUG -ldflags "-Mnobounds"

Compile:
gmake -j14 >&! MAKE.out || echo 'ERROR: Compile failed for' $SCAM_TEST '- exiting scam2web'&& exit 1

Build namelist
$SCAM_SCR/build-namelist -v -runtype startup -infile tmp_namelistfile
|| echo "build-namelist failed" && exit 1

Compiler and NETCDF are set by:
setenv IFORT /gpfssan1/apps/intel/Compiler/11.1/064/bin/intel64/
setenv FORTC ${IFORT}
setenv NCHOME /gpfssan1/home/dingaj/local/netcdf4.3.0-ifort
setenv INC_NETCDF ${NCHOME}/include
setenv LIB_NETCDF ${NCHOME}/lib

This error message appears in both the base run without CLUBB and the run with-clubb run. I tried many different things with no success. It will help me a lot if you have any suggestions! Thanks!

Shipeng

 
 
Top