WRF-Hydro's build system / configure scripts don't currently support the Cray Fortran compiler and fail on the Cray Intel compiler.
Expected Behavior
Cray Fortran (PrgEnv-cray) and Cray Intel Fortran (PrgEnv-intel) should be supported for building WRF-Hydro.
Current Behavior
The Cray Fortran Programming Environment is totally unsupported, and the Cray Intel Programming Environment is currently broken (environment variables and preprocessor flags incorrectly set).
Possible Solution
Update the arc/macros.mpp.intel.cray_xc to match the other current Intel build macros
Add a macro file for Cray Fortran
Add an option to configure to support Cray Fortran
Your Environment
Version of the code used: v5.2.x
Operating System and version: Cray SUSE Linux Enterprise Server 15
WRF-Hydro's build system / configure scripts don't currently support the Cray Fortran compiler and fail on the Cray Intel compiler.
Expected Behavior
Cray Fortran (PrgEnv-cray) and Cray Intel Fortran (PrgEnv-intel) should be supported for building WRF-Hydro.
Current Behavior
The Cray Fortran Programming Environment is totally unsupported, and the Cray Intel Programming Environment is currently broken (environment variables and preprocessor flags incorrectly set).
Possible Solution
arc/macros.mpp.intel.cray_xc
to match the other current Intel build macrosconfigure
to support Cray FortranYour Environment