Skip to content

Commit

Permalink
both cice5 and cice6 define a config_archive.xml entry- this one lead…
Browse files Browse the repository at this point in the history
…s to an error in archive testing
  • Loading branch information
jedwards4b committed Apr 4, 2022
1 parent 3c1d2e2 commit f1f3da3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions config_archive.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
<components version="2.0">
<comp_archive_spec compname="cice" compclass="ice">
<rest_file_extension>[ri]</rest_file_extension>
<hist_file_extension>h\d*.*\.nc$</hist_file_extension>
<rest_history_varname>unset</rest_history_varname>
<rpointer>
<rpointer_file>rpointer.ice$NINST_STRING</rpointer_file>
<rpointer_content>./$CASE.cice$NINST_STRING.r.$DATENAME.nc</rpointer_content>
</rpointer>
<test_file_names>
<tfile disposition="copy">rpointer.ice</tfile>
<tfile disposition="copy">casename.cice.r.1976-01-01-00000.nc</tfile>
<tfile disposition="move">casename.cice.h.1976-01-01-00000.nc</tfile>
</test_file_names>
</comp_archive_spec>


<comp_archive_spec compname="pop" compclass="ocn">
<rest_file_extension>r</rest_file_extension>
Expand Down

0 comments on commit f1f3da3

Please sign in to comment.