toridai_suikou @ Wiki

メニュー



前月 2012年5月 翌月
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    


リンク






CREST

[2010/04/30] 
  1. Inflow checking -> HY
  2. bypass boundary setting -> JK
  3. evaluate the evaporation volume -> JK
  4. add evaporation volume into the inflow discharge -> JK

[2010/05/07 13:00] First research discussion -> JK, HY

流入量の処理
平水時:1日ごとの平均(特にバイバス作動時は,濁度10度以下の清水)
洪水時はmatlabのsplinefitを利用した値
newData1=importdata('urayama2009.dat')
data=newData1.data;
x=data(:,1)
y=data(:,3)
pp=spline(x,y)
qq=splinefit(x,y,6)
yy = ppval(pp,x);
zz = ppval(qq,x);
plot(x,y,'bo',x,yy,'r',x,zz,'k')

更新履歴

2011-05-01

2010-10-26

2010-05-28

2010-05-02

2010-04-30

2010-01-27

2010-01-05

2010-01-04

2009-09-29

2009-09-13

2009-09-05

2009-09-03

2009-09-02