Skip to content

Commit 53e2942

Browse files
brandon.reichlHallberg-NOAA
authored andcommitted
Add variable description in new method for horizontally averaging Stokes drift.
1 parent 07be9de commit 53e2942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user/MOM_wave_interface.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ subroutine Surface_Bands_by_data_override(Time, G, GV, US, CS)
10781078
character(len=48) :: dim_name(4) ! The names of the dimensions of the variable.
10791079
character(len=20) :: varname ! The name of an input variable for data override.
10801080
real :: PI ! 3.1415926535... [nondim]
1081-
real :: avgx, avgy
1081+
real :: avgx, avgy ! The global averages of temp_x and temp_y [L T-1 ~> m s-1]
10821082
logical :: wavenumber_exists
10831083
integer :: ndims, b, i, j
10841084

0 commit comments

Comments
 (0)