Commit 5720051
authored
Add .$DATENAME to ocean rpointer file pattern in config_archive.xml (#333)
mom_cap.F90 writes dated rpointer files (rpointer.ocn.YYYY-MM-DD-SSSSS) by default,
consistent with other components (CICE, CPL). The <rpointer_file> pattern was missing
.$DATENAME, causing the archiver to fail matching the file and move it out of
RUNDIR instead of copying it.
This left RUNDIR without a rpointer file on the next segment, resulting in a buildnml error.
Adding .$DATENAME fixes the match and ensures the
file is copied, not moved.1 parent d070c99 commit 5720051
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments