Skip to content

make sure that ocn bgc baselines are captured #253

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

Merged
merged 3 commits into from
Apr 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions cime_config/config_archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,27 @@
h.bgc.*[._optional instance number].nc -->
<hist_file_extension>h\.bgc\..*?.?[_\d+]+.nc$</hist_file_extension>
<!-- match filenames of the form
ic.(date string)[._optional instance number].nc[.optional tile number] -->
<hist_file_extension>ic.[-\d+]+(\._\d*)?\.nc(\.\d*)?$</hist_file_extension>
<hist_file_ext_regex>\w+\.\w+(\._\d*)?</hist_file_ext_regex>
ic.(date string[_optional id for splitting date over many files)[._optional instance number].nc[.optional tile number] -->
<hist_file_extension>ic.[-\d(_\d)?+]+(\._\d*)?\.nc(\.\d*)?$</hist_file_extension>
<hist_file_ext_regex>\w+\.\w+(\.\w+)?(\._\d*)?</hist_file_ext_regex>
<rpointer>
<rpointer_file>rpointer.ocn$NINST_STRING.$DATENAME</rpointer_file>
<rpointer_content>$CASE.mom6$NINST_STRING.r.$DATENAME.nc</rpointer_content>
</rpointer>
<test_file_names>
<tfile disposition="copy">rpointer.ocn.1976-01-01-00000</tfile>
<tfile disposition="copy">casename.mom6.r.1976-01-01-00000.nc</tfile>
<tfile disposition="copy">casename.mom6.r.1976-01-01-00000_1.nc</tfile>
<tfile disposition="move">casename.mom6.h.bgc.native.1976-01-01.nc</tfile>
<tfile disposition="move">casename.mom6.h.bgc.z.1976-01-01.nc</tfile>
<tfile disposition="move">casename.mom6.h.native.1976-01-01-00000.nc</tfile>
<tfile disposition="move">casename.mom6.h.ocean_geometry.nc</tfile>
<tfile disposition="move">casename.mom6.h.rho2.1976-01-01-00000.nc</tfile>
<tfile disposition="move">casename.mom6.h.sfc.1976-01-01-00000.nc</tfile>
<tfile disposition="move">casename.mom6.h.static.nc</tfile>
<tfile disposition="move">casename.mom6.h.z.1976-01-01-00000.nc</tfile>
<tfile disposition="move">casename.mom6.ic.1976-01-01-00000.nc</tfile>
<tfile disposition="move">casename.mom6.ic.1976-01-01-00000_1.nc</tfile>
</test_file_names>
</comp_archive_spec>
</components>