femwind_wrfout calling femwind #4
[wrf-fire-matlab.git] / quicwind / mass_cons_int_test.m
blob5a17fbc6004c3b2cded65ca23f58332443868300
1 function err=mass_cons_int_test
2 disp('mass_cons_int_test - testing mass consistent approximation')
3 n=[20,30,5];
4 h = rand(1,3);
5 w = rand(1,3);
6 lambda0=zeros(n);
7 u0= grad3z(rand(n),'zero at bottom');
8 [u,err] = mass_cons_int(u0,h,w,'check'); 
9 end