Open iljamal opened 5 months ago
Removing any module load from .bash_profile seems to solve that and the forecast step completed sucesfully :)
was using : module load prgenv/gnu cdo python3 nco ecmwf-toolbox module load openmpi hdf5 netcdf4
These are very useful experiences, although painful for you. It suggests that we should perhaps make sure that batch jobs runs under a cleaner environment with the correct SBATCH directives.
Is it running now?
In general it brings surprises if you put a lot in .bashrc/.bash_profile and you are working on different projects with different needs.
Starting the demo forecast:
deode case ?deode/data/config_files/configurations/cy48t3_arome -o cy48t3_arome.toml --start-suite The Workflow reached to the forecast step
Which end with some netcdf symbol error :
snipet from ecflow output log:
Seems that in the beginning many modules are reloaded ... is that now interfering somehow with my module environment from .bash_profile (?)