diff --git a/src/libcode/vx_data2d_nc_wrf/var_info_nc_wrf.h b/src/libcode/vx_data2d_nc_wrf/var_info_nc_wrf.h index e4dab13365..182ad62d28 100644 --- a/src/libcode/vx_data2d_nc_wrf/var_info_nc_wrf.h +++ b/src/libcode/vx_data2d_nc_wrf/var_info_nc_wrf.h @@ -101,8 +101,8 @@ static const char *pinterp_u_wind_names[] = { "UU", // x-wind component, m s-1 "TS_U", // Surface wind U-component, earth-relative "UZ0", // U WIND COMPONENT AT ZNT, m s-1 - "U_PL", // x-wind on pressure levels from native WRF out - "U_ZL" // x-wind on z levels from native WRF out + "U_PL", // x-wind on pressure levels from native WRF out + "U_ZL" // x-wind on z levels from native WRF out }; // @@ -124,8 +124,8 @@ static const char *pinterp_v_wind_names[] = { "VV", // y-wind component, m s-1 "TS_V", // Surface wind V-component, earth-relative "VZ0", // V WIND COMPONENT AT ZNT, m s-1 - "V_PL", // y-wind on pressure levels from native WRF out - "V_ZL" // y-wind on z levels from native WRF out + "V_PL", // y-wind on pressure levels from native WRF out + "V_ZL" // y-wind on z levels from native WRF out }; //