Skip to content

Commit 8da6b55

Browse files
author
brandon.reichl
committed
Add variable description in new method for horizontally averaging Stokes drift.
1 parent b959f1c commit 8da6b55

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
@@ -1083,7 +1083,7 @@ subroutine Surface_Bands_by_data_override(Time, G, GV, US, CS)
10831083
character(len=48) :: dim_name(4) ! The names of the dimensions of the variable.
10841084
character(len=20) :: varname ! The name of an input variable for data override.
10851085
real :: PI ! 3.1415926535... [nondim]
1086-
real :: avgx, avgy
1086+
real :: avgx, avgy ! The global averages of temp_x and temp_y [L T-1 ~> m s-1]
10871087
logical :: wavenumber_exists
10881088
integer :: ndims, b, i, j
10891089

0 commit comments

Comments
 (0)