NCAR / musica

Multi-Scale Infrastructure for Chemistry Modeling
https://wiki.ucar.edu/display/MUSICA/MUSICA+Home
Apache License 2.0
3 stars 2 forks source link

Define constants for fortran numeric types #139

Closed K20shores closed 3 weeks ago

K20shores commented 1 month ago

Something like this, but for musica: https://github.com/NCAR/tuv-x/blob/23690d5944a8b54eba768cff9afd02e685bbfe02/src/util/constants.F90#L17-L20

mattldawson commented 3 weeks ago

After working with those constants in TUV-x for a while, I think the only ones that are actually useful are the float and double types (the others just lead to more typing without any real benefits that I've seen)