When the modules are appended in this order: hivdi metroman moi momma neobam offline postdiagnostics prediagnostics priors sad sic4dvar swot validation the output module fails with a segmentation fault for North America.
When the modules are appended in this order: priors metroman moi momma neobam offline postdiagnostics prediagnostics sad sic4dvar swot validation the output module succeeds.
After running gdb, I narrowed down the issue to the NetCDF4 library: netcdf4 api Thread 1 "python3" received signal SIGSEGV, Segmentation fault.0x00007fffed1f058d in H5F_addr_decode ()
This behavior may indicate that the SOS file is not being close properly but I could not determine the cause after debugging and tracing the code.
When the modules are appended in this order:
hivdi metroman moi momma neobam offline postdiagnostics prediagnostics priors sad sic4dvar swot validationthe output module fails with a segmentation fault for North America.When the modules are appended in this order:
priors metroman moi momma neobam offline postdiagnostics prediagnostics sad sic4dvar swot validationthe output module succeeds.After running gdb, I narrowed down the issue to the NetCDF4 library:
netcdf4 api Thread 1 "python3" received signal SIGSEGV, Segmentation fault.0x00007fffed1f058d in H5F_addr_decode ()This behavior may indicate that the SOS file is not being close properly but I could not determine the cause after debugging and tracing the code.