Skip to content

Commit f69921e

Browse files
committed
Added code to make st-archive handle DART files
1 parent e3bfb9a commit f69921e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cime_config/config_archive.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<rest_file_extension>r</rest_file_extension>
55
<rest_file_extension>rh\d*</rest_file_extension>
66
<rest_file_extension>rs</rest_file_extension>
7-
<hist_file_extension>h\d*.*\.nc$</hist_file_extension>
8-
<hist_file_extension>i\..*\.nc$</hist_file_extension>
7+
<rest_file_extension>i\.\d.*\.nc(\.gz)?$</rest_file_extension>
8+
<hist_file_extension>h\d*.*\.nc(\.gz)?$</hist_file_extension>
99
<hist_file_extension>e</hist_file_extension>
1010
<rest_history_varname>nhfil</rest_history_varname>
1111
<rpointer>
1212
<rpointer_file>rpointer.atm$NINST_STRING</rpointer_file>
13-
<rpointer_content>$CASE.cam$NINST_STRING.r.$DATENAME.nc </rpointer_content>
13+
<rpointer_content>$CASE.cam$NINST_STRING.r.$DATENAME.nc</rpointer_content>
1414
</rpointer>
1515
<test_file_names>
1616
<tfile disposition="copy">rpointer.atm</tfile>

0 commit comments

Comments
 (0)