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
Appears when running coawst.bash that master.f90(365): error #6633: The type of the actual argument differs from the type of the dummy argument. [MYCOMM]
CALL wrf_init (MyCOMM)
compilation aborted for master.f90 (code 1)
make: *** [/share/home/wangxuanxiang/COAWST/Build/master.o] Error 1
The text was updated successfully, but these errors were encountered:
Since the original COAWST internal WRF runtime cannot report errors, I recently replaced the WRF V4.61 version. I don't know if that's the reason. Somebody help me
you cant just replace the versions of WRF in COAWST. I have certain files that are modified to communicate in the coupler.
I can only help if you use what i distribute.
can you try with the code i distribute?
Also, if you are using gfortran, there is a flag -fallow-argument-mismatch that can help.
I can try it, because the COAWST I use is version 3.7, but the versions of WRF and WPS in it are already version 4.6, so the versions of WRF and WPS are too high compared to the versions of COAWST.
Appears when running coawst.bash that master.f90(365): error #6633: The type of the actual argument differs from the type of the dummy argument. [MYCOMM]
CALL wrf_init (MyCOMM)
compilation aborted for master.f90 (code 1)
make: *** [/share/home/wangxuanxiang/COAWST/Build/master.o] Error 1
The text was updated successfully, but these errors were encountered: