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

Include COPY_CASE_FOLDER option for NorESM3 #644

Open
Tracked by #583
TomasTorsvik opened this issue Feb 14, 2025 · 1 comment
Open
Tracked by #583

Include COPY_CASE_FOLDER option for NorESM3 #644

TomasTorsvik opened this issue Feb 14, 2025 · 1 comment

Comments

@TomasTorsvik
Copy link
Contributor

For noresm2 we had the option to automatically copy the case folder into the archive directory. Would it be possible to include this option for noresm3?

From: cime/scripts/lib/CIME/case/case_st_archive.py:

    if self.get_value('COPY_CASE_FOLDER'):
        archiveroot = self.get_value('DOUT_S_ROOT')
        sync='rsync -avh'
        cmd="%s %s %s %s" %(sync,caseroot, archiveroot+'/case','>'+archiveroot+'/case.log') 
        logger.info("cmd={}".format(cmd))
        run_cmd_no_fail(cmd)
@monsieuralok
Copy link

@TomasTorsvik I will look into it and can have it in alpha01 and 02 together with compression..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants