diff options
author | jjesswan <jessica_wan@brown.edu> | 2024-05-06 02:22:37 -0400 |
---|---|---|
committer | jjesswan <jessica_wan@brown.edu> | 2024-05-06 02:22:37 -0400 |
commit | 7a6ceadedc20f58b7be76654eb8357e3ca0b026d (patch) | |
tree | ef4b93cdb8f92c358c3d4715f6eebd5a2827427b /src/ocean/ocean_alt.h | |
parent | 2ba27898535e01298ef8f0d0b9ffd4e69ce13458 (diff) |
saving
Diffstat (limited to 'src/ocean/ocean_alt.h')
-rw-r--r-- | src/ocean/ocean_alt.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ocean/ocean_alt.h b/src/ocean/ocean_alt.h index dc9bb33..41c99ba 100644 --- a/src/ocean/ocean_alt.h +++ b/src/ocean/ocean_alt.h @@ -78,11 +78,10 @@ private: const double Lx = 512.0; const double Lz = 512.0; - const int num_rows = 32; - const int num_cols = 32; - + const int num_rows = 64; + const int num_cols = 64; const int N = num_rows*num_cols; // total number of grid points - const double lambda = 0.3; // how much displacement matters + const double lambda = 0.4; // how much displacement matters const double spacing = 35.0; // spacing between grid points const double A = 100; // numeric constant for the Phillips spectrum |