NOAA-EMC / RTOFS_GLO

0 stars 1 forks source link

Use cpfs to copy RTOFS data to COMOUT (bugzilla 1153) #3

Closed DanIredell-NOAA closed 2 years ago

DanIredell-NOAA commented 2 years ago

Please look into to use the "cpfs" to copy RTOFS data to COMOUT, this will ensure the downstream applications will not attempt to copy or read a partial file. It is most useful for copies across file systems or for very large files.

https://www.nco.ncep.noaa.gov/idsb/implementation_standards/Implementation%20Standards%20v10.2.pdf?

My comment - cpfs ensures that downstream applications (e.g. NOSOFS) won't try to read a partial file.

DanIredell-NOAA commented 2 years ago

duplicate of #21