Skip to content

Commit

Permalink
Remove support for diagnostic horizontal averaging on Z interfaces. m…
Browse files Browse the repository at this point in the history
  • Loading branch information
nichannah committed Nov 28, 2016
1 parent 6fae7f7 commit 58b26a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/framework/MOM_diag_mediator.F90
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,7 @@ subroutine set_axes_info(G, GV, param_file, diag_cs, set_vertical)
call define_axes_group(diag_cs, (/ id_xh, id_yh, id_zi /), diag_cs%remap_axesTi(i), &
nz=nz, vertical_coordinate_number=i, &
x_cell_method='mean', y_cell_method='mean', v_cell_method='point', &
is_h_point=.true., is_interface=.true., is_native=.false., needs_interpolating=.true., &
xyave_axes=diag_cs%remap_axesZi(i))
is_h_point=.true., is_interface=.true., is_native=.false., needs_interpolating=.true.)

!! \note Remapping for B points is not yet implemented so needs_remapping is not provided for remap_axesBi
call define_axes_group(diag_cs, (/ id_xq, id_yq, id_zi /), diag_cs%remap_axesBi(i), &
Expand Down

1 comment on commit 58b26a0

@adcroft
Copy link

@adcroft adcroft commented on 58b26a0 Dec 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added the code to do this interpolation in 5bd2cfc. I'm hoping this now gets through your tests...

Please sign in to comment.