We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting this error during compilation using:
make -j ${MAKEJOBS} OPENMP=Y AVX=${avx} NETCDF=3 ${COMP} 32BIT=Y NCEP_LIBS="${FMS_LIB}/libFMS.a ${GFS_LIB}/libgfs.a ${NCEP_LIBS}" -f Makefile_fv3
/atmos_cubed_sphere/tools/fv_diagnostics.F90:1355:126: 1355 | call fv_diag_column_init(Atm(n), yr_init, mo_init, dy_init, hr_init, do_diag_debug, do_diag_sonde, sound_freq, m_calendar) | 1 Error: More actual than formal arguments in procedure call at (1) make: *** [Makefile_fv3:51: fv_diagnostics.o] Error 1
From:
GFDL_atmos_cubed_sphere/tools/fv_diagnostics.F90
Line 1355 in 998898c
It looks like there are actually more arguments being passed than allowed:
GFDL_atmos_cubed_sphere/GFDL_tools/fv_diag_column.F90
Line 53 in c885c3e
Is this a bug? If so, is it safe to delete the m_calendar argument in fv_diagnostics.F90?
The text was updated successfully, but these errors were encountered:
Hi Steve, I believe I have a fix for this. I will get back to you soon.
Sorry, something went wrong.
laurenchilutti
Successfully merging a pull request may close this issue.
I am getting this error during compilation using:
From:
GFDL_atmos_cubed_sphere/tools/fv_diagnostics.F90
Line 1355 in 998898c
It looks like there are actually more arguments being passed than allowed:
From:
GFDL_atmos_cubed_sphere/GFDL_tools/fv_diag_column.F90
Line 53 in c885c3e
Is this a bug? If so, is it safe to delete the m_calendar argument in fv_diagnostics.F90?
The text was updated successfully, but these errors were encountered: