/* PROGRAM DOCUMENTATION BLOCK PROGRAM: narr_fix_rr_mask PRGMMR: W. Ebisuzaki ORG: W/NP52 DATE: 2004-03 ABSTRACT: The NARR (eta) product generator converts grib data on the model grid (egrid) to the Lambert conformal (AWIPS grid 221) grid. A problem with the product generator allows some AWIPS grid points at the edge of the domain to be created from data that depends on the model's boundary conditions (i.e. not part of the computational domain). Since the boundary conditions are "artificial", they should not be used in generating the analyses. Consequently this program (narr_fix_rr_mask) was written to mask out the points that were generated using the boundary points. Usage: narr_fix_rr_mask.x [in NARR grib file] [fixed NARR grib file] Program History log: 2004-03 W. Ebisuzaki INPUT FILES: NARR grib file OUTPUT FILES: fixed NARR grib file SUBROUTINES CALLED: rd_grib_rec wrt_grib_rec PDS_tool set_def_power2 set_BDSMinBits ATTRIBUTES: LANGUAGE: ANSI/ISO C */