Skip to content

Commit

Permalink
Correct fileNameRegex in ubcSSn3DMeshMaskV21-08
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Dec 19, 2023
1 parent 98c5929 commit ba9d442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datasets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ v21-08: tmaskutil, umaskutil, vmaskutil, fmaskutil, glamt, glamu, glamv, glamf,
<updateEveryNMillis>10000</updateEveryNMillis>
<fileDir>/SalishSeaCast/grid/</fileDir>
<recursive>false</recursive>
<fileNameRegex>.*mesh_mask201702\.nc$</fileNameRegex>
<fileNameRegex>.*mesh_mask202108\.nc$</fileNameRegex>
<metadataFrom>last</metadataFrom>
<matchAxisNDigits>20</matchAxisNDigits>
<fileTableInMemory>false</fileTableInMemory>
Expand Down
2 changes: 1 addition & 1 deletion datasets/nemo-grid/ubcSSn3DMeshMaskV21-08.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<updateEveryNMillis>10000</updateEveryNMillis>
<fileDir>/SalishSeaCast/grid/</fileDir>
<recursive>false</recursive>
<fileNameRegex>.*mesh_mask201702\.nc$</fileNameRegex>
<fileNameRegex>.*mesh_mask202108\.nc$</fileNameRegex>
<metadataFrom>last</metadataFrom>
<matchAxisNDigits>20</matchAxisNDigits>
<fileTableInMemory>false</fileTableInMemory>
Expand Down

0 comments on commit ba9d442

Please sign in to comment.