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
computing vertical interpolation indices
[wrf-fire-matlab.git]
/
debug
/
diff_hill.m
blob
1961b8109c11f6f3eedb7af6cc4a97b01b01a7fe
1
% test if parallel runs give the same results
2
runs={'1x1','1x6','6x1','2x3','2x3','1x2','2x1'}
3
vars={'UAH','VAH','UF','VF'}
4
root='hill-';
5
wrffile='wrfrst_d01_0001-01-01_00:01:00';
6
diff_runs(runs,vars,root,wrffile)