Skip to content

Commit

Permalink
Update io_meandata.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
dsidoren authored Jun 7, 2022
1 parent e7562dc commit 00df069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/io_meandata.F90
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@ subroutine ini_mean_io(mesh)
end if
CASE ('tx_sur ')
sel_forcvar(11) = 1
call def_stream(elem2D, myDim_elem2D, 'tx_sur', 'zonal wind str. to ocean', 'm/s2', stress_surf(1, :), io_list(i)%freq, io_list(i)%unit, io_list(i)%precision, mesh)
call def_stream(elem2D, myDim_elem2D, 'tx_sur', 'total zonal str. to ocean', 'm/s2', stress_surf(1, :), io_list(i)%freq, io_list(i)%unit, io_list(i)%precision, mesh)
CASE ('ty_sur ')
sel_forcvar(12) = 1
call def_stream(elem2D, myDim_elem2D, 'ty_sur', 'meridional wind str. to ocean', 'm/s2', stress_surf(2, :), io_list(i)%freq, io_list(i)%unit, io_list(i)%precision, mesh)
call def_stream(elem2D, myDim_elem2D, 'ty_sur', 'total meridional str. to ocean', 'm/s2', stress_surf(2, :), io_list(i)%freq, io_list(i)%unit, io_list(i)%precision, mesh)
CASE ('curl_surf ')
if (lcurt_stress_surf) then
call def_stream(nod2D, myDim_nod2D, 'curl_surf', 'vorticity of the surface stress','none', curl_stress_surf(:), io_list(i)%freq, io_list(i)%unit, io_list(i)%precision, mesh)
Expand Down

0 comments on commit 00df069

Please sign in to comment.