Hi all,
I'm having a problem running a parallel model of telemac2d+waqtel eutro model. This is using the latest version.
When I run the model with no tracers (i.e., no salinity or temp...just flow discharges+WAQTEL auto-declared tracers), the full model runs in both serial (--ncsize=1) and parallel (--ncsize=8) modes.
When I run the model with 1 tracer (i.e., EITHER salinity or temp...plus flow discharges+WAQTEL auto-declared tracers), the full model runs in both serial and parallel modes.
However, when I run with 2 tracers (i.e., both salinity and temp...plus flow discharges+WAQTEL auto-declared tracers). The model runs only in serial (1 cpu, --ncsize=1) but fails in parallel (--ncsize=8) with the following error:
USING STREAMLINE VERSION 7.3 FOR CHARACTERISTICS
PARALLEL:: ORG_CHARAC_TYPE1:: NOMB NOT IN RANGE [0..MAX_BASKET_SIZE]
MAX_BASKET_SIZE, NOMB: 10 11
MPI_ABORT was invoked...
If I understand the waqtel (EUTRO), it adds 8 tracers to the existing tracers declared by the user. So when I declare 2 tracers + 8 tracers from EUTRO, it should be 10, thus <=max basket of 10...so should work.
Has anyone come across this? It seems like an additional tracer is added somewhere in the parallel implementation since it works in the --ncsize=1 mode.
Any help would be greatly appreciated.