18 |
# This is obtained from the report of all observations that the XSA makes to CDS, |
# This is obtained from the report of all observations that the XSA makes to CDS, |
19 |
# xsaobslog.txt (ftp://nxsa.esac.esa.int/pub/cfs_obslog/xsaobslog.txt). |
# xsaobslog.txt (ftp://nxsa.esac.esa.int/pub/cfs_obslog/xsaobslog.txt). |
20 |
# |
# |
21 |
# $Id: mlovccf,v 1.7 2015/08/27 16:47:16 ccflib Exp $ |
# $Id: mlovccf,v 1.8 2015/09/07 13:39:15 ccflib Exp $ |
22 |
|
|
23 |
# Next two lines allow to submit this script to the grid |
# Next two lines allow to submit this script to the grid |
24 |
# request Bourne shell as shell for job |
# request Bourne shell as shell for job |
87 |
|
|
88 |
# Get the list latest list of ODFs available from nXSA server. |
# Get the list latest list of ODFs available from nXSA server. |
89 |
|
|
90 |
wget -q ftp://nxsa.esac.esa.int/pub/cds_obslog/xsaobslog.txt |
wget -q http://nxsa.esac.esa.int/pub/cds_obslog/xsaobslog.txt |
91 |
|
|
92 |
# Rename xsaobslog.txt to xsaobslog_${now}.txt just to have a reference |
# Rename xsaobslog.txt to xsaobslog_${now}.txt just to have a reference |
93 |
# of which list of ODFs was used to compute the list of valid CCFs. |
# of which list of ODFs was used to compute the list of valid CCFs. |