From bfdfd35af1b20351894ea65b500ceb6548b672eb Mon Sep 17 00:00:00 2001
From: Daria Gladskikh <daria.gladskikh@gmail.com>
Date: Wed, 18 Dec 2024 15:10:26 +0300
Subject: [PATCH] kato consistent with LES

---
 obl_run_kato.f90 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/obl_run_kato.f90 b/obl_run_kato.f90
index 650aaa2..4130539 100644
--- a/obl_run_kato.f90
+++ b/obl_run_kato.f90
@@ -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)
-- 
GitLab