Skip to content

Commit

Permalink
Update src/+io/readSoilLayerSettings.m
Browse files Browse the repository at this point in the history
Co-authored-by: SarahAlidoost <[email protected]>
  • Loading branch information
MostafaGomaa93 and SarahAlidoost authored Aug 15, 2024
1 parent f4a277f commit e919914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/+io/readSoilLayerSettings.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
soildata = dlmread(soilLayersFile, ',', 1, 0); % skip column names

SoilLayerSettings.NL = soildata(end, 1);
SoilLayerSettings.ML = SoilLayerSettings.NL;

SoilLayerSettings.DeltZ_R = transpose(soildata(:, 2));

Expand Down

0 comments on commit e919914

Please sign in to comment.