Use of censor_thresh or censor_val to modify fcst fields #2887
-
I have a situation where the post-processed WRF output values for roughness length are all zeros. I believe that I can obtain point observations of roughness length to use for verification. Is there a way to use the functionality of censoring to convert the values in the forecast output from zeros to simulated values obtained from the land surface model used in the WRF? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @jwraby. I needed to request some help from a colleague with this one. We are uncertain about exactly what you want to do. Is it correct that you have point observations of roughness length and want to somehow use them to change the gridded values of roughness length in the model? We are assuming that you have multiple point values that correspond to different locations in your grid. In this case, censor_thresh and censor_val cannot do what you're asking. Censor_thresh and censor_val don't have any spatial information. Since the roughness length is all zeroes, all you can do with censor_thresh and censor_val is reset every point in the grid to a different number (the same number at every point). Point2Grid might be the better tool. It can take point data and put it on a grid (the model grid). It would be helpful to know what you plan to do with the roughness length values after they are on a grid to be able to point you to the right tool. |
Beta Was this translation helpful? Give feedback.
@jwraby I suspect you're asking more of the
censor_thresh
andcensor_val
configuration options than it can handle. Listed below is a selection from the MET User's Guide about those options.