resubmit but not all data are saved in archive filedir

lisa17

New Member
Hello,
I run resubmit in CESM2.1,G case, DOUT_S = true.
I have set STOP_OPTION=nmonths,STOP_N=3
RESUBMIT=1
CONTINUE_RUN=TRUE
According to these settings, I should get six months of data.
But after the case has finished, in the short_term archive filedir " casename/ocn/hist ",
there are only three monthly files( Apr to Jun, *.pop.h.0001-04.nc, *.pop.h.0001-05.nc, *.pop.h.0001-06.nc ), no monthly data from Jan to Mar in the short_term archive filedir,nor in RUNDIR.
I don't know why, how do I get all monthly data in archive filedir?

Any suggestions are appreciated, many thanks.
 

nusbaume

Jesse Nusbaumer
CSEG and Liaisons
Staff member
Hello,

Before you re-submitted, did you have an initial run with output data (e.g. *.pop.h.xxx.nc files) in your run directory? Or did you do the initial submission with the given settings? If that was your initial submission, can you try that same set-up, but with CONTINUE_RUN=FALSE? The RESUBMIT flag should automatically update CONTINUE_RUN to TRUE after the initial model run, assuming the value is greater than zero, which might help the archive scripts behave as expected.

Also, I am assuming you haven't modified anything in env_archive.xml?

Thanks, and have a great day!

Jesse
 

lisa17

New Member
Hi Jesse!
I'm sorry for the delayed reply.
I found the reason of the problem by following your suggestion.When I have finished the initial run, I used "./case.submit" instead of " ./case.submit --resubmit " during the resubmittion, so that output files is covered (or replaced).

Thanks for your suggestions and have a nice day!
Best regards,
Chrysan
 
Back
Top