cat <<EOF> ${Dir_ETAwrk}/Submit_deco.list
#!/bin/bash -x
#PBS -j oe
#PBS -l select=1:ncpus=1
#PBS -l walltime=00:30:00
#PBS -q pesqmini
#PBS -V
#PBS -N GFS2Eta
#PBS -o GFS_ETAwrk.out
######################
module load cray-pals
EOF

