Ask Your Question
0

Agrif_lev_sedim

asked 2020-11-19 23:37:40 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >5 is welcome to improve it.

Hi, I'm trying to run a case with agrif and river and sediment. But I get this error: IF (Agrif_Fixed().GE.Agrif_lev_sedim) 1 Error: El símbolo 'agrif_lev_sedim' en (1) no tiene tipo IMPLICIT In the param.h file you can define this parameter, but I don't know what it means. Does anyone know what it means? Thanks

edit retag flag offensive close merge delete

4 answers

Sort by » oldest newest most voted
0

answered 2020-11-20 15:08:48 +0200

Rachid gravatar image

Hi Agrif_lev_sedim is actually defined in param.h around line 470as:

# if defined BBL && defined AGRIF
         integer Agrif_lev_sedim
         parameter (Agrif_lev_sedim=0)  
# endif

so I assume you don't have BBL defined. I was done this way assuming SEDIMENT would be used in conjonction with BBL, to have a better resolution of the bottom boundary layer. If you really don't want to use BBL just replace this piece of code by :

# if defined AGRIF
        integer Agrif_lev_sedim
        parameter (Agrif_lev_sedim=0)  
# endif
edit flag offensive delete link more
0

answered 2020-11-20 15:23:28 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >5 is welcome to improve it.

Yes that fixes the problem Thank you so much.

edit flag offensive delete link more
0

answered 2020-11-20 15:07:52 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >5 is welcome to improve it.

Hi Andres, Yes, is a compilation error. The version is CROCO 1.1.

edit flag offensive delete link more
0

answered 2020-11-20 15:01:29 +0200

andres gravatar image

Hi, is this a compilation error? What version of the code are you using?

edit flag offensive delete link more
Login/Signup to Answer

Question Tools

1 follower

Stats

Asked: 2020-11-19 23:37:40 +0200

Seen: 219 times

Last updated: Nov 20 '20