Regrid wrong #2020
Replies: 5 comments 3 replies
-
@zhumingying, I logged onto cheyenne to take a closer look.
And comparing that to the usage statement for regrid_data_plane, I see that:
So this is configured to regrid the Stage4 data to the grid defined by the wrfout file. Is this what you WANT to do? Or do you intend to do the opposite, regridding the wrfout data to the StageIV domain? |
Beta Was this translation helpful? Give feedback.
-
Hi John,
Yes, I need to regrid the Stage4 data to the grid defined by the wrfout
file and then do the verification wrf fcst against stage4.
input file : /glade/scratch/zhuming/virginia/stage4/ST4.2016062312.01h
to grid = /glade/scratch/zhuming/virginia/cf/3dvar_conv/2016062300/
wrfout_d01-cf.2016062300.nc
output_file: /glade/scratch/zhuming/virginia/st4_1h_regrid2/
ST4.2016062312.01h.nc <http://st4.2016062600.03h.nc/>
Regrid config file: /glade/work/zhuming/METplus4/
RegridDataPlane_virginia_01h.conf
GridStat config file: /glade/work/zhuming/METplus4/
GridStat_wrf_obsStgIV_GRIB_virginia.conf
Redrid log file:
/glade/work/zhuming/data/metplus4/logs/metplus.log.20230124121605
GridStat log file:
/glade/work/zhuming/data/metplus4/logs/metplus.log.20230124123333
Both Regrid and GridStat METplus have successfully finished running, but it
looks regrid is not right, and GridStat results are not my expected.
See the figures in /glade/scratch/zhuming/virginia, test0.pdf (original)
and test.pdf (after regrid).
Thanks!
Zhuming
…On Tue, Jan 24, 2023 at 11:40 AM John Halley Gotway < ***@***.***> wrote:
@zhumingying <https://github.com/zhumingying>, I logged onto cheyenne to
take a closer look.
I found your METplus log files in /glade/work/zhuming/data/metplus4/logs.
And in metplus.log.20230123190814, I see this command being run:
/glade/p/ral/jntp/MET/MET_releases/10.0.0/bin/regrid_data_plane \
-v 2 -method NEAREST -width 2 -field 'name="APCP"; level="L0";' -name APCP \
/glade/scratch/zhuming/virginia/st4_3h/ST4.2016062600.03h.nc \
"/glade/scratch/zhuming/virginia/cf/3dvar_conv/2016062300/wrfout_d01-cf.2016062300.nc" \
/glade/scratch/zhuming/virginia/st4_3h_regrid2/ST4.2016062600.03h.nc
And comparing that to the usage statement
<https://met.readthedocs.io/en/latest/Users_Guide/reformat_grid.html?highlight=regrid_data_plane#regrid-data-plane-usage>
for regrid_data_plane, I see that:
1. input_filename = /glade/scratch/zhuming/virginia/st4_3h/
ST4.2016062600.03h.nc
2. to_grid = /glade/scratch/zhuming/virginia/cf/3dvar_conv/2016062300/
wrfout_d01-cf.2016062300.nc
3. output_filename = /glade/scratch/zhuming/virginia/st4_3h_regrid2/
ST4.2016062600.03h.nc
So this is configured to regrid the Stage4 data to the grid defined by the
wrfout file.
Is this what you WANT to do? Or do you intend to do the opposite,
regridding the wrfout data to the StageIV domain?
—
Reply to this email directly, view it on GitHub
<#2020 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFASISLNXHOZPAC5DLMS2QLWUAOYRANCNFSM6AAAAAAUET442Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@zhumingying, I ran the following commands with the MET plot_data_plane tool to see where MET thinks this gridded data exists.
Comparing the plot in 1. to the plot in 3., the features seems to line up very nicely. I do not see any obvious problems with the result. However the plot in 3. DOES NOT match the image you've provided. It's possible that the problem exists not in the MET code but in the script you're using to plot the regridded StageIV data. I'd recommend taking a look at that plotting script. And you can use |
Beta Was this translation helpful? Give feedback.
-
Thanks!
So regrid is right.
Something is wrong in my GridStat? From the precip distribution of WRF fcst
(figure: rain_2016062321.pdf), It's for sure "CTRL" run is the worst, but
It has the best FSS within the first 3 hours, shown in figure of "
ss1h_2016062321.pdf".
/glade/scratch/zhuming/virginia/figure/rain_2016062321.pdf
/glade/scratch/zhuming/virginia/gridstat2/figure2/fss1h_2016062321.pdf
Some params are not set right in my GridStat config file? Would you check
it for me?
What "GRID_STAT_NEIGHBORHOOD_COV_THRESH" is for?
see config file /glade/work/zhuming/METplus4/
GridStat_wrf_obsStgIV_GRIB_virginia.conf
log file:
/glade/work/zhuming/data/metplus4/logs/metplus.log.20230124123333
Thanks!
Zhuming
|
Beta Was this translation helpful? Give feedback.
-
The precip verification FSS results are not my expected, and I did not find
something/somewhere wrong in my processing.
So I have to use my old way to do the verification.
Thanks!
Zhuming
|
Beta Was this translation helpful? Give feedback.
-
I need to do precip verification of WRF fcst against STAGE4 precip data using METplus.
First I converter WRF fcst to NETCDF CF format;
Second I regrid OBS of STAGE4 data using MET RegridDataPlane; and then do StatGrid of FSS.
But the result is not right. It seems the Regrid obs Stage4 data is not right. see attached figures.
Could anyone help me?
test0.pdf
test.pdf
or see /glade/scratch/zhuming/virginia/test0.pdf and test.pdf
my configure files in cheyenne:
/glade/work/zhuming/METplus4/RegridDataPlane_virginia_01h.conf
/glade/work/zhuming/METplus4/GridStat_wrf_obsStgIV_GRIB_virginia.conf
Beta Was this translation helpful? Give feedback.
All reactions