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

case.submit error: ERROR: (shr_stream_findBounds) ERROR: LVD not found, all data is after yearLast

March Xu

xpf199758333
New Member
Hi, there!
After correcting the namelist of surfacedata, and success run case.build.
when I run case.submit ending in a fatal error:
Finished creating component namelists
-------------------------------------------------------------------------
- Prestage required restarts into /home/clm5.0/output/my_test_8.18/run
- Case input data directory (DIN_LOC_ROOT) is /home/clm5.0/inputdata
- Checking for required input datasets in DIN_LOC_ROOT
-------------------------------------------------------------------------
2021-08-18 15:51:21 MODEL EXECUTION BEGINS HERE
run command is mpiexec -np 1 /home/clm5.0/output/my_test_8.18/bld/cesm.exe >> cesm.log.$LID 2>&1

ERROR: RUN FAIL: Command 'mpiexec -np 1 /home/clm5.0/output/my_test_8.18/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed
See log file for details: /home/clm5.0/output/my_test_8.18/run/cesm.log.210818-155120
and cat the log file, it was dead here:
(t_initf) Read in prof_inparm namelist from: drv_in
(t_initf) Using profile_disable= F
(t_initf) profile_timer= 4
(t_initf) profile_depth_limit= 4
(t_initf) profile_detail_limit= 2
(t_initf) profile_barrier= F
(t_initf) profile_outpe_num= 1
(t_initf) profile_outpe_stride= 0
(t_initf) profile_single_file= F
(t_initf) profile_global_stats= T
(t_initf) profile_ovhd_measurement= F
(t_initf) profile_add_detail= F
(t_initf) profile_papi_enable= F
ERROR: (shr_stream_findBounds) ERROR: LVD not found, all data is after yearLast
#0 0x1528b78351aa
#1 0xa3ec91
#2 0xa3ee5e
#3 0xb20db2
#4 0xb2db44
#5 0xab32b2
#6 0xb1568f
#7 0x4a6339
#8 0x4ab3e4
#9 0x4a5c70
#10 0x423355
#11 0x412c43
#12 0x420b01
#13 0x1528b510e492
#14 0x405d1d
#15 0xffffffffffffffff
application called MPI_Abort(MPI_COMM_WORLD, 1001) - process 0
What is the shr_stream_findBounds?
and could someone help me out?
 

Attachments

  • cesm.log.210818-155120.txt
    7.6 KB · Views: 3

March Xu

xpf199758333
New Member
and I've fixed this error by changing the user_nl_datm file

streams="datm.streams.txt.CLM1PT.CLM_USRDAT 2017 2017 2018"
"datm.streams.txt.presaero.clim_2000 1 1 1"
to
streams="datm.streams.txt.CLM1PT.CLM_USRDAT 2017 2017 2018"
"datm.streams.txt.presaero.clim_2000 1 2000 2000"
 
Top