This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Agenda Notes Monday January 4th 2016 3:00 PM
Douglas Jacobsen edited this page Jan 4, 2016
·
2 revisions
Date: 4 January 2016
Time: 3:00pm MST
Call-in number: 1-866-740-1260
Access Code: 4978161
- Open Pull Requests
- Framework modifications:
- Filter Infrastructure
- Aggregated Halo Exchanges
- Eliminating the mpas_constants module
- PIO2
- New Timers
- Field attributes
- 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
- Single precision attribute inputs
- Needed to fix attribute reads to read in single precision in single precision builds of the model
- 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?
- Testing infrastructure
- Next steps to unify the infrastructure
- Will continue to think about it.
- 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
- Might look into changing the pivot element in our quicksort rouintes, because there are some really bad cases out there.