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

ccsm4 error while running

Hi
I am getting the following error after './devclm4.generic_ibm.run ' running, Can any one help me out.

CCSM BUILDNML SCRIPT STARTING
- To prestage restarts, untar a restart.tar file into /home/caos2/casgbala/dev/devclm4/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/caos2/casgbala/dev/inputdata_ccsm4
- Case input data directory, DIN_LOC_ROOT, is /home/caos2/casgbala/dev/inputdata_ccsm4
- Checking the existence of input datasets in DIN_LOC_ROOT
CCSM PRESTAGE SCRIPT HAS FINISHED SUCCESSFULLY
No match.
Thu Aug 12 22:26:04 IST 2010 -- CSM EXECUTION BEGINS HERE
Thu Aug 12 22:26:04 IST 2010 -- CSM EXECUTION HAS FINISHED
No match.
Model did not complete - no cpl.log file present - exiting


Thanks in advance
 

eaton

CSEG and Liaisons
The first thing to check for is whether log files were generated by any of the other components besides cpl. Each component in the compset will generate it's own log file. These are written in the $CASEROOT/run directory, and have names like $comp.log.yymmdd-hhmmss where $comp is the component name and yymmdd-hhmmss is the file creation timestamp. If any other log files were written then check to see whether they contain any information that might indicate the cause of the failure.

Since the begin and finish timestamps are identical in the output you posted, it is likely that no log files were written and that the problem is that the job was not successfully launched. Look in the devclm4.generic_ibm.run script for the actual command that was generated to launch the job (for the generic_ibm machine the poe command is used) and make sure that the command is appropriate for the machine that you're running on. You probably will need to customize this command to your machine.
 
devarajun said:
Hi
I am getting the following error after './devclm4.generic_ibm.run ' running, Can any one help me out.

CCSM BUILDNML SCRIPT STARTING
- To prestage restarts, untar a restart.tar file into /home/caos2/casgbala/dev/devclm4/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/caos2/casgbala/dev/inputdata_ccsm4
- Case input data directory, DIN_LOC_ROOT, is /home/caos2/casgbala/dev/inputdata_ccsm4
- Checking the existence of input datasets in DIN_LOC_ROOT
CCSM PRESTAGE SCRIPT HAS FINISHED SUCCESSFULLY
No match.
Thu Aug 12 22:26:04 IST 2010 -- CSM EXECUTION BEGINS HERE
Thu Aug 12 22:26:04 IST 2010 -- CSM EXECUTION HAS FINISHED
No match.
Model did not complete - no cpl.log file present - exiting


Thanks in advance




Hi,

Have you solved this problem? I have a same mistake.

Thank you.

Edith
 
You could try going into the .run file and removing the ">&! ccsm.log.$LID" from the mpiexec line. If I remember correctly, you'll get the same error, but it'll also spit out what it does to show you why.
 
Top