To Save Output in Short-term archive and HPSS Together

Hi there,I am running a test case of CESM1.1.2. I did the following setting to make the output saved in the long-term arhive HPSS and short-term arhive together but failed:./xmlchange -file env_run.xml -id DOUT_LHPSS_ACCNT -val $MYPROJECTNUMBER./xmlchange -file env_run.xml -id DOUT_L_MS -val TRUEThere was only output in HPSS after the 1-month's run was finished. Is that normal? How can I make it saved in both short-term and HPSS? 
 

aliceb

Member
The long-term archive script should be run after the short-term archive script completes successfully. The short term archive script copies/moves files from the run directory into the DOUT_S_ROOT archive directory. There are a couple of things to look for, is there a .sta directory at the top level of DOUT_S_ROOT? If yes, then the st_archive did not complete successfully and you will need to manually copy all the files in the .sta directory back to the run directory and then rerun the st_archive script. 
 

aliceb

Member
The long-term archive script should be run after the short-term archive script completes successfully. The short term archive script copies/moves files from the run directory into the DOUT_S_ROOT archive directory. There are a couple of things to look for, is there a .sta directory at the top level of DOUT_S_ROOT? If yes, then the st_archive did not complete successfully and you will need to manually copy all the files in the .sta directory back to the run directory and then rerun the st_archive script. 
 
Back
Top