40 likes | 154 Vues
In this presentation by Ligia Bernardet at the HFIP Ensemble Team meeting, we explore the current structure of the HWRF code repository, hosted by DTC. The trunk contains essential scripts, namelists, and source code, with a top-level makefile that builds all components. HWRF’s architecture consists of eight community repository links, allowing for additional components like the EnKF directory. We focus on effective maintenance, straightforward administration, and safeguarding operational integrity while maximizing accessibility and minimizing labor for developers. Our requirements are tailored to derive the optimal solution.
E N D
GSI-hybrid code management: what can we learn from learn from HWRF? Ligia Bernardet 09 January 2012 HFIP Ensemble Team meeting
Current HWRF Repository Structure • HWRF code repository hosted by DTC • Trunk contains scripts, namelists, and source code • Source directory build system: top makefile builds all components • The eight components of HWRF are “links” to the community repositories • A EnKF directory can be added as another component
HWRF components sync sync * libraries, vortex initialization, tools
EnKF code repository requirements • Maintained and administered in a straightforward way • Provides reliable, almost un-interrupted access, backed-up • Provides access to all developers • Requires least amount of labor • Has safeguards to prevent damaging operational code by outside contributions • Has framework that minimizes errors when merging code between development and trunk Our requirements should lead us to the best solution!