Skip to content
Snippets Groups Projects
Commit bfdfd35a authored by Daria Gladskikh's avatar Daria Gladskikh :ocean:
Browse files

kato consistent with LES

parent dc061ac3
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ module obl_run_kato
! ----------------------------------------------------------------------------
!< in: [zpos, height, cz]
call set_uniform_grid(grid, - 100.0, 100.0, 32)
call set_uniform_grid(grid, - 128.0, 128.0, 32)
end subroutine set_grid
......@@ -116,7 +116,7 @@ module obl_run_kato
type (gridDataType), intent(in) :: grid
! ----------------------------------------------------------------------------
call set_linear_profile(Theta, 330.0, 0.3, grid)
call set_linear_profile(Theta, 285.0, 0.03, grid)
call set_const_profile(Salin, 35.0, grid)
call set_const_profile(U, 0.0, grid)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment