ESCOMP / MOSART

Model for Scale Adaptive River Transport, Mosart, part of the Community Earth System Model
http://www.cesm.ucar.edu/
Other
8 stars 27 forks source link

fix type issue with xlf #14

Closed jedwards4b closed 5 years ago

jedwards4b commented 5 years ago

xlf compiler needs these constants to be typed correctly

ekluzek commented 5 years ago

@jedwards4b note, there are other constants that don't have _r8 on them either.

ekluzek commented 5 years ago

I bet the reason that xlf is identifying these specific ones is so that it can identify the right max function to use. It wants the inputs to it to be of the same type.

ekluzek commented 5 years ago

This one is on the release branch, so I'm going to pull it in. But, I'm not going to tag it. The tag that I'm testing has other changes in it as well.