Skip to content

Trying to run the MODE wrapper #1924

Locked Answered by georgemccabe
jcorner1 asked this question in Configuration
Discussion options

You must be logged in to vote

Thanks for sending those files. It looks like I am able to read both the HRRR and the MRMS files into MET.

Here are the commands I ran to generate the images:

plot_data_plane ./res.nc out_res.ps 'name="mrms_lcref"; level="(*,*)";'
convert -rotate 90 out_res.ps out_res.png
plot_data_plane ./hrrr.t16z.wrfsfcf05.grib2 out_hrrr.ps 'name="REFC"; level="L0";'
convert -rotate 90 out_hrrr.ps out_hrrr.png

You should be able to use the same name and level information to read the fields into MODE. Just be sure to set MODE_REGRID_TO_GRID = FCST or MODE_REGRID_TO_GRID = OBS so that the data are matched to the same grid.

Is there a reason you need to regrid these data with a script before passing the…

Replies: 3 comments 23 replies

Comment options

You must be logged in to vote
20 replies
@jcorner1
Comment options

@georgemccabe
Comment options

@jcorner1
Comment options

@georgemccabe
Comment options

@jcorner1
Comment options

Comment options

You must be logged in to vote
2 replies
@jcorner1
Comment options

@georgemccabe
Comment options

Answer selected by georgemccabe
Comment options

You must be logged in to vote
1 reply
@georgemccabe
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment