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

branch run. ERROR in stream filenames

Hi!

I'm running a branch simulation.

1) I've completed my control simulation. The case is called "control_all_variab"
2) I changed env_conf.xml file the following lines:













3) then I put restart files and rpointer files from the "control_all_variab" case to the run directory of a new case
4) I changed datm.buildnml file. I changed the path and the filename of of initial condition for a new case
5) then I built the model and submitted the case

It crashed with following error message. Would you please tell me how I can fix that?

(datm_comp_init) restart filenames from rpointer
(datm_comp_init) reading control_all_variab.datm.rs1.2035-01-01-00000.bin
(shr_stream_restRead) case name : control_all_variab
(shr_stream_restRead) case description : SDATM strdata
(shr_stream_restRead) File created : 2012-10-17 22:22:15
(shr_stream_restRead) Number of streams 4
(shr_stream_restRead) ERROR in stream filenames 1 1 nyf.giss.T62.051007.nc nyf.giss.T62.051007_1980.nc
(shr_stream_restRead) * stream 1 first file name = nyf.giss.T62.051007_1980.nc
(shr_stream_restRead) * stream 1 first have data = T
(shr_stream_restRead) * stream 1 first nt = 365
(shr_stream_restRead) * stream 1 first date secs = 10101 43200
(shr_stream_restRead) * stream 1 last date secs = 11231 43200
(shr_stream_restRead) ERROR in stream filenames 2 1 nyf.gxgxs.T62.051007.nc nyf.gxgxs.T62.051007_1980.nc
(shr_stream_restRead) * stream 2 first file name = nyf.gxgxs.T62.051007_1980.nc
(shr_stream_restRead) * stream 2 first have data = T
(shr_stream_restRead) * stream 2 first nt = 12
(shr_stream_restRead) * stream 2 first date secs = 10115 0
(shr_stream_restRead) * stream 2 last date secs = 11216 0
(shr_stream_restRead) ERROR in stream filenames 3 1 nyf.ncep.T62.050923.nc nyf.ncep.T62.050923_1980.nc
(shr_stream_restRead) * stream 3 first file name = nyf.ncep.T62.050923_1980.nc
(shr_stream_restRead) * stream 3 first have data = T
(shr_stream_restRead) * stream 3 first nt = 1460
(shr_stream_restRead) * stream 3 first date secs = 10101 0
(shr_stream_restRead) * stream 3 last date secs = 11231 64800
(shr_stream_restRead) * stream 4 first file name = aerosoldep_monthly_2000_mean_1.9x2.5_c090421.nc
(shr_stream_restRead) * stream 4 first have data = T
(shr_stream_restRead) * stream 4 first nt = 12
(shr_stream_restRead) * stream 4 first date secs = 10115 0
(shr_stream_restRead) * stream 4 last date secs = 11215 0
(shr_stream_restRead) ERRORS Detected ABORTING NOW
(shr_sys_abort) ERROR: (shr_stream_restRead) : ERRORS Detected ABORTING NOW
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
 

tcraig

Member
Branching requires that the start time of the branch run be identical to the
restart time of the initial branch files. It looks like that's not the situation in
your case.

But beyond that, it looks like the changes you made to datm namelist are
not consistent with the restart files you have. My recommendation would be
to remove the datm restart file and rpointer file in your run directory and let
the datm model reinitialize from scratch. Restart files are not required for
datm ever. They exist only to "remember" data about the input files to speed
up initialization.
 
Top