Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The above described generic solution is implemented for the following exports that are available in Delft-FEWS:

Module
Implementation
PrefixExtensionExampleDescription/Explanation
Export module
Written with

tmp

prefix and

.new

extension.

tmp202412031200_LargeFileTest.nc.new

Written to the export directory with tmp prefix and .new extension, after writing is complete, the file will be renamed to the original name.

General adapter export
Written as is (no extension, no prefix). 

None

None

LargeFileGA.nc

Files exported from the general adapter are expected to be used by the model,

and 

and not picked up by any other software package to copy/process. Therefore, no tmp prefix/.new extension is used.

General adapter DumpFiles
Written with

tmp

prefix and .new extension.

.new

tmpLargeFileExportGADumpFile_GeneralAdapter_2024.12.19.08.14.37.zip.new

Written to the

export directory

DumpFileDir with tmp prefix and .new extension, after writing is complete, the file will be renamed to the original name.

General adapter ShutDownActivities (zip)
Written with

tmp

prefix and

.new

extension

tmpLargeFile.zip.new

Written to the

export directory

zip file with tmp prefix and .new extension, after writing is complete, the file will be renamed to the original name.

Archive export




Written with tmp extension in the temp folder.

Files exported to the Archive are written in the temp folder, before being moved to the Archive. When written they will have an .tmp extension, the file will be renamed after writing is finished. Only then will it be move to the Archive directory.

Report module