Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Agenda Notes Monday August 8th 2016 3:00 PM

Douglas Jacobsen edited this page Aug 16, 2016 · 6 revisions

MPAS-Developer Telecon:

Date: 8 August 2016
Time: 3:00pm MDT

Call-in number: 1-866-740-1260
Access Code: 4978161



Agenda Topics:

  1. Open Pull Requests
  2. Issue cleanup
  3. Framework modifications:
    • Filter Infrastructure
    • Eliminating the mpas_constants module
    • Registry Validation
    • Pool get_dimension routine
    • Error / debugging streams
    • Critical error log files: "regularize" filenames, and add ability to print multiline messages
    • Integer overflow in ESMF time interval code
  4. Halo Updates Work
    • Idea to speed up halo exchanges, thoughts?
  5. Derived Fields Idea
    • Thoughts?
  6. Pool Functions
    • Any update on this?
    • Generic function interfaces
  7. Fortran 2008 Support
    • Contiguous discussion
  8. Design Document Discussions
  9. Testing infrastructure
    • Anything to talk about?


Notes:

  • Would like to regularize the critical error log files, and allow multiline messages
  • Should have everything in place to get the ESMF time manager working with Integer*8s
    • Will submit a PR into cime
    • Should merge the MPAS PR after the CIME PR
  • Would like to "poll" receive messages and unpack as their received instead of "waiting" for the first communication list
    • Will look into this
  • Derived field idea:
    • Possibly create derived fields like invAreaCell(:) = 1.0_RKIND / areaCell(:)
    • Seems like it might be overkill
    • Could also result in complicated logic that doesn't meet everyone's needs
  • Pool functions:
    • Design document is put together
    • Worked on cleaning up the design
    • There was support for using the generalized interfaces, where a "mold=PTR" argument could be used to specify which interface was needed.
  • Fortran 2008 Support:
    • Would like too get this into framework soon-ish
    • Will test out the test program and get feedback by next week
  • Arbitrary Attributes Design Documents:
    • Will revisit design to see what we need to modify for next week
Clone this wiki locally