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
Describe the bug
When linking to the appropriate FMS library, the variable kind is either r4 or r8.
In this repository, it is linked with R4 or R8. As a result FMS::fms_R4 or FMS::fms_R8 is not found.
To Reproduce
Try to configure and build the standalone fv3dycore w/ CMake.
Expected behavior
CMake configuration should succeed following FMS is FOUND.
System Environment
Describe the system environment, include:
Any system that supports this dycore will fail in the above conditions.
Additional context
Attempting to build the FV3 dycore as a standalone.
Note. Fixing this won't lead to building FV3 dycore standalone library as there are complicated dependencies to files in CCPP that are required before this can be built.
Nevertheless, the bug described above should be fixed.
The text was updated successfully, but these errors were encountered:
Describe the bug
When linking to the appropriate FMS library, the variable
kind
is eitherr4
orr8
.In this repository, it is linked with
R4
orR8
. As a resultFMS::fms_R4
orFMS::fms_R8
is not found.This slips the cracks in the UFS-weather-model because it is hardwired there. See lines 123-127 in https://github.com/ufs-community/ufs-weather-model/blob/develop/CMakeLists.txt.
To Reproduce
Try to configure and build the standalone fv3dycore w/ CMake.
Expected behavior
CMake configuration should succeed following FMS is FOUND.
System Environment
Describe the system environment, include:
Any system that supports this dycore will fail in the above conditions.
Additional context
Attempting to build the FV3 dycore as a standalone.
Note. Fixing this won't lead to building FV3 dycore standalone library as there are complicated dependencies to files in CCPP that are required before this can be built.
Nevertheless, the bug described above should be fixed.
The text was updated successfully, but these errors were encountered: