Skip to content

Commit

Permalink
fix type in the radiation stress components
Browse files Browse the repository at this point in the history
  • Loading branch information
uturuncoglu committed Jul 22, 2024
1 parent e8b3ef6 commit f13050b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/src/wav_grdout.F90
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ subroutine initialize_gridout

! 6 Wave-ocean layer
gridoutdefs(6,1:25) = [ &
varatts( "SXY ", "SXX ", "Radiation stresses xx ", "N m-1 ", " ", .false.) , &
varatts( "SXY ", "SYY ", "Radiation stresses yy ", "N m-1 ", " ", .false.) , &
varatts( "SXX ", "SXX ", "Radiation stresses xx ", "N m-1 ", " ", .false.) , &
varatts( "SYY ", "SYY ", "Radiation stresses yy ", "N m-1 ", " ", .false.) , &
varatts( "SXY ", "SXY ", "Radiation stresses xy ", "N m-1 ", " ", .false.) , &
varatts( "TWO ", "TAUOX ", "Wave to ocean momentum flux x ", "m2 s-2 ", " ", .false.) , &
varatts( "TWO ", "TAUOY ", "Wave to ocean momentum flux y ", "m2 s-2 ", " ", .false.) , &
Expand Down

0 comments on commit f13050b

Please sign in to comment.