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

ぎょーむ日誌 2001-12-(11-20)

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

2001 年 12 月 11 日 (火)

diameter = a * age, c = 0.2
diameter = a * sqrt(age), c = 0.2

2001 年 12 月 12 日 (水)

	my $name = "kubo";
	print <<END_OF_BUFFER;
	NAME: $name
	Location: Dokubo

	mail: $name@jamstec.go.jp
	END_OF_BUFFER
	NAME: kubo
	Location: Dokubo

	mail: kubo@ees.hokudai.ac.jp
diameter = a * sqrt(age), c = 0.15
[個体#3043のカタチ変化]
タテ軸はその茎が何年目に生まれたかで (下が根本方向,上が先端方向), 横軸はその齢ごとの合計断面積 (意味不明な量ですが) を計算したもの. まぁ,時間とともに枝は伸びて幹は太くなる, というような図だと思ってもらってもいいんですが …… 「下」のほうは常に太ってるのに, 「途中」はいったん太ったのが痩せてるのがわかりますね. これがぱいぴー制約というやつです (おお,いつの間にかこの造語が定着しつつある …… おもに私の内面で). つまり「下」に合わせよう, として痩せてるわけです.

2001 年 12 月 13 日 (木)

B100_2223
	set term postscript eps enhance 24
	set xlabel "total area (cm^{/Helvetica/size=16 2})"
	set key left Left samplen 2 width -1

2001 年 12 月 14 日 (金)


2001 年 12 月 15 日 (土)


2001 年 12 月 16 日 (日)


2001 年 12 月 17 日 (月)

Rush Job [独房群横の突貫工事]
同じ敷地内で独房群よりでかい建物がふたつも …… 早朝から夜まで,おそらく二交替制で作業してる模様. 何を作ってるのか? 莫大な予算をどうやって取ったのか? なぜ急いでいるのか? …… なぞの多い怪しげなモノです.

2001 年 12 月 18 日 (火)

	trap "echo '### Interrupted by Ctrl+C ###'" INT
	sub interrupted {
		die "### Interrupted!! ###\n";
	}
	$SIG{'INT'} = \&interrupted;
Max at Intermediate cloudy

2001 年 12 月 19 日 (水)

	stem.diameter = stem.growth_rate * sqrt(stem.age),

	cohort.elements = {stem ∈ STEM | stem.age = age},
	cohort.total_area = Σ_{stem ∈ cohort.elements} stem.area,

	daughter_cohort = tree.cohort[age],
	mother_cohort = tree.cohort[age+1],
	... for each daughter_cohort for all age ∈ {1, 2, ..., tree.age - 1},

	daughter_cohort.pruning_area = tree.pruning_rate
		* (daughter_cohort.total_area - mother_cohort.total_area),

2001 年 12 月 20 日 (木)

	$ diff /etc/vfontcap /etc/vfontcap.nouse
	9c9
	<         :ff=/usr/share/fonts/TrueType/aliastt-mincho.ttc
	---
	>         :ff=/usr/share/fonts/alias/TrueType/mincho-mr-jisx0208.1983-0.ttf
	13c13
	<         :ff=/usr/share/fonts/TrueType/aliastt-gothic.ttc
	---
	>         :ff=/usr/share/fonts/alias/TrueType/gothic-mr-jisx0208.1983-0.ttf

KuboLog | KuboWeb