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

update ocean_geometry entry in config_archive.xml for multiinstance runs #170

Merged
merged 1 commit into from
Jul 15, 2024
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
2 changes: 1 addition & 1 deletion cime_config/config_archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- match filenames of the form
h.static[._optional instance number].nc[.optional tile number] -->
<hist_file_extension>h\.static(\._\d*)?\.nc(\.\d*)?$</hist_file_extension>
<hist_file_extension>h\.ocean_geometry\.nc(\.\d*)?$</hist_file_extension>
<hist_file_extension>h\.ocean_geometry(\._\d*)?\.nc(\.\d*)?$</hist_file_extension>
<!-- Match hist extension (i.e., stream name), used to identify last file
in each stream in baseline generation within testing -->
<hist_file_ext_regex>\w+\.\w+(\._\d*)?</hist_file_ext_regex>
Expand Down