Skip to content

Commit

Permalink
Update getModelSettings.m
Browse files Browse the repository at this point in the history
  • Loading branch information
MostafaGomaa93 authored Jan 31, 2024
1 parent 64a87ad commit 53019ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/+io/getModelSettings.m
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
ModelSettings.Q3DF = 1; % indicator for quasi-3d simulation, 1 means yes; 0 means no
ModelSettings.RELAXF = 0.8;
ModelSettings.ADAPTF = 1; % indicator for adaptive lower boundary setting, 1 means moving lower boundary; 0 means fixed lower boundary
ModelSettings.IP0STm = 1; % number of STEMMUS columns for MODFLOW
ModelSettings.nSoilColumns = 1; % number of STEMMUS soil columns for MODFLOW
Constants = io.define_constants();
ModelSettings.BOTm = 100.0 * Constants.HPUNIT; % elevation of the bottom layer of MODFLOW
ModelSettings.TOPELEV = [200.0 180.0 190.0 185.0 170].*Constants.HPUNIT; % elevation at the top surface
ModelSettings.botmLayerLevel = 100.0 * Constants.HPUNIT; % elevation of the bottom layer of MODFLOW
ModelSettings.TopLayerLevel = [200.0 180.0 190.0 185.0 170].*Constants.HPUNIT; % elevation at the top surface
end

0 comments on commit 53019ab

Please sign in to comment.