Incompatibility for CTC line type since MET v11.0.0 #2025
-
Hello, I wrongly created an issue on the METviewer project, could you please delete it? (https://github.com/dtcenter/METviewer/issues/447) I am bringing that discussion here:
Since MET v11.0.0, there is an additional column (EC_VALUE) as it can be seen here: https://met.readthedocs.io/en/latest/Users_Guide/point-stat.html?highlight=EC_VALUE#id7 When trying to load those sort of files using mv_load_mv_load.sh the parser crashes:
An example of a faulty line is:
We are using an older version of METviewer (v4.1) but looking at the source code, the latest version and the latest release have the limitation to 15 columns. Thanks a lot for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Output from MET v11.0.0 can be loaded only by the compatible version of MET analyses tools: To load the data please use this script: |
Beta Was this translation helpful? Give feedback.
-
Hello @TatianaBurek , just a quick message to bump this, if you could please provide the script to update the METplus v4.1 databases to be used with the new version. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Output from MET v11.0.0 can be loaded only by the compatible version of MET analyses tools:
https://dtcenter.org/community-code/metplus/coordinated-metplus-version-5-0
It means that you need to install METviewer v5.0 , METplotpy, METcalcpy and METdataio v2.0.0 and update METviewer scripts with correct paths to Python
To create a new database schema please use this script:
https://github.com/dtcenter/METdataio/blob/main_v2.0/METdbLoad/sql/mv_mysql.sql
To load the data please use this script:
https://github.com/dtcenter/METviewer/blob/main_v5.0/bin/mv_load.sh
It calls Python script from METdataio