ecmwf / ecpoint-calibrate

Interactive GUI (developed in Python) for calibration and conditional verification of numerical weather prediction model outputs.
GNU General Public License v3.0
21 stars 8 forks source link

Saving files in a standardize way to then be used in operations #115

Closed FatimaPillosu closed 3 years ago

FatimaPillosu commented 3 years ago

In operations we need a highly standardize format, otherwise the forecast production might get broken. For this reason, we might want to include a button, called perhaps "Save Oper Files", that will save in a standard format all the files that are needed in operations, and save them in a directory ready to be passed to the operators and to be stored in our archive.

This issue is also directly linked with other two issues: #99, #96 and #107 .

FatimaPillosu commented 3 years ago

Creation of a README.txt that contains the following information of the calibration produced:


ecPoint-[family], [Acc]-hourly Version [Cal_Vers] Date and time of creation: [date], [time]


Meaning of words in brackets: family: rainfall, temperature, wind, etc (To be inserted in a text box) Cal_Vers: version was given to the calibration (To be inserted in a text box). Example, Cal_Vers=1.1.0-alpha (SemVer2.0 format)

FatimaPillosu commented 3 years ago

Creation of an output button that will make appear a menu where the user can select to save:

Each option will open a dedicated pop-window that requests the user to insert the needed information to create the files, indicated in bold.

onyb commented 3 years ago

Fixed in v0.15.0. Feel free to reopen if the issue is still not solved, or if you have questions.