It seems I solved the problem. The fomat of surfdata modified by python is HDF4,not the standard format for CLM. I run this model for 3 hours. I got 2 years data and a new issue :@oleson. Now I modify the surfdata and keep the sum is 1 as you mentioned in the surfrd_get_data ERROR: sum of wt_lunit not 1.0. But I got the erro like :
Not a valid ID
Abort(1) on node 1 (rank 1 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 1
pio_support::pio_die:: myrank= -1 : ERROR: ionf_mod.F90: 235 :
The error report will be in attach files.
@oleson,Here is all of the log files in the attachment.You'll have to attach all of the log files for us to help further.
Thanks @oleson. I think the problem solved. I think maybe the process out of access. So I change the OMP and change the compute node, model work.If you look at your log file (slurm-XXX.out) closely, you will see a traceback of where the error is occurring:
cesm.exe 0000000001A026BC glcbehaviormod_mp 657 glcBehaviorMod.F90
So I would start by looking at line 657 of glcBehaviorMod.F90