#!/bin/sh
set -e
# add 33.1469693 to adjust SLTT of iga at year 2015 to zero.

if [ $# -ne 3 ] ; then
  echo "Error in $0: invalid number of arguments $#"
  exit 1
fi

pfx=$1
inp=$2
out=$3

access inp ${pfx}_${inp}

echo "                  1.33.1469693" | ccc xlin inp ${pfx}_${out}

release inp
