Skip to content

Commit

Permalink
Fixed continuation character (again!)
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed Dec 8, 2016
1 parent a4031da commit 5afba32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/MOM_diag_mediator.F90
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ subroutine set_axes_info(G, GV, param_file, diag_cs, set_vertical)
nz=nz, vertical_coordinate_number=i, &
x_cell_method='point', y_cell_method='mean', v_cell_method='point', &
is_u_point=.true., is_interface=.true., is_native=.false., &
needs_interpolating=.true., & xyave_axes=diag_cs%remap_axesZi(i))
needs_interpolating=.true., xyave_axes=diag_cs%remap_axesZi(i))

call define_axes_group(diag_cs, (/ id_xh, id_yq, id_zi /), diag_cs%remap_axesCvi(i), &
nz=nz, vertical_coordinate_number=i, &
Expand Down

0 comments on commit 5afba32

Please sign in to comment.