You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
When I tried to build RDASApp with my updated gsl/develop branch (i.e. PR #90 changes included), I got the following error message:
My current solution is to replace line 5549 with:
and then I successfully built RDASApp and got JEDI executables.
The text was updated successfully, but these errors were encountered: