Skip to content

Commit

Permalink
adding in the new stability controllist options by UND
Browse files Browse the repository at this point in the history
  • Loading branch information
WPringle committed Apr 7, 2023
1 parent aac0236 commit 37abbba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions utilities/Make_f15.m
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,16 @@
f15dat.controllist(2).var(5).val = 'coldstart';
f15dat.controllist(2).var(6).name = [f15dat.controllist(2).type 'SkipSnaps'];
f15dat.controllist(2).var(6).val = 0;
% limit control
f15dat.controllist(3).type = 'limitControl';
f15dat.controllist(3).var(1).name = 'slim';
f15dat.controllist(3).var(1).val = 4e-4;
f15dat.controllist(3).var(2).name = 'windlim';
f15dat.controllist(3).var(2).val = 'T';
% wetdry velocity control
f15dat.controllist(4).type = 'velwdControl';
f15dat.controllist(4).var(1).name = 'directvelWD';
f15dat.controllist(4).var(1).val = 'T';

% Put into the msh class
obj.f15 = f15dat;
Expand Down

0 comments on commit 37abbba

Please sign in to comment.