#
# tar source code (may be executed locally or remotely):
# (-C to tar means change dir, e.g., tail.f is in ~/proclib)
# (add h to tar options to follow symbolic links)
#
set dest = /d/foster/timesgcm/mksrc/mksrc.tar
echo \>\>\> tarsrc executing from `pwd`
echo '    '\(tar file will be $dest\) \<\<\<
tar cf $dest *.h *.f Makefile \
-C /home/sting/foster/timegcm/mksrc acd2d.f \
-C /home/sting/foster/timegcm/mksrc det3.f \
-C /home/sting/foster/timegcm/mksrc getcira.f \
-C /home/sting/foster/timegcm/mksrc getforbes.f \
-C /home/sting/foster/timegcm/mksrc getglbm.f \
-C /home/sting/foster/timegcm/mksrc getinp.f \
-C /home/sting/foster/timegcm/mksrc hdrsum.f \
-C /home/sting/foster/timegcm/mksrc labrect.f \
-C /home/sting/foster/timegcm/mksrc lbtgcm.f \
-C /home/sting/foster/timegcm/mksrc mkdatv.f \
-C /home/sting/foster/timegcm/mksrc mksrc.f \
-C /home/sting/foster/timegcm/mksrc opendatv.f \
-C /home/sting/foster/timegcm/mksrc openhist.f \
-C /home/sting/foster/timegcm/mksrc pltacd.f \
-C /home/sting/foster/timegcm/mksrc pltlb.f \
-C /home/sting/foster/timegcm/mksrc setgrid.f \
-C /home/sting/foster/timegcm/mksrc settime.f \
-C /home/sting/foster/timegcm/mksrc wrdatv.f \
-C /home/sting/foster/timegcm/mksrc wrhist.f \
-C /home/sting/foster/timegcm/mksrc wrlab.f \
-C /home/sting/foster/proclib lnblnk.f \
-C /home/sting/foster/proclib lnblnk2.f \
-C /home/sting/foster/proclib tgcmhdr.h \
-C /home/sting/foster/proclib efield.f \
-C /home/sting/foster/proclib lenstr.f \
-C /home/sting/foster/proclib tail.f \
-C /home/sting/foster/plt cpwrk.h \
-C /home/sting/foster/plt setag.f \
-C /home/sting/foster/cira cira.f \
-C /home/sting/foster/getgcm assgn.f \
-C /home/sting/foster/timegcm contour.f \
-C /home/sting/foster/timegcm cpsetup.f \
-C /home/sting/foster/libplt mkproj.f \
-C /home/sting/foster/libplt mapeod.f \
-C /home/sting/foster/empsrc disptp.f
