Skip to content

Commit

Permalink
Merge pull request #349 from FESOM/dsidoren-patch-4
Browse files Browse the repository at this point in the history
Update io_meandata.F90
  • Loading branch information
JanStreffing authored Mar 12, 2024
2 parents 62fe31a + b380d29 commit 49a74cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/io_meandata.F90
Original file line number Diff line number Diff line change
Expand Up @@ -395,13 +395,14 @@ subroutine ini_mean_io(ice, dynamics, tracers, partit, 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, partit, 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, partit, 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, partit, 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, partit, 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, partit, mesh)
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, partit, mesh)

end if

!___________________________________________________________________________________________________________________________________
Expand Down

0 comments on commit 49a74cf

Please sign in to comment.