#!/bin/sh
set -e
# ocean basin, temperature grid

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

pfx=$1
desc=$2 # not used
out=$3

release basn
access  basn uwl_ar5_256x192_basin

mv basn ${pfx}_${out}

