Nesting with different number of vertical levels

Suggest improvements/optimizations to the ROMS code.

Moderators: arango, robertson

Post Reply
Message
Author
Renato_Cecilio
Posts: 4
Joined: Wed Aug 24, 2022 4:08 pm
Location: renatocecilio.org

Nesting with different number of vertical levels

#1 Unread post by Renato_Cecilio »

Hello everybody.

My child grid has fewer vertical levels (10) than the parent grid (25).
Is there a workaround for this? I can not stand so many levels in a shallow water high-resolution grid.

At line 4866 of file nesting.f90
Fortran runtime error: Index '25' of dimension 1 of array 'rcontact' outside of expected range (10:1)

Best regards.

Post Reply