|
3 | 3 | <rest_file_extension>r</rest_file_extension> |
4 | 4 | <!-- match filenames of the form |
5 | 5 | h[.optional stream name][._optional instance number].(date string).nc[.optional tile number] --> |
6 | | - <hist_file_extension>h(\.\w+)?(\._\d*)?\.[-\d+]+\.nc(\.\d*)?$</hist_file_extension> |
| 6 | + <hist_file_extension>h(\.\w+)?(\._\d*)?\.[-\d+]+\.nc(\.\d*)?(\.gz)?$</hist_file_extension> |
7 | 7 | <!-- match filenames of the form |
8 | 8 | h.(static|ocean_geometry)[._optional instance number].nc[.optional tile number] --> |
9 | | - <hist_file_extension>h\.(static|ocean_geometry)(\._\d*)?\.nc(\.\d*)?$</hist_file_extension> |
| 9 | + <hist_file_extension>h\.(static|ocean_geometry)(\._\d*)?\.nc(\.\d*)?(\.gz)?$</hist_file_extension> |
10 | 10 | <!-- match filenames of the form |
11 | 11 | h.bgc.*[._optional instance number].nc --> |
12 | | - <hist_file_extension>h\.bgc\..*?.?[_\d+]+.nc$</hist_file_extension> |
| 12 | + <hist_file_extension>h\.bgc\..*(\._\d+)?\.nc$</hist_file_extension> |
13 | 13 | <!-- match filenames of the form |
14 | | - ic.(date string[_optional id for splitting date over many files)[._optional instance number].nc[.optional tile number] --> |
15 | | - <hist_file_extension>ic.[-\d(_\d)?+]+(\._\d*)?\.nc(\.\d*)?$</hist_file_extension> |
16 | | - <hist_file_ext_regex>\w+\.\w+(\.\w+)?(\._\d*)?</hist_file_ext_regex> |
| 14 | + ic.(date string)[._optional instance number].nc[.optional tile number] --> |
| 15 | + <hist_file_extension>ic\.[-\d_]+(\._\d*(_\d)?)?\.nc(\.\d*)?$</hist_file_extension> |
| 16 | + <hist_file_extension>e</hist_file_extension> |
| 17 | + <hist_file_ext_regex>\w+\.\w+(\._\d*)?</hist_file_ext_regex> |
17 | 18 | <rpointer> |
18 | | - <rpointer_file>rpointer.ocn$NINST_STRING.$DATENAME</rpointer_file> |
| 19 | + <rpointer_file>rpointer.ocn$NINST_STRING</rpointer_file> |
19 | 20 | <rpointer_content>$CASE.mom6$NINST_STRING.r.$DATENAME.nc</rpointer_content> |
20 | 21 | </rpointer> |
21 | 22 | <test_file_names> |
|
0 commit comments