-
Hi, /glade/p/ral/jntp/MET/METplus/METplus-4.0.0/ush/run_metplus.py -c /glade/u/home/haidenm/PlotDataPlane_netcdf.conf -c /glade/u/home/haidenm/cheyenne.jpresto.conf is the command I use. The current PlotDataPlane_netcdf.conf is set up for the NEXRAD data. On Cheyenne, my data files are located in /glade/u/home/haidenm/test_data. The names of NEXRAD files begin with nexrad, and the wrfout file end with _interp. An error log that can looked at is /glade/u/home/haidenm/logs/metplus.log.20220207083544 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @haiPensKi. I copied over your /glade/u/home/haidenm/PlotDataPlane_netcdf.conf file to my working directory and set up my cheyenne.jpresto.conf file to point to the same INPUT_BASE as in your /glade/u/home/haidenm/cheyenne.jpresto.conf:
When I ran the following:
from my working directory, I received the following error:
When I looked for that file, it was not there:
I ran the find command:
but that command did not find the file. You said that the current PlotDataPlane_netcdf.conf was set up for the NEXRAD data, but it appears it is using HRRR data instead. When I try to run plot_data_plane on the command line with one of the nexrad files, I get the following:
MET can read a few different flavors of NetCDF files:
Unfortunately, that nexrad file don't appear to fall into any of those categories. When I looked for the error in the log file you specified, /glade/u/home/haidenm/logs/metplus.log.20220207083544, I saw the following error for a different file:
When I looked for that file, it also was not there:
I ran the find command:
but that command did not find the file. I do see a "wrfout_d01_2019-08-27_17:00:00_INTRP" file in your directory, however. If you saved off your PlotDataPlane_netcdf.conf based on this wrfout data, you could try replacing interp with INTRP and see if the code is able to successfully run with the filename fixed. I hope that helps. Please let us know what other questions you have. |
Beta Was this translation helpful? Give feedback.
Hi @haiPensKi.
I copied over your /glade/u/home/haidenm/PlotDataPlane_netcdf.conf file to my working directory and set up my cheyenne.jpresto.conf file to point to the same INPUT_BASE as in your /glade/u/home/haidenm/cheyenne.jpresto.conf:
When I ran the following:
from my working directory, I received the following error:
When I looked for that file, it was not there: