Skip to content

Commit

Permalink
Merge pull request #12 from ligiabernardet/doc_updates
Browse files Browse the repository at this point in the history
Documentation branch: UFS Weather Model Users Guide
  • Loading branch information
ligiabernardet authored Nov 26, 2019
2 parents 17dd303 + 5f494dc commit d2a7720
Show file tree
Hide file tree
Showing 24 changed files with 141 additions and 23 deletions.
15 changes: 0 additions & 15 deletions doc/DevGuide/source/index.rst

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions doc/UsersGuide/source/CodeOverview.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _CodeOverview:

*************************
Code Overview
*************************

Description of directories and files from repository
7 changes: 7 additions & 0 deletions doc/UsersGuide/source/CompilingCodeWithoutApp.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _CompilingCodeWithoutApp:

*********************************
Compiling the Code without an App
*********************************

How to build the code using compile.sh and not CIME
16 changes: 16 additions & 0 deletions doc/UsersGuide/source/ContributingDevelopment.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. _ContributingDevelopment:

*************************
Contributing Development
*************************

* Overview; big picture

* Opening issues

* Description of development workflow (fork, branch, commit, test, PR submission, review)

* What are the requirements for a code to be accepted?

* What platforms are supported

12 changes: 12 additions & 0 deletions doc/UsersGuide/source/FAQforModelConfiguration.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. _FAQforModelConfiguration:

***************************
FAQ for Model Configuration
***************************

* How do I add a new field to the output file?

* What is a “cold start” and a “warm start”?

* How do I restart the model?

7 changes: 7 additions & 0 deletions doc/UsersGuide/source/GitGitHub.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _GitGitHub:

***********************************
Learning How to Use git and GitHub
***********************************

Links to external resources
File renamed without changes.
17 changes: 17 additions & 0 deletions doc/UsersGuide/source/InputsOutputs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.. _InputsOutputs:

*************************
Inputs and Outputs
*************************

* List of the inputs and outputs of the executable, including SDF, namelists, diag/field, tables, fix files, ICs/BCs, stdout

* Detailed description of

* SDF

* Namelists (can have links to namelist description elsewhere)

* Field table

* Diag table
File renamed without changes.
8 changes: 8 additions & 0 deletions doc/UsersGuide/source/PlatformSupport.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.. _PlatformSupport:

*************************
Platform Support
*************************

How to set up a generic platform (install compiler, configure). Include all information needed to build the dependencies.

Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
.. _BuildingRunningHostModels:
.. _RegTests:

****************************************
Building and Running the UFS Weather Model
****************************************
******************************************
Regression Tests for Development
******************************************

.. _UFSAtmo:
* Motivation

UFS Atmosphere
====================
* Description of the default tests

* Directory structure for inputs and outputs

* How to run a subset of tests

* Baselines: existing baselines, creating new baselines, comparing against a new baseline

* Running regression tests

* Checking the results

* Adding a regression test

Another option for a CCPP host model is the UFS Atmosphere, located in the umbrella repository NEMSfv3gfs.

System Requirements, Libraries, and Compilers
---------------------------------------------
Expand Down
10 changes: 10 additions & 0 deletions doc/UsersGuide/source/SDFandNamelistExamplePractices.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _SDFandNamelistExamplePractices:

********************************************
SDF and Namelist Best Practices and Examples
********************************************

* GFS v15 configuration for four supported resolutions

* GFS v16 beta configuration for four supported resolutions

7 changes: 7 additions & 0 deletions doc/UsersGuide/source/Template.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _Intro:

*************************
Intro
*************************

Text
8 changes: 8 additions & 0 deletions doc/UsersGuide/source/TransitioningFromVLAB.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.. _TransitioningFromVLAB:

*************************
Transitioning from VLab
*************************

How to transition branches from gerrit to GitHub

File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 24 additions & 0 deletions doc/UsersGuide/source/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.. UFS Weather Model Users Guide, created by
sphinx-quickstart on Tue Oct 29 09:07:29 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to the UFS Weather Model User's Guide
========================================================

.. toctree::
:numbered:
:maxdepth: 3

Introduction
PlatformSupport
CodeOverview
InputsOutputs
SDFandNamelistExamplePractices
FAQforModelConfiguration
ContributingDevelopment
CompilingCodeWithoutApp
RegTests
GitGitHub
TransitioningFromVLAB
Glossary
File renamed without changes.

0 comments on commit d2a7720

Please sign in to comment.