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

Agenda Notes Monday January 4th 2016 3:00 PM

Douglas Jacobsen edited this page Jan 4, 2016 · 2 revisions

MPAS-Developer Telecon:

Date: 4 January 2016
Time: 3:00pm MST

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



Agenda Topics:

  1. Open Pull Requests
  2. Framework modifications:
    • Filter Infrastructure
    • Aggregated Halo Exchanges
    • Eliminating the mpas_constants module
    • PIO2
    • New Timers
    • Field attributes
  3. PIO2 error (reading xtime and character strings)
    • Jim Edwards fixed in a more recent version of PIO2
    • Branch with fully working PIO2 complete, might submit a PR soon
  4. Single precision attribute inputs
    • Needed to fix attribute reads to read in single precision in single precision builds of the model
  5. Aggregated Halo Exchanges
    • Halo exchanges need pools (to get a field)
    • Split halo exchanges from dmpar?
    • Could make global_abort an external routine again.
      • Will explore this first, and visit other ideas later
    • Other ideas?
  6. Testing infrastructure
    • Next steps to unify the infrastructure
    • Will continue to think about it.
  7. Registry Validation
    • How to handle nested var structs?
    • Should they all be merged (if they have the same name)
      • Yes, structs should be merged down their trees
    • What about var_structs with the name name in different parent var_structs? Should that be allowed? (Likely no?)
      • Should error out.
    • Make validator a separate tool
  8. Might look into changing the pivot element in our quicksort rouintes, because there are some really bad cases out there.


Notes:

Clone this wiki locally