E3SM-Project / scorpio

A high-level Parallel I/O Library for structured grid applications
Other
21 stars 16 forks source link

subset rearrange bug? #596

Open xiaohumengdie opened 3 months ago

xiaohumengdie commented 3 months ago

Hello! I used scorpio in mitgcm model, model resolution is 11520x14580x90. The box rearranger work well. When using subset rearranger(11520x14580x90), the error as follows:

PIO: FATAL ERROR: Aborting... out of bounds array index (/newstr/stortest/yhchen/swx86/scorpio-scorpio-v1.4.1/src/clib/pio_rearrange.c: 2574) out of bounds array indexAssertion failed... Assertion failed... Assertion failed...

thanks , xiaohu

jayeshkrishna commented 3 months ago

Thanks for reporting the issue, we will look into it. (PS: We rarely ever use the subset rearranger for E3SM runs)

xiaohumengdie commented 3 months ago

for adios, if I use the pio_rearrange_any, the library choose the SUBSET rearranger, The above error is still triggered.

Thanks for reporting the issue, we will look into it. (PS: We rarely ever use the subset rearranger for E3SM runs)