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

CESM1_2_2 ./test.run error

I am using the intel compiler to compile CESM 1.2.2. I get the following error during CESM run 
----------------------------------------------------------------------------------------------------------------------------------------------------------------if ( -e env_test.xml ) then
end
source env_mach_specific
if ( 0 != 0 ) then
set fname = env_derived
cat
source env_derived
set MODELS = ( cpl atm lnd ice ocn glc wav rof )
set COMPONENTS = ( cpl xatm xlnd xice xocn xglc xwav xrof )
set NTASKS = ( 1 1 1 1 1 1 1 1 )
set NTHRDS = ( 1 1 1 1 1 1 1 1 )
set ROOTPE = ( 0 0 0 0 0 0 0 0 )
set PSTRID = ( 1 1 1 1 1 1 1 1 )
set NINST = ( 1 1 1 1 1 1 1 1 )
cp -f env_derived LockedFiles/env_derived.locked
set sdate = `date +"%Y-%m-%d %H:%M:%S"`
date +%Y-%m-%d %H:%M:%S
cd /home/anukesh/Documents/CESM_CASES/test6/run
set CESMLogFile = `ls -1t cesm.log* | head -1`
ls -1t cesm.log.160901-011700
head -1
if ( cesm.log.160901-011700 ==  ) then
set CPLLogFile = `echo $CESMLogFile | sed -e 's/cesm/cpl/'`
sed -e s/cesm/cpl/
echo cesm.log.160901-011700
if ( cpl.log.160901-011700 ==  ) then
grep SUCCESSFUL TERMINATION cpl.log.160901-011700
echo Model did not complete - see /home/anukesh/Documents/CESM_CASES/test6/run/cesm.log.160901-011700
Model did not complete - see /home/anukesh/Documents/CESM_CASES/test6/run/cesm.log.160901-011700
exit -1
anukesh@anukesh-ThinkCentre-M73:~/Documents/CESM_CASES/test6$ ./test6.run &>run.log
anukesh@anukesh-ThinkCentre-M73:~/Documents/CESM_CASES/test6$ cd bld
anukesh@anukesh-ThinkCentre-M73:~/Documents/CESM_CASES/test6/bld$ mpiexec -n 4 cesm.exe >& inside_bld_run.log
anukesh@anukesh-ThinkCentre-M73:~/Documents/CESM_CASES/test6/bld$ /opt/openmpi-2.0.0-intel/bin/mpiexec -n 4 cesm.exe >& inside_bld_run.log

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Please refer attached Macros, runtimeerror.log, CESM.log and (test run inside bld folder ) file for detailed error , please help me fix this and don't have much idea about what is in the CESM.log file, Is the model-run stopped beacuse of insuffucient input data, please provide some information regarding from the given file. The case "create_newcase -case /home/anukesh/Documents/CESM_CASES/test6 -res f45_g37 -compset X -mach userdefined"  
 
Top