Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ESMF_FieldGetTimeStamp a documented method #301

Open
tclune opened this issue Sep 19, 2024 · 1 comment
Open

Make ESMF_FieldGetTimeStamp a documented method #301

tclune opened this issue Sep 19, 2024 · 1 comment
Assignees

Comments

@tclune
Copy link
Collaborator

tclune commented Sep 19, 2024

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.

@anntsay anntsay self-assigned this Sep 25, 2024
@anntsay
Copy link

anntsay commented Sep 25, 2024

will need more discussion with Tom C.'s group.

may require rethinking of architecture and see if we could leverage this proposal to add more features if need to do this work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants