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

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. 
 
Top