Skip to content
Snippets Groups Projects
Commit 6a652d24 authored by Espen Sollum's avatar Espen Sollum
Browse files

Changed scripts and crontab at fred to automate platform changes

parent 334b2578
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@
# Processec MSG3 raw data files
# (4 byte float calibrated radiances)
# ESO 27/09/2019 now takes platform as first positional argument
# include general functions
Bin=$(dirname $(readlink -f $0))
source $Bin/EUMETCast_func.sh
......@@ -72,7 +74,7 @@ do
exit 1
fi
run ~/bin/EUMETCast/xRIT2raw.pl -t $dateYMDHM --srcdir $src --dstdir $dst
run ~/bin/EUMETCast/xRIT2raw.pl -t $dateYMDHM --srcdir $src --dstdir $dst -p $1
# perform all subsets
sdate=`date -u --date "$TIME" "+%Y-%m-%d %H:%M"`
......
......@@ -8,7 +8,8 @@
# ghitcheck:
00 12 * * 1 PATH=~/local/fred/bin/:$PATH ~/scripts/smallscripts/gitcheck -uvr --email -d ~/git-repos/ >/dev/null
# Get the platform currently used for SEVIRI dissemination
0 * * * * /viper/nadir/home/satdata/bin/EUMETCast/get_platform.sh
# processing chain: timing
# latest EPI-files: :00, :13, :28, :45
......@@ -59,16 +60,26 @@
#03,33 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/Arabia/movie_MET7_bwvis_Arabia/config/EUMETCast_movie_MET7_bwvis_Arabia.cfg
# permanent movies - new platform MSG4
03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/FES/movie_MSG3_nrgb_FES/config/EUMETCast_movie_MSG4_nrgb_FES.cfg
03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/WEurope/movie_MSG3_nrgb_WEurope/config/EUMETCast_movie_MSG4_nrgb_WEurope.cfg
03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/WEurope/movie_MSG3_ash_WEurope/config/EUMETCast_movie_MSG4_ash_WEurope.cfg
03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/NWAfrica/movie_MSG3_nrgb_NWAfrica/config/EUMETCast_movie_MSG4_nrgb_NWAfrica.cfg
03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/NWAfrica/movie_MSG3_ash_NWAfrica/config/EUMETCast_movie_MSG4_ash_NWAfrica.cfg
03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/Etna/movie_MSG3_ash_Etna/config/EUMETCast_movie_MSG4_ash_Etna.cfg
# 03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/FES/movie_MSG3_nrgb_FES/config/EUMETCast_movie_MSG4_nrgb_FES.cfg
# 03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/WEurope/movie_MSG3_nrgb_WEurope/config/EUMETCast_movie_MSG4_nrgb_WEurope.cfg
# 03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/WEurope/movie_MSG3_ash_WEurope/config/EUMETCast_movie_MSG4_ash_WEurope.cfg
# 03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/NWAfrica/movie_MSG3_nrgb_NWAfrica/config/EUMETCast_movie_MSG4_nrgb_NWAfrica.cfg
# 03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/NWAfrica/movie_MSG3_ash_NWAfrica/config/EUMETCast_movie_MSG4_ash_NWAfrica.cfg
# 03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/Etna/movie_MSG3_ash_Etna/config/EUMETCast_movie_MSG4_ash_Etna.cfg
# #03,33 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/Arabia/movie_MET7_bwvis_Arabia/config/EUMETCast_movie_MET7_bwvis_Arabia.cfg
# permanent movies - generic platform
03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/FES/movie_MSG3_nrgb_FES/config/EUMETCast_movie_$(cat /viper/nadir/home/satdata/tmp/msg.txt)_nrgb_FES.cfg
03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/WEurope/movie_MSG3_nrgb_WEurope/config/EUMETCast_movie_$(cat /viper/nadir/home/satdata/tmp/msg.txt)_nrgb_WEurope.cfg
03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/WEurope/movie_MSG3_ash_WEurope/config/EUMETCast_movie_$(cat /viper/nadir/home/satdata/tmp/msg.txt)_ash_WEurope.cfg
03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/NWAfrica/movie_MSG3_nrgb_NWAfrica/config/EUMETCast_movie_$(cat /viper/nadir/home/satdata/tmp/msg.txt)_nrgb_NWAfrica.cfg
03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/NWAfrica/movie_MSG3_ash_NWAfrica/config/EUMETCast_movie_$(cat /viper/nadir/home/satdata/tmp/msg.txt)_ash_NWAfrica.cfg
03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/Etna/movie_MSG3_ash_Etna/config/EUMETCast_movie_$(cat /viper/nadir/home/satdata/tmp/msg.txt)_ash_Etna.cfg
#03,33 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_movie.sh /sat_data/products/Arabia/movie_MET7_bwvis_Arabia/config/EUMETCast_movie_MET7_bwvis_Arabia.cfg
# # process full disk raw files and subset products and events
03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_raw.sh
# ESO 27/09/2019 disabled for testing
03,17,33,49 * * * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_raw.sh $(cat /viper/nadir/home/satdata/tmp/msg.txt)
# create tar.bz files on web
05 13 26 * * /nadir/home/satdata/bin/EUMETCast/EUMETCast_web_arch.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment