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 COMPRESSS_ARCHIVE_FILES option for NorESM3 #645

Open
Tracked by #583
TomasTorsvik opened this issue Feb 14, 2025 · 0 comments
Open
Tracked by #583

Include COMPRESSS_ARCHIVE_FILES option for NorESM3 #645

TomasTorsvik opened this issue Feb 14, 2025 · 0 comments

Comments

@TomasTorsvik
Copy link
Contributor

For noresm2 we had the option to automatically compress output files to netcdf4 format when moving output files 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('COMPRESS_ARCHIVE_FILES'):
        archiveroot = self.get_value('DOUT_S_ROOT')
        convert='/noresm2netcdf4.sh'
        cmd_convert=caseroot+convert
        cmd="%s %s" %(cmd_convert,archiveroot)
        logger.info("cmd={}".format(cmd))
        run_cmd_no_fail(cmd)
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

1 participant