Skip to content

Commit

Permalink
Update output unit of Trap, Evap and ET
Browse files Browse the repository at this point in the history
The unit of Trap, Evap, and ET is cm s-1; we multiply 10 to convert the unit from cm s-1 to mm s-1.
  • Loading branch information
Crystal-szj authored Apr 22, 2024
1 parent 36a3300 commit 08f57b3
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 08f57b3

Please sign in to comment.