|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
%% set general parameters |
|
|
|
|
|
|
|
|
|
isRot = 0; % set to 1 to include rotation |
|
|
|
|
isNH = 1; % set to 1 to include non-hydrostatic effects |
|
|
|
|
isNH = 0; % set to 1 to include non-hydrostatic effects |
|
|
|
|
|
|
|
|
|
f = 1.0e-4; % set Coriolis parameter |
|
|
|
|
omega = 1.0e-2; % IW frequency in rad/s (watch out: f<omega<N) |
|
|
|
@ -32,7 +32,7 @@ hfac = 0.1; % mimum grid size is "hfac" times maximum size
|
|
|
|
|
|
|
|
|
|
%% set stratifiction parameters |
|
|
|
|
|
|
|
|
|
StratType = 'pycno'; % type of vertical stratification: |
|
|
|
|
StratType = 'const'; % type of vertical stratification: |
|
|
|
|
% 'const': constant N |
|
|
|
|
% 'pycno': pycnocline a zP with |
|
|
|
|
% half-width wP |
|
|
|
|