GSWP Tools

A Tool set for obtaining GSWP result data from GSWP dataset on WWW maintained by Kitsuregawa Database Lab., Univ. of Tokyo, Japan.

Archive


Contents


showlsms.sh

Description:Show all LSMs

Usage

showlsms.sh

Source Code


# Very easy ... ;-)

showdates.sh

Description:Show all dates which GSWP dataset contains

Usage


Source Code



showvariables.sh

Description:Show all variable name for specified LSM

Requirements: you have to install libwww-perl package as well as perl 5.004 or later.

Usage



Source Code



showunit.sh

Description:Show unit of specified GSWP variable

Requirements: Need cut and grep. Need vars.txt shown below exists at the same directory.

Usage



Source Code - main body


Source Code - Data File

vars.txt



showvalues.sh

Description:Show numeral matrix forspecified LSM, variable and date

Requirements: same as showvariables.sh.

Usage



Source Code



showminmax.sh

Description:Show range of variables for specified LSM, variable (and date, if specified)

Requirements: Need showvalues.sh 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 showvariables.sh.

Usage



Source Code - main body


Source Code - helper program

mapminmax.awk


min.awk


max.awk



showallminmax.sh

Description:Show range of all variables for all or specified LSMs

Requirements: Need showvalues.sh and showminmax.sh as well as all helper script used by them. Other requirements are same as showvariables.sh.

Notice : It will take some hours to complete this script!

Usage

showallminmax.sh [LSM_NAME]

Source Code



showvaluexy.sh

Description:Show point-value at specified point, of specified LSM, variable and date

Requirements: Need showvalues.sh to be installed into the same directory. Needs awk (nawk type) and mapxy.awk ( shown below ) in the same directory. Requirements are same as showvariables.sh.

Usage



Source Code - main body


Source Code - helper program

mapxy.awk



showtimeseriesxy.sh

Description:Show time series of point-value at specified point, of specified LSM and variable

Requirements: Need showvaluexy.sh and showdates.sh to be installed into the same directory.

Usage



Source Code



Archive