repo.or.cz
/
wrf-fire-matlab.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
fmt
[wrf-fire-matlab.git]
/
detection
/
datenum2time.m
blob
316d5b0b8d4f229d1079ed1fd426fd8e68ea0548
1
function t=datenum2time(d,red)
2
% convert from datenum to sec since simulation start
3
t=(24*60*60)*(d - red.start_datenum);
4
end