Skip to content

regrid_data_plane produces -9999 range #1054

Locked Answered by JohnHalleyGotway
chasecalkins asked this question in File I/O
Discussion options

You must be logged in to vote

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:

DEBUG 4: Lambert Conformal Grid Data:
DEBUG 4: hemisphere:
DEBUG 4: scale_lat_1: -9999
DEBUG 4: scale_lat_2: -9999
DEBUG 4: lat_pin: -9999
DEBUG 4: lon_pin: 9999
DEBUG 4: x_pin: 0
DEBUG 4: y_pin: 0
DEBUG 4: lon_orient: 9999
DEBUG 4: d_km: 4
DEBUG 4: r_km: 6371
DEBUG 4: nx…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chasecalkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment