Skip to content

Commit

Permalink
HO
Browse files Browse the repository at this point in the history
  • Loading branch information
GHilmarG committed Sep 14, 2024
1 parent e5012f3 commit c14da58
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 146 deletions.
2 changes: 1 addition & 1 deletion LakeOrOcean3.m
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

GF = IceSheetIceShelves(CtrlVar,MUA,GF);

% TestIng

if nargin<5 || isempty(NodesDownstreamOfGroundingLines)

NodesDownstreamOfGroundingLines=GF.NodesDownstreamOfGroundingLines;
Expand Down
4 changes: 1 addition & 3 deletions Ua.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
%
% addpath(genpath('MyUaSourceFileFolder'))
%
% So for example if you have cloned the source directory from github into a local folder on your own computer with the name:
% So for example if you have cloned the source directory from GitHub into a local folder on your own computer with the name:
%
% C:\Users\Hilmar\Ua\UaSource
%
Expand Down Expand Up @@ -160,8 +160,6 @@
% UserVar can be modified at the start of the run in Ua2D_InitialUserInput.
% as well as in all user m-input files.
%
% In a restart run, UserVar is again always defined at the beginning of the run
% in Ua2D_InitialUserInput. It is not read from the restart file.
%
%% Getting information about the FE mesh from within user m-files:
%
Expand Down
Loading

0 comments on commit c14da58

Please sign in to comment.