./case.submit error:'mpirun -np 64 /public1/home/sca0755/my_cesm_sandbox/cimecases/case5/bld/cesm.exe

huo

huo
New Member
Hi.
I want to run a sing point.I made the surface data and forcing data.
Everything is OK but when I run ./case.submit:
2021-06-23 20:33:23: model execution error
ERROR: Command: 'mpirun -np 64 /public1/home/sca0755/my_cesm_sandbox/cimecases/case5/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed with error '' from dir '/public1/home/sca0755/my_cesm_sandbox/cimecases/case5/run'
---------------------------------------------------
2021-06-23 20:33:23: case.run error
ERROR: RUN FAIL: Command 'mpirun -np 64 /public1/home/sca0755/my_cesm_sandbox/cimecases/case5/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed
See log file for details: /public1/home/sca0755/my_cesm_sandbox/cimecases/case5/run/cesm.log.293011.210623-203313
and the cesm.log :forrtl: severe (24): end-of-file during read, unit -5, file Internal List-Directed Read.

I really don't know how to solve it. Would you help me see what's wrong?
Thanks!!
 

Attachments

jedwards

CSEG and Liaisons
Staff member
This error would seem to indicate that the stream input you are trying to read is corrupted. Check the atm.log to identify the problem file.
 

huo

huo
New Member
This error would seem to indicate that the stream input you are trying to read is corrupted. Check the atm.log to identify the problem file.
Thanks, jedwards.I checked the atm.log file, but I still don't know what the problem is.
I wonder if there is a problem with the file I created by myself, I added the file and Could you tell me what went wrong?
 

Attachments

huo

huo
New Member
from the atm log it looks as if the problem is in the namelist file datm_in
Thanks,jedwards.I solved the problem.There was something wrong with forcing data.But I have some doubts
The file show ./case.submit success and ./case.run success, but I do not see the files : case.clm.h0.***. There are only case.cpl.r.***.nc and case.datm.rs1.***.bin.
Do you know what is wrong with this?Thank you very much!
 

jedwards

CSEG and Liaisons
Staff member
By default clm only outputs on monthly boundaries, I suspect you are running for a shorter period.
To change output frequency you need to modify hist_nhtfrq in user_nl_clm
 
Back
Top