Opened 11 months ago

Last modified 11 months ago

#339 new Defect

Segmentation fault

Reported by: amanda Owned by:
Priority: major Milestone: FLEXPART 10.4.1
Component: FP other Version: flex_extract_v7.1.2
Keywords: flex_extract Cc:

Description

Hello,

My flex_extract has terminated during running calc_etadot:

/work09/am/flex_extract/Source/Python
$ ./submit.py --start_date 20220619 --controlfile CONTROL_EA5_202206 --public=1
Retrieving ECMWF data!
start date 20220619 
end date 20220619 
Using ECMWF WebAPI: False
Using CDS API: True
... removing old files in /work09/am/flex_extract/Run/Workspace
... retrieve 20220618/to/20220620 in dir /work09/am/flex_extract/Run/Workspace

...........

Inputfile: /work09/am/flex_extract/Run/Workspace/ANOG__ML.20220619.262134.290194.grb 
Inputfile: /work09/am/flex_extract/Run/Workspace/ANOG__SL.20220619.262134.290194.grb 
Inputfile: /work09/am/flex_extract/Run/Workspace/ANSH__SL.20220619.262134.290194.grb 
... index done
current product:  ('20220619', '0', '0')


Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0  0x7F84B73B06D7
#1  0x7F84B73B0D1E
#2  0x7F84B64693FF
#3  0x7F84B6581630
#4  0x7F84B7491D3A
#5  0x403725 in __rwgrib2_MOD_readlatlon
#6  0x405134 in MAIN__ at calc_etadot.f90:?
... ERROR CODE: -11
... ERROR MESSAGE:
         Command '['/work09/am/flex_extract/Source/Fortran/calc_etadot']' died with <Signals.SIGSEGV: 11>.
... FORTRAN PROGRAM FAILED!

Do I have to modifiy the array sizes somewhere in the source files?

I have compiled flex_extract v7.1.3, following the instruction described in https://www.flexpart.eu/ticket/297 .

Thank you.

Attachments (2)

CONTROL_EA5_202206 (448 bytes) - added by amanda 11 months ago.
CONTROL FILE
submit.py (9.0 KB) - added by amanda 11 months ago.
python script

Download all attachments as: .zip

Change History (3)

Changed 11 months ago by amanda

CONTROL FILE

Changed 11 months ago by amanda

python script

comment:1 Changed 11 months ago by amanda

I realized that an east-west width (RIGHT - LEFT) and a north-south width (UPPER - LOWER) in the CONTROL file must be divisible by a grid spacing (GRID) to avoid this error.

Please close this ticket. Thank you.

Note: See TracTickets for help on using tickets.
hosted by ZAMG