...
As the meteogram database has been moved to Bologna, the Metview meteogram service in Reading will no longer work by default. Rather than fixing the TC1 TC-1 jobs in Reading, we strongly recommend users to run these jobs to the Atos systems in Bologna. See example metgram batch job under https://confluence.ecmwf.int/display/UDOC/HPC2020%3A+realtime_metgram.sh. Note that you will need to load the new version of the ecmwf-toolbox.
TC1 jobs in Reading
When your TC1 jobs is up and running on the Atos systems in Bologna, please do stop your TC-1 jobs in Reading, by canceling the job in STANDBY mode with 'ecaccess-job-delete', e.g.:
No Format |
---|
$> ecaccess-job-list 22379170 ecgate STDBY 0/1 Oct 26 11:49 [bc06h012 (222)] tc1_06bc.cmd 22345657 ecgate DONE 1/1 Oct 25 11:50 [bc06h012 (222)] tc1_06bc.cmd $> ecaccess-job-delete 22379170 |
Common errors
The SLURM directive '#SBATCH --workdir=<directory_name>', commonly used on ecgate in Reading is deprecated. On the ATos systems, you should use '#SBATCH --chdir=<directory_name>' instead.
Make sure you submit your TC1 TC-1 jobs to the correct ECaccess events; see command 'ecaccess-event-list'. If your jobs is submitted to early with reference to the dissemination schedule, it will fail.
Do give your TC1 TC-1 jobs sufficient time with the SLURM directive '#QSUB --time=<HH:MM:SS>'.
...