NOAA-GFDL / GFDL_atmos_cubed_sphere

The GFDL atmos_cubed_sphere dynamical core code
Other
56 stars 118 forks source link

Needed for FMS2023.03: Quad Precision macro change #299

Open laurenchilutti opened 11 months ago

laurenchilutti commented 11 months ago

Description

In FMS 2023.03, macro definitions are cleaned up in fms_platforms.h. As part of the cleanup, the definition of the macro NO_QUAD_PRECISION is removed, and the dycore is the only component that still used this macro. This PR replaces the use of the outdated NO_QUAD_PRECISION with ENABLE_QUAD_PRECISION. This update is backwards compatible and has been tested with GFDL models using both FMS 2023.02 and FMS 2023.03 (via testing tag 2023.03-beta1).

Fixes # (issue)

How Has This Been Tested?

We have tested with SHiELD model and need assistance testing with UFS weather model.

Checklist:

Please check all whether they apply or not

bensonr commented 8 months ago

@jkbk2004 - I believe you are now using FMS 2023.03, does this need to be merged soon?