regrid_data_plane produces -9999 range #1054
-
I created a netcdf that should have the "internals" of the pcp_combine and I created a 0/1 mask to evaluate hail > 25.4mm. I have been trying to use the regrid_data_plane to regrid onto G211 and I have not been able to produce a value other than -9999. Is there a reason why any option I've tried using while using the regrid_data_plane keeps giving me [root@464a5650bbb0 bin]# ./regrid_data_plane /fsx-downscaling/runs/20110426_50L/max_hail_fake_pcp_mask.nc G211 /fsx-downscaling/runs/20110426_50L/max_hail_fake_pcp_mask_211.nc -field 'name="MAX_HAIL_24_mask"; level="(,)";' -method MAXGAUSS -width 5 -gaussian_radius 120 -gaussian_dx 81.271 -v 10 DEBUG 7: GaussianInfo::compute() max_r: 5 Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Chase, I see that you're trying to regrid data... The problem is apparent in the log messages you sent. In order to interpolate data to G211, MET needs to know where on earth that data is coming from. So the definition of the source grid must be correct. The bad data values (-9999) in these log messages indicate that it is not:
The scale_lat_1, scale_lat_2, lat_pin, lon_pin, and lon_orient values should contain real data values rather than "-9999". Rather than running regrid_data_plane, I'd recommend that you run plot_data_plane first on the input file. Look at the resulting image to confirm that MET has placed the data at the right spot on earth. That means, make sure the data and background map data line up like they should. After you correct the grid definition in one of those files, please try running:
You may find these two sections of the MET User's Guide to be helpful in setting up the grid information: |
Beta Was this translation helpful? Give feedback.
Chase, I see that you're trying to regrid data...
From this file: /fsx-downscaling/runs/20110426_50L/max_hail_fake_pcp_mask.nc
To: NCEP Grid 211
The problem is apparent in the log messages you sent. In order to interpolate data to G211, MET needs to know where on earth that data is coming from. So the definition of the source grid must be correct. The bad data values (-9999) in these log messages indicate that it is not: