diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-05-10 16:18:23 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-05-10 16:18:23 -0400 |
commit | 05038becbe8907a1364db05c42fc1bc48f66ce56 (patch) | |
tree | ae4908fbb29fadb44e549af52a09d368387477e6 /src/ocean/ocean_alt.h | |
parent | 2820f2a620340feff973dfea26c1eb1172140ada (diff) |
Diffstat (limited to 'src/ocean/ocean_alt.h')
-rw-r--r-- | src/ocean/ocean_alt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ocean/ocean_alt.h b/src/ocean/ocean_alt.h index 5df1eb5..88344d6 100644 --- a/src/ocean/ocean_alt.h +++ b/src/ocean/ocean_alt.h @@ -85,10 +85,10 @@ private: const double vertex_displacement = Lx / 2; const int N = num_rows*num_cols; // total number of grid points - const double lambda =0.0; // how much displacement matters + const double lambda = .5; // how much displacement matters const double spacing = 1.0; // spacing between grid points - const double A = 6.5; // numeric constant for the Phillips spectrum + const double A = 10; // numeric constant for the Phillips spectrum const double V = 500; // wind speed const double gravity = 9.81; const double L = V*V/gravity; |