Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new icebergs io crashes in debug mode #4

Closed
nikizadehgfdl opened this issue Jun 18, 2015 · 2 comments
Closed

new icebergs io crashes in debug mode #4

nikizadehgfdl opened this issue Jun 18, 2015 · 2 comments

Comments

@nikizadehgfdl
Copy link
Contributor

I tried to run in debug mode (a model that runs fine in prod mode) and it crashes everytie with the following traceback:

forrtl: severe (408): fort: (2): Subscript #1 of the array SBUF has value 1 which is greater than the upper bound of 0

Image              PC                Routine            Line        Source             
fms_MOM6_SIS2_com  0000000005CD3C2B  mpp_mod_mp_mpp_ga          77  mpp_gather.h
fms_MOM6_SIS2_com  00000000059D7718  mpp_io_mod_mp_mpp          30  mpp_write_unlimited_axis.h
fms_MOM6_SIS2_com  0000000004A7BB5A  fms_io_mod_mp_sav        2516  fms_io.F90
fms_MOM6_SIS2_com  0000000004A64FE3  fms_io_mod_mp_sav        2114  fms_io.F90
fms_MOM6_SIS2_com  0000000003A72342  ice_bergs_io_mp_w         211  icebergs_io.F90
fms_MOM6_SIS2_com  0000000003999418  ice_bergs_mp_iceb        2152  icebergs.F90
fms_MOM6_SIS2_com  00000000033A26B2  ice_type_mod_mp_i         967  ice_type.F90
fms_MOM6_SIS2_com  0000000003202118  ice_model_mod_mp_        4071  ice_model.F90
fms_MOM6_SIS2_com  000000000040B603  coupler_main_IP_c        1662  coupler_main.F90
fms_MOM6_SIS2_com  0000000000404CEF  MAIN__                    887  coupler_main.F90
@adcroft
Copy link
Member

adcroft commented May 13, 2016

I just tried this (using a debug executable) again and we now have FPEs triggered in mpp_read_compressed.

forrtl: error (65): floating invalid
Image              PC                Routine            Line        Source             
MOM6               0000000006782A21  Unknown               Unknown  Unknown
MOM6               0000000006781177  Unknown               Unknown  Unknown
MOM6               000000000673AF04  Unknown               Unknown  Unknown
MOM6               000000000673AD16  Unknown               Unknown  Unknown
MOM6               00000000066D2B0F  Unknown               Unknown  Unknown
MOM6               00000000066D6A34  Unknown               Unknown  Unknown
MOM6               00000000061BF450  Unknown               Unknown  Unknown
MOM6               0000000005BACECB  mpp_io_mod_mp_mpp          76  mpp_read_compressed.h
MOM6               0000000004BC7928  fms_io_mod_mp_rea        5114  fms_io.F90
MOM6               0000000004BC5A45  fms_io_mod_mp_rea        5072  fms_io.F90
MOM6               0000000004BC464E  fms_io_mod_mp_rea        5042  fms_io.F90
MOM6               0000000000F08698  ice_bergs_io_mp_r         716  icebergs_io.F90
MOM6               00000000040DFBB7  ice_bergs_mp_iceb         103  icebergs.F90
MOM6               0000000001AD7381  ice_model_mod_mp_        4165  ice_model.F90
MOM6               0000000001E9B0EE  coupler_main_IP_c        1540  coupler_main.F90
MOM6               0000000001E8A5D9  MAIN__                    520  coupler_main.F90

@nikizadehgfdl
Copy link
Contributor Author

This has been fixed. The model runs in debug mode fine (ncrc4.intel16). Closing.

adcroft pushed a commit to adcroft/icebergs that referenced this issue Jan 5, 2023
adcroft pushed a commit to adcroft/icebergs that referenced this issue Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants