Skip to content

Commit

Permalink
Merge pull request #11 from ekluzek/adddoi
Browse files Browse the repository at this point in the history
Add in model_doi_url
  • Loading branch information
ekluzek authored May 15, 2018
2 parents 6f7a67e + f5fc12e commit 626bf29
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 867 deletions.
22 changes: 22 additions & 0 deletions cime_config/config_archive.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<components version="2.0">

<comp_archive_spec compname="mosart" compclass="rof">
<rest_file_extension>r</rest_file_extension>
<rest_file_extension>rh\d*</rest_file_extension>
<hist_file_extension>h\d*.*\.nc$</hist_file_extension>
<rest_history_varname>locfnh</rest_history_varname>
<rpointer>
<rpointer_file>rpointer.rof$NINST_STRING</rpointer_file>
<rpointer_content>$CASE.mosart$NINST_STRING.r.$DATENAME.nc</rpointer_content>
</rpointer>
<test_file_names>
<tfile disposition="copy">rpointer.rof</tfile>
<tfile disposition="copy">rpointer.rof_9999</tfile>
<tfile disposition="copy">casename.mosart.r.1976-01-01-00000.nc</tfile>
<tfile disposition="copy">casename.mosart.rh4.1976-01-01-00000.nc</tfile>
<tfile disposition="move">casename.mosart.h0.1976-01-01-00000.nc</tfile>
<tfile disposition="ignore">casename.mosart.h0.1976-01-01-00000.nc.base</tfile>
</test_file_names>
</comp_archive_spec>

</components>
Loading

0 comments on commit 626bf29

Please sign in to comment.