NOAA-OWP / snow17

Other
4 stars 10 forks source link

Compiler error on Intel Fortran compiler #38

Closed drakest123 closed 1 month ago

drakest123 commented 1 month ago

Building Snow-17 (standalone) on a PC in Visual Studio using the Intel Fortran compiler produces an error in updt19.f at line 50:

Current behavior

Error #6633: The type of the actual argument differs from the type of dummy argument. [LIQW]

Resolution

The error is caused because LIQW is implicitly INTEGER type. This error was fixed by add at line 25 of updt19.f: REAL LIQW

SnowHydrology commented 1 month ago

Closed by #43