You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this and the corresponding Set method are undocumented. MAPL3 is likely to need similar functionality, though for a slightly different purpose.
But ... before the interface is made public, I think there should be a discussion on the representation of TimeStamp itself. Currently it is not a derived type but a managed list of integers extracted from an ESMF_Time object. I can imagine that there are circular dependencies that prevent use of ESMF_Time in this context, and/or maybe ESMF_Time is too heavyweight. But a derived type would seem appropriate.
The text was updated successfully, but these errors were encountered:
Currently this and the corresponding Set method are undocumented. MAPL3 is likely to need similar functionality, though for a slightly different purpose.
But ... before the interface is made public, I think there should be a discussion on the representation of TimeStamp itself. Currently it is not a derived type but a managed list of integers extracted from an ESMF_Time object. I can imagine that there are circular dependencies that prevent use of ESMF_Time in this context, and/or maybe ESMF_Time is too heavyweight. But a derived type would seem appropriate.
The text was updated successfully, but these errors were encountered: