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
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