-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmiscellany.html
More file actions
105 lines (82 loc) · 3.52 KB
/
miscellany.html
File metadata and controls
105 lines (82 loc) · 3.52 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Isca framework" />
<meta name="author" content="P.Maher | Design by andreasviklund.com" />
<link rel="stylesheet" type="text/css" href="isca.css" title="Isca" media="all" />
<meta name="viewport" content="width=device-width, initial-scale=0.6" />
<title>Isca GCM</title>
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script>
$(function(){
$("#page_header").load("page_header.html");
$("#page_footer").load("page_footer.html");
});
</script>
</head>
<body class="">
<div id="layout">
<div id="page_header" style="margin-top:-25px;">
</div>
<div class="row">
<div class="col c3" style="margin-top:10px;">
<h3></h3>
</div>
<div class="col c9 alignjustify">
<h3>The Zen of Isca</h3>
<ul style="list-style-type:disc">
<li>The purpose of Isca is to enable science to be done.</li>
<li>Specifically, the science of the atmospheres and oceans of Earth and other planets.</li>
<li>Isca will always be open source.</li>
<li>Isca values contributions by the community.</li>
<li>Isca values simplicity over complication.</li>
<li>The models emerging from Isca are neither necessarily simple nor complex.</li>
<li>Isca is not designed for IPCC or for MIPs, but does not spurn them.</li>
<li>Isca will be opinionated about the best way to do something.
</li>
<li>Isca will be flexible enough for someone to do it another way.</li>
<li>Isca will be easy for individual scientists to configure and use.</li>
<li>Isca will not be designed for a single computer architecture.</li>
<li>Isca will evolve...</li>
</ul>
<h5>The BDFN</h5>
<br><br>
<p>and a little less seriously...</p>
<br><br>
<h3>The Isca Song</h3>
(to be sung to the tune of YMCA, by the Village People)<br><br>
<p>Post doc, there’s no need to feel down<br />
I said, post doc, pick yourself off the ground<br />
I said, post doc, ’cause you’re in a new town<br />
There’s no need to be unhappy<br />
Post doc, there’s a tool you can use<br />
I said, post doc, when you’re feeling confused<br />
You can download, and I’m sure you will find<br />
Many ways to model planets<br />
<br />
It’s fun to play with ISCA<br />
It’s fun to play with ISCA<br />
They have everything from astronomy<br />
To a bucket model, and topography<br />
It’s fun to play with ISCA<br />
It’s fun to play with ISCA<br />
You can get a run on, you can have a good meal<br />
It’ll be done once you’ve had your tea<br />
<br />
Post doc, I was once in your shoes<br />
My h-index had me down and out with the blues<br />
I felt no prof cared about my hard work<br />
I felt academia didn’t have enough perks<br />
That’s when someone came up to me<br />
And said, post doc, take a walk up the street<br />
There’s a framework called the ISCA<br />
It can start you back on your way.</p>
<h5>R. Geen</h5>
</div>
</div>
</div>
<div id="page_footer">
</div>
</body>
</html>