Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
Co-authored-by: John Halley Gotway <[email protected]>
  • Loading branch information
georgemccabe and JohnHalleyGotway authored Jan 19, 2024
1 parent b50df96 commit d0e6545
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/libcode/vx_data2d_nc_wrf/var_info_nc_wrf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

//
Expand All @@ -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
};

//
Expand Down

0 comments on commit d0e6545

Please sign in to comment.