<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<meta http-equiv="content-type" content="Text/html; Charset=ISO-8859-1">
	<title>GSWP Tools : Agatashi Archive</title>
	<meta name="Author" content="AGATA, Yasushi">
	<meta name="Description" content="Tools for obtaining GSWP result file from Kitsuregawa Lab., Univ. of Tokyo, Japan">
	<meta name="KeyWords" content="GSWP, libwww-perl, ">
	<link rev="MADE" href="mailto:agata@iis.u-tokyo.ac.jp">
	<link rel="PARENT" href="../index.html">

	<!--<link rel="stylesheet" type="text/css" href="****.css">-->
	<style type="text/css">
	<!--
	body {
		background-color: #ffffff;
		font-size: small;
	}
	a:link    {color:blue;}
	a:visited {color:purpble;}
	a:active  {color:red;}
	//-->
	</style>
</head>

<body>

<h1>GSWP Tools</h1>

<p>A Tool set for obtaining GSWP result data from <a href="http://www.tkl.iis.u-tokyo.ac.jp:8080/DV/gswp/index.html">GSWP dataset on WWW</a> maintained by <a href="http://www.tkl.iis.u-tokyo.ac.jp/">Kitsuregawa Database Lab.</a>, Univ. of Tokyo, Japan.

<p><a href="../../">Archive</a>

<hr>

<h2>Contents</h2>

<ul>
	<li><a href="#showlsms">showlsms.sh</a> : List all LSM name</li>
	<li><a href="#showdates">showdates.sh</a> : List all dates which GSWP result contains</li>
	<li><a href="#showvariables">showvariables.sh</a> : List all variables which correspond LSM made</li>
	<li><a href="#showunit">showunit.sh</a> : Show unit of specified variable.</li>
	<li><a href="#showvalues">showvalues.sh</a> : Show numeral matrix for specified LSM, variable and date</li>
	<li><a href="#showminmax">showminmax.sh</a> : Show range of result variable for specified LSM, variable (and date, if specified)</li>
	<li><a href="#showallminmax">showallminmax.sh</a> : Show range of all result variable for all or specified LSM</li>
	<li><a href="#showvaluexy">showvaluexy.sh</a> : Show value of a variable at specified point, of specified LSM and date</li>
	<li><a href="#showtimeseriesxy">showtimeseriesxy.sh</a> : Show time-series value of a variable at specified point, of specified LSM</li>
	
</ul>

<ul>
	<li><strong><a href="gswp_tools.tar.gz">tar.gz</a></strong></li>
	<li><strong><a href="gswp_tools.zip">zip</a></strong></li>
</ul>

<hr>

<!--====================== showlsms.sh ====================== -->

<h2><a name="showlsms">showlsms.sh</a></h2>

<p><strong>Description:</strong>Show all LSMs</p>

<h3>Usage</h3>

<table border="2" width="90%">
<tr><td bgcolor="#ddFFdd">
<pre>
showlsms.sh
</pre>
</td></tr>
</table>

<h3>Source Code</h3>

<table border="2" width="90%">
<tr><td bgcolor="#FFFFCC">
<pre>

# Very easy ... ;-)
</pre>
</td></tr>
</table>

<hr>

<!--====================== showdates.sh ====================== -->

<h2><a name="showdates">showdates.sh</a></h2>

<p><strong>Description:</strong>Show all dates which GSWP dataset contains</p>

<h3>Usage</h3>

<table border="2" width="90%">
<tr><td bgcolor="#ddFFdd">
<pre>

</pre>
</td></tr>
</table>

<h3>Source Code</h3>

<table border="2" width="90%">
<tr><td bgcolor="#FFFFCC">
<pre>

</pre>
</td></tr>
</table>

<hr>

<!--====================== showvariables.sh ====================== -->

<h2><a name="showvariables">showvariables.sh</a></h2>

<p><strong>Description:</strong>Show all variable name for specified LSM</p>

<p><strong>Requirements:</strong> you have to install <a href="http://www.linpro.no/lwp/">libwww-perl</a> package as well as perl 5.004 or later.</p>

<h3>Usage</h3>

<table border="2" width="90%">
<tr><td bgcolor="#ddFFdd">
<pre>

</pre>
</td></tr>
</table>

<hr>

<h3>Source Code</h3>

<table border="2" width="90%">
<tr><td bgcolor="#FFFFCC">
<pre>

</pre>
</td></tr>
</table>

<hr>

<!--====================== showunit.sh ====================== -->

<h2><a name="showunit">showunit.sh</a></h2>

<p><strong>Description:</strong>Show unit of specified GSWP variable</p>

<p><strong>Requirements:</strong> Need cut and grep. Need vars.txt shown below exists at the same directory.</p>

<h3>Usage</h3>

<table border="2" width="90%">
<tr><td bgcolor="#ddFFdd">
<pre>

</pre>
</td></tr>
</table>

<hr>

<h3>Source Code - main body</h3>

<table border="2" width="90%">
<tr><td bgcolor="#FFFFCC">
<pre>

</pre>
</td></tr>
</table>

<h3>Source Code - Data File</h3>

