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 do the setup of the model I got it error.
I'm using gfortran compiler.
can I get help to solve this problem please?
130 | nd=check_real(g1%plat,g2%plat,1,1)
| 2
......
142 | nd=check_real(g1%xtn,g2%xtn,g1%nxp,g2%nxp)
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/wrf/RAMS-main/src/memory/grid_struct.f90:148:14:
130 | nd=check_real(g1%plat,g2%plat,1,1)
| 2
......
148 | nd=check_real(g1%ytn,g2%ytn,g1%nyp,g2%nyp)
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
make: *** [Makefile:25: rams-.a(/wrf/RAMS-main/src/memory/grid_struct.o)] Error 1
The text was updated successfully, but these errors were encountered:
We have not experimented lately with RAMS and gfortran. We typically make sure it works with Intel (ifort) and PGI (pgf90) compilers as well as "mpif90". These work well on our local machines as well as on HPC center machines. Also, in former versions of RAMS that we tested with gfortran, the gfortran executable ran much, much slower than that compiled with "ifort" or "pgf90".
when I do the setup of the model I got it error.
I'm using gfortran compiler.
can I get help to solve this problem please?
130 | nd=check_real(g1%plat,g2%plat,1,1)
| 2
......
142 | nd=check_real(g1%xtn,g2%xtn,g1%nxp,g2%nxp)
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
/wrf/RAMS-main/src/memory/grid_struct.f90:148:14:
130 | nd=check_real(g1%plat,g2%plat,1,1)
| 2
......
148 | nd=check_real(g1%ytn,g2%ytn,g1%nyp,g2%nyp)
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
make: *** [Makefile:25: rams-.a(/wrf/RAMS-main/src/memory/grid_struct.o)] Error 1
The text was updated successfully, but these errors were encountered: