Skip to content

Commit

Permalink
Merge pull request #228 from EcoExtreML/revise_output_unit
Browse files Browse the repository at this point in the history
Update output unit of Trap, Evap and ET
  • Loading branch information
Crystal-szj authored Apr 23, 2024
2 parents 36a3300 + 08f57b3 commit cca8fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/+io/bin_to_csv.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function bin_to_csv(fnames, n_col, ns, options, SoilLayer)
'W m-2', 'W m-2', 'W m-2', ...
'W m-2', 'W m-2', 'W m-2', 'umol m-2 s-1', ...
'W m-2', ' W m-2', 'W m-2', 'W m-2', 'umol m-2 s-1', ...
'umol m-2 s-1', ' umol m-2 s-1', 'umol m-2 s-1', 'W m-2', 'umol m-2 s-1', 'W m-2', 'W m-2', 'cm s-1', 'cm s-1', 'cm s-1', 'Kg m-2 s-1', 'Kg m-2 s-1'};
'umol m-2 s-1', ' umol m-2 s-1', 'umol m-2 s-1', 'W m-2', 'umol m-2 s-1', 'W m-2', 'W m-2', 'mm s-1', 'mm s-1', 'mm s-1', 'Kg m-2 s-1', 'Kg m-2 s-1'};
write_output(flu_names, flu_units, fnames.flu_file, n_col.flu, ns);

%% surftemp
Expand Down

0 comments on commit cca8fdf

Please sign in to comment.