earth-system-radiation / rte-rrtmgp

RTE+RRTMGP is a set of codes for computing radiative fluxes in planetary atmospheres.
BSD 3-Clause "New" or "Revised" License
74 stars 67 forks source link

remove the double float C++ literal that the sycl gpu code doesn't support #209

Closed xyuan closed 1 year ago

xyuan commented 1 year ago

This PR removes the double float literal which is not supported at sycl gpu code, this is the issue we have discussed and made decision to remove the double float literal since we are using double precision by default, it is actually unnecessary to have it in the c++ code.