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

problem about long-term archiving

Hi,   I have run the waccm successfully,  but no the long-term archiving is produced.   The RESUBMIT has been changed to 2, and the CONTINUE_RUN and DOUT_L_MS ars set TRUE in the env_run file, the error is showed following. Why does the problem happen still? I am looking forward your repply, thanks! .....perl: warning: Falling back to the standard locale ("C").(seq_mct_drv): ===============       SUCCESSFUL TERMINATION OF CPL7-CCSM ===============Archiving cesm output to /vol6/home/chaochaogao/CESM/cesm1_2_2/cases/archive/case_b1850wCalling the short-term archiving script st_archive.sh st_archive.sh: start of short-term archivingst_archive.sh: restart files from end of run will be saved,               interim restart files will be deletedst_archive.sh: short-term archiving completed successfullyLong term archiving ccsm output using the script case_b1850w.l_archiveyhq: Command not found.yhbatch: error: Unable to open file ./case_b1850w.l_archiveccsm_postrun error: problem sourcing templarRESUBMIT is now 0./xmlchange: Command not found../xmlchange: Command not found.yhbatch: error: Unable to open file ./case_b1850w.runccsm_postrun error: problem sourcing tempres/vol6/home/chaochaogao/CESM/cesm1_2_2/cases/case_b1850w/run/Tools/ccsm_getenv: No such file or directory.gzip: timing/ccsm_timing_stats.170307-141931: No such file or directory 
 

mmills

CSEG and Liaisons
Staff member
Long-term archiving moves the output from the short-term archive, which is on disk, to a mass storage facility, which is often a magnetic tape system. Is there sych a mass store attached to your computing facility?From your error report, it appears that the long-term archive script case_b1850w.l_archive was not generated for your case. 
 
Thanks for your reply, but what's the possible reason that leads to the long-term archive script case_b1850w.l_archive was not generated?
 

mmills

CSEG and Liaisons
Staff member
It is likely that the issue is due to running CESM on a system that the code does not recognize. Your system may not have a long-term archive system, and if it does our source code does not know the details of it. You might try posting in the "Porting" section of this forum, or turning off long-term archiving.https://bb.cgd.ucar.edu/forums/porting
 
Top