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

Agenda Notes Monday July 11th 2016 3:00 PM

Douglas Jacobsen edited this page Jul 11, 2016 · 3 revisions

MPAS-Developer Telecon:

Date: 11 July 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
  4. Pool Functions
    • Functions to get pool members
    • Adding routines/functions to get values of dimensions instead of pointers
  5. Fortran 2008 Support
  6. Design Document Discussions
  7. Testing infrastructure
    • Anything to talk about?


Notes:

  • Question about releasing around Oct. - Nov. time frame.
    • LANL components likely are currently in the state they will be (on develop) by that time, and can be released whenever.
    • Might try to coordinate an update of the land ice model.
  • Proposing to overload pool accessor routines to have functions as well, rather than requiring subroutines instead.
    • Could simplify some code, when passing in a config to a subroutine rather than having to get it out before calling the subroutine.
    • Might consider restricting the function interfaces for configs and dimensions to return values rather than pointers
    • Might not be able to do this, fortran might not support functions differentiated based on return types
      • Should Check This Matt will check before net telecon
    • Will put together a short design document
  • Will consider and continue to discuss Fortran 2008 support (specifically the contiguous attribute)
  • Will continue discussion on "flexible reference times"
Clone this wiki locally