wrf_io.f:1517:36:
1517 | CALL ext_ncd_open_for_read_begin( DatasetName, Comm1, Comm2, SysDepInfo, DataHandle, Status )
| 1
Error: Dummy argument ‘datasetname’ with INTENT(IN) in variable definition context (actual argument to INTENT = OUT/INOUT) at (1)
wrf_io.f:7543:58:
3196 | stat = NF_PUT_ATT_INT (DH%NCID,NF_GLOBAL,Element,NF_INT,Count,Data)
| 2
......
7543 | stat = NF_PUT_ATT_INT(NCID,VarID,'FieldType',NF_INT,1,FieldType)
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
I think I've seen this error before,Hi,
I compiled it again and the result is the same. It still didn't create the .exe files correctly.
I'm using Ubuntu 22.04.3 LTS. Thanks!
Hi,I compiled it again and the result is the same. It still didn't create the .exe files correctly.
I'm using Ubuntu 22.04.3 LTS. Thanks!
I finally managed to install WRF correctly, the modules had not been connected correctly previously. The problem now is when I try to run WPS. When I run 'metgrid' the following error appears:
I added "export PATH=$DIR/mpich/bin:$PATH" in .bash directory and solved the issue.I'm so glad to hear you were able to get WRF installed. Do you mind updating this post with the issue and how it was solved?
As for your new problem, since it's a different issue, please open a new thread to ask the question. This helps to keep topics separate, which makes it easier for searching and reading for others. Thanks!