#!/bin/csh
if ( -f ${JON}_WK2a ) then
   source ${JON}_WK2a
endif
if ( -f ${JON}_WK4a ) then
# echo recovering file ${JON}_WK4a
  source ${JON}_WK4a
endif
exit 0
