@pwessel :
I re-run the script shown in “showcase” but adding the -Ttable.txt file like this (either in include.sh or pre.sh:
option 1 : echo "1980-01-01 1984-12-31" > table.txt
option 2 : echo "1980-01-01 1984-12-31" > table.txt
echo "1981-01-01 1985-12-31" >>table.txt
option 3 : gmt math -o0 -T1980-01-01T/1982-01-01T/1y T --FORMAT_CLOCK_OUT=’’ = start.txt
gmt math -o0 -T1984-12-31T/1986-12-31T/1y T --FORMAT_CLOCK_OUT=’’ = stop
paste -d" " start.txt stop.txt > table.txt
Options 1 2 and 3 erase the variables from -Iinclude.sh after pre.sh but before main.sh
Option 1 produce job with no number (instead of simply job_0)