Skip to content

Commit

Permalink
remove_large_output_files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mostafa Daoud committed Dec 10, 2024
1 parent 3b04065 commit c4ce54f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/+io/bin_to_csv.m
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ function bin_to_csv(fnames, n_col, ns, options, SoilLayer, GroundwaterSettings)

%% Optional Output
if options.calc_vert_profiles
% write_output({'Fraction leaves in the sun, fraction of observed, fraction of observed&visible per layer'}, {'rows: simulations or time steps, columns: layer numbers'}, ...
% fnames.gap_file, n_col.gap, ns, true); % comment unnecessary large size files
write_output({'aPAR per leaf layer'}, {'umol m-2 s-1'}, ...
fnames.layer_aPAR_file, n_col.layer_aPAR, ns, true);
write_output({'aPAR by Cab per leaf layer'}, {'umol m-2 s-1'}, ...
Expand Down

0 comments on commit c4ce54f

Please sign in to comment.