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

clm.buildexe.csh failed

Hello, everyone

when I run the case create_newcase -res T31_T31 -compset F_2000 -case ./case01 -mach xyz, in the ***.build part, errors came out as follows:
ERROR: clm.buildexe.csh failed, see /home/liuzhen/CESM/cases/case01/run/lnd.bldlog.140321-120848
ERROR: cat /home/liuzhen/CESM/cases/case01/run/lnd.bldlog.140321-120848


when I type cat /home/liuzhen/CESM/cases/case01/run/lnd.bldlog.140321-120848, at the end of the file, it says:

---------------------^
/home/liuzhen/CESM/models/lnd/clm/src/main/ncdio.F90(5060): error #6906: The value of the integer is either too great or too small, and overflow/underflow occurred. [O'0777610000000000000000']
data_offset = nan
---------------------^
/home/liuzhen/CESM/models/lnd/clm/src/main/ncdio.F90(5094): error #6906: The value of the integer is either too great or too small, and overflow/underflow occurred. [O'0777610000000000000000']
pfts(:) = nan
---------------------^
/home/liuzhen/CESM/models/lnd/clm/src/main/ncdio.F90(5095): error #6906: The value of the integer is either too great or too small, and overflow/underflow occurred. [O'0777610000000000000000']
data_offset = nan
---------------------^
compilation aborted for /home/liuzhen/CESM/models/lnd/clm/src/main/ncdio.F90 (code 1)
gmake: *** [ncdio.o] 错误 1



Could anybody tell me how could it happen and how to solve it. In the board, it seems to be a memory issue. And I do this job on my PC which own a 2G memory and 4 cpus.
Thank you for any suggestions from you!


 

santos

Member
Please tell us what version of CESM and what compiler version you are using. It looks like the compiler is Intel, but I can't see which version.
 
Dear santos,Thank for your reply. Sorry to reply you so late.The CESM version is 1.0.1. And the compiler is composer_xe_2013.2.146. It is a intel question?Thank you and best wishes!  easy
 

santos

Member
I see. This is a bug in ncdio, which is fixed in newer versions of the code. I strongly recommend that you upgrade to at least CESM 1.0.5, since we really can't support such an old version. Even if you fixed ncdio, I would not be surprised if you encountered other issues, since current machines and compilers have changed significantly since CESM 1.0.1 was released.
 
Hi easy,I have come up with the same problems with you, my ccsm version is CCSM4.0, and the inter compiler version is  composer_xe_2013.1.117。Could you help me with this bug? Any suggestions will be helpful.Thank you. 
 
Top