esmf-org / esmf

The Earth System Modeling Framework (ESMF) is a suite of software tools for developing high-performance, multi-component Earth science modeling applications.
https://earthsystemmodeling.org/
Other
149 stars 70 forks source link

Missing (/=) for some ESMF Types #141

Open tclune opened 1 year ago

tclune commented 1 year ago

The following types have (==) defined, but not (/=):

Easy to workaround of course, so low priority.

Now I just have to figure out how to tell if two ESMF_DynamicMask objects are the same ...

theurich commented 1 year ago

Yes, that is correct. I just compiled the list for #138, and noticed the same. The missing (/=) are from the overloads in file src/Infrastructure/Util/src/ESMF_UtilTypes.F90. The information under #138 should help identify what is missing in case you need it.