Skip to content

Commit

Permalink
per #2547, call function to stagger DataPlane if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Jan 3, 2024
1 parent 0b8c05c commit 7f545d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libcode/vx_data2d_nc_wrf/wrf_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,9 @@ for (x=0; x<Nx; ++x) {

} // for x

// de-stagger the DataPlane if necessary
plane.destagger(var->x_stag, var->y_stag);

//
// get the pressure
//
Expand Down

0 comments on commit 7f545d5

Please sign in to comment.