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

error #6633: The type of the actual argument differs from the type of the dummy argument #93

Open
guoqing-noaa opened this issue Feb 6, 2025 · 0 comments

Comments

@guoqing-noaa
Copy link

When I tried to build RDASApp with my updated gsl/develop branch (i.e. PR #90 changes included), I got the following error message:

/tmp/gge/rrfs-workflow/sorc/RDASApp/bundle/MPAS/src/core_init_atmosphere/mpas_init_atm_cases.F(5549): error #6633: The type of the actual argument differs from the typ
e of the dummy argument.   [REALARGS]                                                                                                                                  
               call mpas_log_write('Interpolating SOILM000 min $r max $r', realArgs=(/minval(field%slab),maxval(field%slab)/))                                         
^                                                                                                                                                                      
compilation aborted for /tmp/gge/rrfs-workflow/sorc/RDASApp/bundle/MPAS/src/core_init_atmosphere/mpas_init_atm_cases.F (code 1) 

My current solution is to replace line 5549 with:

 call mpas_log_write('Interpolating SOILM000 min')

and then I successfully built RDASApp and got JEDI executables.

@guoqing-noaa guoqing-noaa changed the title error #6633: The type of the actual argument differs from the typ e of the dummy argument error #6633: The type of the actual argument differs from the type of the dummy argument Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant