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

io_fesom_file.F90 can not find dimension with size 0 #626

Open
JanStreffing opened this issue Sep 11, 2024 · 2 comments
Open

io_fesom_file.F90 can not find dimension with size 0 #626

JanStreffing opened this issue Sep 11, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@JanStreffing
Copy link
Collaborator

JanStreffing commented Sep 11, 2024

I've been trying to get TCO319-BOLD running for Nils Hutter and GEOMAR.

I am faced with the following error:

1795:  error in line          525 io_fesom_file.F90 can not find dimension with size           0
2177:  error in line          525 io_fesom_file.F90 can not find dimension with size           0
 385:  error in line          525 io_fesom_file.F90 can not find dimension with size           0

The line in question:

! the dim has not been added yet, see if it is one of our allowed mesh related dims
if(len == m_nod2d) then
info = dim_info( idx=this%add_dim('node', len), len=len)
else if(len == m_elem2d) then
info = dim_info( idx=this%add_dim('elem', len), len=len)
else if(len == m_nl-1) then
info = dim_info( idx=this%add_dim('nz_1', len), len=len)
else if(len == m_nl) then
info = dim_info( idx=this%add_dim('nz', len), len=len)
else
print *, "error in line ",__LINE__, __FILE__," can not find dimension with size",len
stop 1
end if

Anyone got an idea what's causing this?

@JanStreffing JanStreffing added the bug Something isn't working label Sep 11, 2024
@JanStreffing
Copy link
Collaborator Author

I found I can activate/deactivate this error by turning on / off dynamic backscatter:

    add_namelist_changes:
        namelist.dyn:
            dynamics_visc:
                opt_visc: 8

Default opt_visc: 7

@StJuricke

@JanStreffing
Copy link
Collaborator Author

@nhutter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant