-
Notifications
You must be signed in to change notification settings - Fork 66
CCPP Framework Meeting Minutes 2020 01 23
Dom Heinzeller edited this page Jan 23, 2020
·
4 revisions
-
Progress towards unit testing coverage of
cap_gen.pycode (branchfeature/cap_gen) -
Reschedule meeting to 9am after the UFS public release date?
- Dom to confirm with UFS release leads and decide
-
Recap of the Jan 9 discussion of having separate
_initand_restart/_reinitphases?- Update the issue handling restart logic, need to work out logic to hande coldstart and restart inits as separate phases
- https://github.com/NCAR/ccpp-framework/issues/250
-
Transition to
cap_gen.py- Split the transition into (a) build and (b) use of new autogenerated code
- Grant working on removing
GFS_typedefs.f90from interstitial schemes- this could be completed after the transition in an effort to make it more portable)
- Some interstitial code can be moved into the new
_timestep_initand_timestep_finalroutines- this could be completed after the transition in an effort to make it more portable)
- Check metadata for consistency:
-
horizontal_dimensionin_initand_final,horizontal_loop_extentin_run -
cap_gen.pywill recognize the existing_finalizeroutines - metadata parser and Fortran syntax parser to fix all the inconsistencies between them
-