-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from ligiabernardet/doc_updates
Documentation branch: UFS Weather Model Users Guide
- Loading branch information
Showing
24 changed files
with
141 additions
and
23 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _CodeOverview: | ||
|
||
************************* | ||
Code Overview | ||
************************* | ||
|
||
Description of directories and files from repository |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
26 changes: 18 additions & 8 deletions
26
doc/DevGuide/source/BuildRun.rst → doc/UsersGuide/source/RegTests.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _Intro: | ||
|
||
************************* | ||
Intro | ||
************************* | ||
|
||
Text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.