NOAA-PSL / stochastic_physics

Contains the stochastic physics pattern generator for the Unified Forecast System
Other
6 stars 41 forks source link

Changes to CMakeLists.txt for FMS #37

Closed mlee03 closed 3 years ago

mlee03 commented 3 years ago

This PR updates CMakeLists.txt to be compatible with the FMS CMakeLists.txt. The fms target has been changed to FMS::fms_r4 for 32BIT or FMS::fms_r8 for a 64BIT compilation. This change is necessary for the UFS Weather Model to use the FMS CMakeLists.txt file.

mlee03 commented 3 years ago

@aerorahul,

could you review to make sure everything looks ok? Thank you!