[Met_help] Bug in MET?
John Halley Gotway
johnhg at rap.ucar.edu
Fri Jul 18 11:35:22 MDT 2008
Andrew,
You're absolutely right! Thanks for finding that bug and letting us know about it. I've posted a small fix to the known issues page:
http://www.dtcenter.org/met/users/support/known_issues/METv1.1/index.php
Regarding updating the NetCDF point-observation format document, I'll revise it and create a new version for the format in METv1.1. I'll email you know when the updated version is posted.
Thanks again,
John Halley-Gotway
johnhg at ucar.edu
Andrew Digby wrote:
> Hi,
>
> My colleague Cory Davis (who I believe has contacted you before) and I are in
> the process of upgrading to MET v1.1. We are keen to take advantage of the
> matched pair output for WRF verifications.
>
> Can I make a couple of points regarding setup of v1.1 that might be useful to
> other users?
>
> 1) It'd be helpful if the netCDF point observation file format document
> (MET_netcdf_point_obs_format.pdf) is brought up to date, since the observation
> formats appear to have changed. (Namely, the order of fields in the obs_arr and
> hdr_arr variables has changed, and dimension maxstr is replaced with maxhdr.)
>
> 2) I think there's a bug in point_stat.cc in write_mpr():
>
> the lines:
>
> //
> // MPR line type
> //
> if(conf.output_flag(i_fho).ival() != 0 &&
>
> should be (I think):
>
> //
> // MPR line type
> //
> if(conf.output_flag(i_mpr).ival() != 0 &&
>
>
>
> I hope this is useful, and please correct me if any of this is wrong!
>
> Regards,
>
> Andrew Digby
>
> Metservice NZ
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Met_help mailing list
> Met_help at mailman.ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/met_help
More information about the Met_help
mailing list