「ぎょーむ日誌」目次に戻る | KuboWeb top に戻る | twilog | atom

ぎょーむ日誌 2001-10-23

苦情・お叱りは, たいへんお手数かけて恐縮ですが, 久保 (kubo@ees.hokudai.ac.jp) までお知らせください.

2001 年 10 月 23 日 (火)

	# Total production_part = 765.8
	# Total production      = 4016.0
	# Averaged prod_rate    = 1.42e+01
	# Mean production_part  = 95.7
	# Mean production       = 502.0
	# Averaged prod_rate    = 1.04e+01
Pseudo Redpine, figure 3 [すでに誰も覚えてないので]
ちょっと顔見せ. うーむ, ちかごろ針葉樹の見てくれには 少しだけ敏感になったので, この「にせ」ぶりが以前より気になる …… ばらされた茎をまったくランダムに つないだだけなんです, これ (茎の齢だけは考慮).
        $self->SetProduction();
        $self->InevitableGrowth();   # with generating main stems
        $self->EliminateDeadStems(); # with counting number of dead
        $self->GenerateSubStems();
        $self->ConnectNewStems();
        self->SetRisingRankNumber( self->{ "age" } + 1 );
        if ( $stem_location eq "false" ) {
                warn "# Skipping StemLocator !!!";
        }
        else {
                $self->StemLocator(); # 3D processing
        }
        $self->CountAliveStems();    # at the end of this turn

KuboLog | KuboWeb