ai2cm / fv3config

Manipulate FV3GFS run directories
Apache License 2.0
1 stars 0 forks source link

Verify checksums for downloaded files #117

Closed nbren12 closed 3 years ago

nbren12 commented 3 years ago

Occasionally the downloads of certain will be corrupted. Unfortunately, future invocations of write run directory will not fix this problem, since the corrupted data will be stored in the cache. We should verify the correctness of downloaded files before storing them in the cache. I believe that every object in GCS already has a CRC that can be verified.