<h4>vars.txt</h4>

<table border="2" width="90%">
<tr><td bgcolor="#FFFFCC">
<pre>

</pre>
</td></tr>
</table>

<hr>

<!--====================== showvalues.sh ====================== -->

<h2><a name="showvalues">showvalues.sh</a></h2>

<p><strong>Description:</strong>Show numeral matrix forspecified LSM, variable and date</p>

<p><strong>Requirements:</strong> same as showvariables.sh.</p>

<h3>Usage</h3>

<table border="2" width="90%">
<tr><td bgcolor="#ddFFdd">
<pre>

</pre>
</td></tr>
</table>

<hr>

<h3>Source Code</h3>

<table border="2" width="90%">
<tr><td bgcolor="#FFFFCC">
<pre>

</pre>
</td></tr>
</table>

<hr>

<!--====================== showminmax.sh ====================== -->

<h2><a name="showminmax">showminmax.sh</a></h2>

<p><strong>Description:</strong>Show range of variables for specified LSM, variable (and date, if specified)</p>

<p><strong>Requirements:</strong> Need <a href="#showvalues">showvalues.sh</a> to be installed into the same directory. Needs awk and mapminmax.awk, min.awk and max.awk ( shown below ) in the same directory. Requirements are same as <a href="#showvariables">showvariables.sh</a>.</p>

<h3>Usage</h3>

<table border="2" width="90%">
<tr><td bgcolor="#ddFFdd">
<pre>

</pre>
</td></tr>
</table>

<hr>

<h3>Source Code - main body</h3>

<table border="2" width="90%">
<tr><td bgcolor="#FFFFCC">
<pre>

</pre>
</td></tr>
</table>

<h3>Source Code - helper program</h3>

<h4>mapminmax.awk</h4>

<table border="2" width="90%">
<tr><td bgcolor="#FFFFCC">
<pre>

</pre>
</td></tr>
</table>

<h4>min.awk</h4>

<table border="2" width="90%">
<tr><td bgcolor="#FFFFCC">
<pre>
</pre>
</td></tr>
</table>

<h4>max.awk</h4>

<table border="2" width="90%">
<tr><td bgcolor="#FFFFCC">
<pre>
</pre>
</td></tr>
</table>

<hr>

<!--====================== showallminmax.sh ====================== -->

<h2><a name="showallminmax">showallminmax.sh</a></h2>

<p><strong>Description:</strong>Show range of all variables for all or specified LSMs</p>

<p><strong>Requirements:</strong> Need <a href="#showvalues">showvalues.sh</a> and <a href="#showminmax">showminmax.sh</a> as well as all helper script used by them. Other requirements are same as <a href="#showvariables">showvariables.sh</a>.</p>

<p>Notice : It will take some hours to complete this script!</p>

<h3>Usage</h3>

<table border="2" width="90%">
<tr><td bgcolor="#ddFFdd">
<pre>
showallminmax.sh [LSM_NAME]
</pre>
</td></tr>
</table>

<hr>

<h3>Source Code</h3>

<table border="2" width="90%">
<tr><td bgcolor="#FFFFCC">
<pre>

</pre>
</td></tr>
</table>

<hr>

<!--====================== showvaluexy.sh ====================== -->

<h2><a name="showvaluexy">showvaluexy.sh</a></h2>

<p><strong>Description:</strong>Show point-value at specified point, of specified LSM, variable and date</p>

<p><strong>Requirements:</strong> Need <a href="#showvalues">showvalues.sh</a> to be installed into the same directory. Needs awk (nawk type)  and mapxy.awk  ( shown below ) in the same directory. Requirements are same as <a href="#showvariables">showvariables.sh</a>.</p>

<h3>Usage</h3>

<table border="2" width="90%">
<tr><td bgcolor="#ddFFdd">
<pre>

</pre>
</td></tr>
</table>

<hr>

<h3>Source Code - main body</h3>

<table border="2" width="90%">
<tr><td bgcolor="#FFFFCC">
<pre>

</pre>
</td></tr>
</table>

<h3>Source Code - helper program</h3>

<h4>mapxy.awk</h4>

<table border="2" width="90%">
<tr><td bgcolor="#FFFFCC">
<pre>

</pre>
</td></tr>
</table>


<hr>

<!--====================== showtimeseriesxy.sh ====================== -->

<h2><a name="showtimeseriesxy">showtimeseriesxy.sh</a></h2>

<p><strong>Description:</strong>Show time series of point-value at specified point, of specified LSM and variable</p>

<p><strong>Requirements:</strong> Need <a href="#showvaluexy">showvaluexy.sh</a> and <a href="#showdates">showdates.sh</a> to be installed into the same directory. </p>

<h3>Usage</h3>

<table border="2" width="90%">
<tr><td bgcolor="#ddFFdd">
<pre>

</pre>
</td></tr>
</table>

<hr>

<h3>Source Code</h3>

<table border="2" width="90%">
<tr><td bgcolor="#FFFFCC">
<pre>

</pre>
</td></tr>
</table>

<hr>

<a href="../../">Archive</a>
</body>
</html>

