Problem with ticket 405 - Diagnostic terms review

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
ocecept
Posts: 42
Joined: Tue Jan 08, 2008 3:57 pm
Location: Universidade Federal do Ceará
Contact:

Problem with ticket 405 - Diagnostic terms review

#1 Unread post by ocecept »

Hermann,

Thanks for the improvements on the diagnostic output.

I had problems running the model after the upgrade.

First, it seems there is a typo on step_3d_t.F line 1043

Instead of DO idiaf=1,NDT, you should have DO idiag=1,NDT

I fixed that but it is still not working.

Running the model in the debug mode I get:


Code: Select all

forrtl: severe (408): fort: (2): Subscript #3 of the array DIAU2RHS has value 11 which is greater than the upper bound of 10

Image              PC                Routine            Line        Source
oceanG             0000000000F326EA  Unknown               Unknown  Unknown
oceanG             0000000000F318EA  Unknown               Unknown  Unknown
oceanG             0000000000EEB02A  Unknown               Unknown  Unknown
oceanG             0000000000EB33C1  Unknown               Unknown  Unknown
oceanG             0000000000EB2620  Unknown               Unknown  Unknown
oceanG             0000000000574E5E  step2d_mod_mp_ste        1096  step2d.f90
oceanG             00000000004EBE30  step2d_mod_mp_ste          71  step2d.f90
oceanG             000000000040B05F  main3d_                   218  main3d.f90
oceanG             0000000000404466  Unknown               Unknown  Unknown
oceanG             0000000000403C43  MAIN__                     87  master.f90
oceanG             00000000004038A2  Unknown               Unknown  Unknown
libc.so.6          00002B6DE9370184  Unknown               Unknown  Unknown
oceanG             00000000004037E9  Unknown               Unknown  Unknown
Looks like you have a dimension problem in one of the variables.

PS: I'm not sure why, but I couldn't include the above comments on https://www.myroms.org/projects/src/ticket/405

Cheers

Carlos

User avatar
arango
Site Admin
Posts: 1350
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: Problem with ticket 405 - Diagnostic terms review

#2 Unread post by arango »

Yes, thank you. I tell you, our Linux compilers are getting worse and worse every day. This should be reported by the compiler since ROMS uses implicit none.

I corrected this in the following :arrow: ticket. Please update.

ocecept
Posts: 42
Joined: Tue Jan 08, 2008 3:57 pm
Location: Universidade Federal do Ceará
Contact:

Re: Problem with ticket 405 - Diagnostic terms review

#3 Unread post by ocecept »

Thanks for the corrections, you fixed one of the problems (the typo problem on step_3d_t.F).

We still have something wrong. Now when I try to run the model I get the following error:

Code: Select all

forrtl: severe (408): fort: (2): Subscript #3 of the array DIAU2RHS has value 11 which is greater than the upper bound of 10

Image              PC                Routine            Line        Source
oceanG             0000000000F5BFEA  Unknown               Unknown  Unknown
oceanG             0000000000F5B1EA  Unknown               Unknown  Unknown
oceanG             0000000000F148FA  Unknown               Unknown  Unknown
oceanG             0000000000EDCC91  Unknown               Unknown  Unknown
oceanG             0000000000EDBEF0  Unknown               Unknown  Unknown
oceanG             0000000000574E5E  step2d_mod_mp_ste        1096  step2d.f90
oceanG             00000000004EBE30  step2d_mod_mp_ste          71  step2d.f90
oceanG             000000000040B05F  main3d_                   218  main3d.f90
oceanG             0000000000404466  Unknown               Unknown  Unknown
oceanG             0000000000403C43  MAIN__                     87  master.f90
oceanG             00000000004038A2  Unknown               Unknown  Unknown
libc.so.6          00002B95E0F71184  Unknown               Unknown  Unknown
oceanG             00000000004037E9  Unknown               Unknown  Unknown
Cheers;

Carlos

User avatar
arango
Site Admin
Posts: 1350
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: Problem with ticket 405 - Diagnostic terms review

#4 Unread post by arango »

Yes, this bug is mine. I am clueless why totalview didn't catch this one... Thank you for bringing this to my :arrow: attention. Please update.

Post Reply