Skip to content

Commit

Permalink
#2578 Sets swap_to_north flag for rotated lat/lon
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Jun 29, 2023
1 parent 839aead commit 9bf17be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcode/vx_data2d_nccf/nccf_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2580,6 +2580,7 @@ void NcCfFile::get_grid_mapping_rotated_latitude_longitude(const NcVar *grid_map
data.aux_rotation = 0;

grid.set(data);
grid.set_swap_to_north(swap_to_north);

if(grid_np_lat_att) delete grid_np_lat_att;
if(grid_np_lon_att) delete grid_np_lon_att;
Expand Down

0 comments on commit 9bf17be

Please sign in to comment.