summaryrefslogtreecommitdiff
path: root/src/ocean/ocean.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ocean/ocean.h')
-rw-r--r--src/ocean/ocean.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ocean/ocean.h b/src/ocean/ocean.h
index faa0fb2..a576c44 100644
--- a/src/ocean/ocean.h
+++ b/src/ocean/ocean.h
@@ -27,7 +27,7 @@ private:
const int width = 32; // width of grid
const int N = length * width; // total number of grid points
- const double A = 100; // numeric constant for the Phillips spectrum
+ const double A = 10; // numeric constant for the Phillips spectrum
const double V = 5.0; // wind speed
const std::pair<double, double> omega_wind
= std::make_pair(1.0, 0.0); // wind direction