I'm having difficulties modelling an area with longer time series than 2 weeks.
Background:
we're trying to model from cfsr grib2 files, that are stored at our extern hdd. That's because we're not allowed to have internet access with a Linux machine. The wrfems is linked to the grib files. prep works fine.
We need to model a 10 years time series to have a long term condition statistic at a site of interest. I therefore define the meso-area with about 100x100 tiles of about 4 km and nest it down twice by a third (to domain2) and fifth (to domain3) ratio. (I also tried several other things, but that was the base case.) The setup always crashes after an hour or so. I sent the crash reports to Robert, but unfortunately he seems busy releasing.

The RAM usage never seems to be climbing higher than a certain level (appr. 5GB (of 256GB!)) I also tried to portion into smaller chunks by usage of numtile (=19 (of 20 cores, one for the system)
The shell always utters the same error "...run failed due to segmentation Fault on your system. This failure is typically caused when the EMS attempt to access a region of memory that has not been allocated. Most often ... due to array bounds..."
Is there anything else I can do?