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

Compilation issue #6

Open
KOze1992 opened this issue Jan 4, 2024 · 0 comments
Open

Compilation issue #6

KOze1992 opened this issue Jan 4, 2024 · 0 comments

Comments

@KOze1992
Copy link

KOze1992 commented Jan 4, 2024

~/NoahMP$ make
make -C util
make[1]: Entering directory '/home/kooze/NoahMP/util'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/kooze/NoahMP/util'
make -C phys
make[1]: Entering directory '/home/kooze/NoahMP/phys'

gfortran -o module_sf_noahmpdrv.o -c -cpp -w -ffree-form -ffree-line-length-none -frecord-marker=4 -D_HRLDAS_OFFLINE_ -I../util module_sf_noahmpdrv.F90
module_sf_noahmpdrv.F90:1654:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
1654 | CALL wrf_dm_bcast_real ( NROTBL , NLUS )
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).
module_sf_noahmpdrv.F90:1670:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1670 | CALL wrf_dm_bcast_real ( TOPT_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
module_sf_noahmpdrv.F90:1671:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1671 | CALL wrf_dm_bcast_real ( CMCMAX_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
module_sf_noahmpdrv.F90:1672:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1672 | CALL wrf_dm_bcast_real ( CFACTR_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
module_sf_noahmpdrv.F90:1673:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1673 | CALL wrf_dm_bcast_real ( RSMAX_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
module_sf_noahmpdrv.F90:1806:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1806 | CALL wrf_dm_bcast_real ( SBETA_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
module_sf_noahmpdrv.F90:1807:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1807 | CALL wrf_dm_bcast_real ( FXEXP_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
module_sf_noahmpdrv.F90:1808:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1808 | CALL wrf_dm_bcast_real ( CSOIL_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
module_sf_noahmpdrv.F90:1809:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1809 | CALL wrf_dm_bcast_real ( SALP_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
module_sf_noahmpdrv.F90:1810:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1810 | CALL wrf_dm_bcast_real ( REFDK_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
module_sf_noahmpdrv.F90:1811:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1811 | CALL wrf_dm_bcast_real ( REFKDT_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
module_sf_noahmpdrv.F90:1812:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1812 | CALL wrf_dm_bcast_real ( FRZK_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
module_sf_noahmpdrv.F90:1813:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1813 | CALL wrf_dm_bcast_real ( ZBOT_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
module_sf_noahmpdrv.F90:1814:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1814 | CALL wrf_dm_bcast_real ( CZIL_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
module_sf_noahmpdrv.F90:1815:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1815 | CALL wrf_dm_bcast_real ( SMLOW_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
module_sf_noahmpdrv.F90:1816:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1816 | CALL wrf_dm_bcast_real ( SMHIGH_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
module_sf_noahmpdrv.F90:1817:34:

1653 | CALL wrf_dm_bcast_real ( SHDTBL , NLUS )
| 2
......
1817 | CALL wrf_dm_bcast_real ( LVCOEF_DATA , 1 )
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
make[1]: *** [Makefile:19: module_sf_noahmpdrv.o] Error 1
make[1]: Leaving directory '/home/kooze/NoahMP/phys'
make: *** [Makefile:17: phys] Error 2

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