Skip to content

Commit 23615f4

Browse files
committed
Add note/warning about checksum files to doi fixup script
1 parent 874cd59 commit 23615f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/fix_dois_202512.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
On Dec. 11, 2025, we realized that the DOI for these products was wrong (used
44
the previous version). This script updates existing nc files to have the correct
55
DOI in order to avoid data reprocessing.
6+
7+
NOTE/WARNING: if this is ever re-used in the future, remember to update the
8+
output file checksums (`.mnf` files) after. This script does NOT update the
9+
associated checksum file - it just updates the DOI metadata. See the
10+
`regenerate_checksums.py` script.
611
"""
712

813
from pathlib import Path

0 commit comments

Comments
 (0)