CMEPS icon indicating copy to clipboard operation
CMEPS copied to clipboard

Can't re-run completed case by setting "CONTINUE_RUN=FALSE"

Open adrifoster opened this issue 1 year ago • 0 comments

I have been trying to re-run a case that completed by setting "CONTINUE_RUN=FALSE" and then resubmitting, however I get a strange error having to do with "trace streams" in my cesm.log

 (t_initf) Read in prof_inparm namelist from: drv_in
 (t_initf) Using profile_disable=          F
 (t_initf)       profile_timer=                      1
 (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
 ESMF_Finalize: Error closing trace stream

I see in my drv.log that the model is trying to read a restart file, which seems incorrect if we are not continuing the run:

(esm_time_mod.F90:esm_time_clockInit): driver time interval is :       1800
(esm_time_mod.F90:esm_time_clockInit) reading driver restart from file = BONA_run.cpl.r.2001-01-01-00000.nc

I haven't been able to figure out via searching the code for why this is happening.

My current case is /glade/work/afoster/BONA_run

adrifoster avatar Jun 13 '24 17:06 adrifoster