diff options
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; |