Skip to content
ceceliadid edited this page Feb 7, 2020 · 43 revisions

Welcome to the UFS Medium Range Weather Application wiki!

This repository contains the model code and external links needed to build the UFS Medium Range Weather Application, which focuses on atmospheric behavior out to about two weeks. This application will includes a full workflow, with pre-processing (preparation of inputs), a forecast model, and post-processing.

The forecast model used in this application is the UFS Weather Model:
https://github.com/ufs-community/ufs-weather-model/wiki

This repository is not yet ready for general use, and the wiki is a work in progress. Information here may be incorrect or incomplete.

Documentation and User Support

The UFS Medium-Range Weather Application has basic information about this code, along with instructions for operating it. The latest draft is here:
https://ufs-mrapp.readthedocs.io/en/latest/

You can also get help through a community forum.
(Link coming soon!)
image_2002_mrw_support_forum

Users who only need to check out the latest code or certain tags can clone the repository without having a GitHub account:

% git clone https://github.com/ufs-community/ufs-weather-model
% cd ufs-weather-model
% git checkout develop (or tags)
% git submodule update --init --recursive
Clone this wiki locally