From a16d890fa0b3ec7e491cec73e3830157cf29d912 Mon Sep 17 00:00:00 2001 From: Antoine Hoffmann <antoine.hoffmann@epfl.ch> Date: Tue, 12 Sep 2023 16:33:57 +0200 Subject: [PATCH] highly reduced resolution to test --- testcases/cyclone_example/{fort_01.90 => fort_99.90} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename testcases/cyclone_example/{fort_01.90 => fort_99.90} (97%) diff --git a/testcases/cyclone_example/fort_01.90 b/testcases/cyclone_example/fort_99.90 similarity index 97% rename from testcases/cyclone_example/fort_01.90 rename to testcases/cyclone_example/fort_99.90 index 309ceed7..0dc0b781 100644 --- a/testcases/cyclone_example/fort_01.90 +++ b/testcases/cyclone_example/fort_99.90 @@ -8,9 +8,9 @@ &GRID pmax = 2 jmax = 1 - Nx = 64 + Nx = 8 Lx = 120 - Ny = 48 + Ny = 6 Ly = 120 Nz = 16 SG = .f. @@ -60,7 +60,6 @@ nu = 0.05 beta = 0.0 ADIAB_E = .t. - tau_e = 1.0 / &CLOSURE hierarchy_closure='truncation' -- GitLab