Configuring METplus to find MET #2078
-
Hello, I had two questions about configuring METplus with MET:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
Hi @benjamin-cash.
I don't know the answer offhand, but if you run "which point_stat" that will give you the directory that the executable is located in. For example:
You'll want to remove the "/bin/point_stat" from the path and end up with "/glade/p/ral/jntp/MET/MET_releases/11.0.1" (in this example) as the value for MET_INSTALL_DIR. Please feel free to check in here if you're unsure.
That should not be the case. It sounds like perhaps the MET tools did not install successfully. They should have been installed in a bin directory with the "make install" step. Do you still have access to your screen output from running the compilation script that you could pass along here so that we can take a look? You can't really complete your first question without us resolving your second question first. |
Beta Was this translation helpful? Give feedback.
-
Hi @jprestop My initial post combined two separate issues which is causing some confusion, so I'm going to write two separate replies. :) Regarding the installation via singularity. (metplus_env) [bcash@hopper1 MET-11.0.1]$ singularity run /containers/dgx/UserContainers/bcash/met-11.0.1 Digging into this some more it looks like there is also a /usr/local/share, so I think I should be set for the singularity install. |
Beta Was this translation helpful? Give feedback.
-
Regarding installation via compile_MET_all.sh, I am looking at the make_install.log and I don't see any error messages. The make_test.log output has lots of lines like DEBUG 1: Start ascii2nc by bcash(72896210) at 2023-03-06 21:36:53Z cmd: ../src/tools/other/ascii2nc/ascii2nc ../data/sample_obs/ascii/sample_ascii_obs.txt ../out/ascii2nc/sample_ascii.nc -v 2 so the tests at least are all pointing to that src/tools/other directory. However! Looking in the output from the compile script I see things like this: That double slash before external_libs and bin makes me think that while the script correctly harvested the MET version from somewhere that information didn't propagate to the compile and configure commands properly. |
Beta Was this translation helpful? Give feedback.
-
There was an issue with the initial directory naming structure. |
Beta Was this translation helpful? Give feedback.
There was an issue with the initial directory naming structure.