I want to know when does the ROMS model shows segmentation fault USUALLY.
I am getting Segmentation fault whenever I am activating CARBON procedure with BIO_FASHAM model (roms-2.2). With CARBON undefined its working smoothly.
The same input NetCDF files when used for running biology with CARBON defined in roms-2.1 it is working. I am in confusion why this is happening
There's more than one way to get a seg fault. One is to run out of stack space. Another is to access an array out of bounds, or access more function parameters than were actually sent to the function.