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
max_hfx to diagnose computation of fgrnhfx around max
[wrf-fire-matlab.git]
/
femwind
/
femwind_fortran_live_rate_test.m
blob
5961650f43d119a7198ca044203b95aa8af7c569
1
function femwind_fortran_live_rate_test
2
3
disp('femwind_fortran_live_rate_test')
4
disp('run fortran testers on live data and compare')
5
6
p.fortran_test=1;
7
p.run_matlab=1;
8
femwind_rate_test(p)
9
end
10