Skip to content

compilation error  #15

Description

@mostafaelshimy1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions