Skip to content

Getting Started for Developers

JulieSchramm edited this page Jun 16, 2021 · 24 revisions

This page is under construction....

Getting started for developers

Development of the UFS Short-Range Weather App and its subcomponents such as the regional workflow is typically done on a users fork. A fork is a copy of the authoritative repository and allows the user to make code changes without affecting the original repository. To set up for development work, a user will need to:

  1. Create a GitHub account

  2. Create a fork(s) via GitHub. It is generally good pratctive to create a fork of the repository where you are doing development work, and any parent repository. For example, if you are modifying the regional_workflow repository, create a fork of the regional_workflow and the ufs-srweather-app repositories:

For code development in the regional_workflow repository, see

For code development in the UFS Weather Model, see

Code Management