Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
adrifoster opened this issue Jun 13, 2024 · 0 comments
Open

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

adrifoster opened this issue Jun 13, 2024 · 0 comments

Comments

@adrifoster
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant