How to run METviewer on on NCAR's Casper #2516
-
I am running METplus on Casper to create verification statistics. I will use METviewer to create plots. I am just wondering if METviewer has been installed on Casper or any of the RAL machines and is ready to use. Thank you. Yongxin |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
You can check at this link to see where METviewer is installed: Unfortunately, it looks like the METviewer installation information hasn't been updated on this table. There isn't an installation on Casper, but if you have access to any of the other RAL machines, such as mohawk, then you can start generating plots: https://dtcenter.ucar.edu/met/metviewer/metviewer1.jsp Here is a link to the METviewer User's Guide, if you don't already have access: The User's Guide has instructions for loading your data to the database |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for your quick response! I did see MET on hydro-c1. I will try to use METviewer on hydro-c1. Yongxin |
Beta Was this translation helpful? Give feedback.
-
Do you know who set up the METviewer instance on hydro-c1? They should
have the database password and the URL to access it. Can you access the
METviewer instance on 'mohawk'?
Here's the link: https://dtcenter.ucar.edu/met/metviewer/metviewer1.jsp
Here is the documentation that describes how to load your data into the
METviewer database (you'll need write privilege to the database):
https://metviewer.readthedocs.io/en/develop/Users_Guide/database_loading.html
**Command to load the database**
And here's how to use the database loader (mv_load.sh, which is in the METviewer source code) once you've set up your xml file following the instructions in the link above. The xml config file indicates the location of the database, the username, password, the MET stat output type (i.e. point_stat, ensemble_stat, etc.) the "group" where the data belongs, such as 'land-sea', 'hydro', etc. whatever your group set up. You can also create a new group.
**Clone the METviewer code or cd to wherever it is located and enter the following:**
/path-to-METviewer-base-directory/METViewer/src/apps/METviewer/bin/mv_load.sh your_config.xml > & xml.log &
where the your_config.xml is your xml config file you set up to specify the data location, etc. You can name the log file to whatever you wish.
Regards,
Minna
…---------------
Minna Win
Pronouns: she/her
NSF NCAR
DTC & Research Applications Lab
Phone: 303-497-8423
*My work hours may not be your work hours. Please do not feel obliged to
reply to this email outside of your normal working hours.*
---------------
On Mon, Mar 18, 2024 at 3:47 PM YongxinFred ***@***.***> wrote:
MET 11.0 was installed on hydro-c1 and I am wondering how to access
MetViewer and the necessary database on hydro-c1. I didn't see any
executables related to it. Thank you. Yongxin
—
Reply to this email directly, view it on GitHub
<#2516 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4UJHTPE36LOGMMSZVIUNLYY5OIPAVCNFSM6AAAAABEYPBW6KVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQMZTGQYTA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
You can check at this link to see where METviewer is installed:
https://dtcenter.org/community-code/metplus/metplus-5-1-existing-builds
Unfortunately, it looks like the METviewer installation information hasn't been updated on this table.
There isn't an installation on Casper, but if you have access to any of the other RAL machines, such as mohawk, then you can start generating plots:
https://dtcenter.ucar.edu/met/metviewer/metviewer1.jsp
Here is a link to the METviewer User's Guide, if you don't already have access:
https://metviewer.readthedocs.io/en/latest/Users_Guide/index.html
The User's Guide has instructions for loading your data to the database