Skip to content

Commit

Permalink
Merge pull request #37 from ligiabernardet/doc_updates
Browse files Browse the repository at this point in the history
Doc updates
  • Loading branch information
ligiabernardet authored Jan 27, 2020
2 parents e0d47b6 + 760e4da commit 4b6a914
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
11 changes: 5 additions & 6 deletions doc/UsersGuide/source/CodeOverview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The ufs-weather-model repository supports the short- and medium-range UFS applic
* - Umbrella repository for the UFS Weather Model
- https://github.com/ufs-community/ufs-weather-model
* - Infrastructure: Flexible Modeling System
- https://github.com/NOAA-EMC/FMS
- https://github.com/NOAA-GFDL/FMS
* - Infrastructure: NOAA Environmental Modeling System
- https://github.com/NOAA-EMC/NEMS
* - Infrastructure: add description
Expand Down Expand Up @@ -68,7 +68,7 @@ When the ufs-weather-model is cloned, the basic directory structure will be simi
ufs-weather-model/
├── cmake --------- cmake configuration files
├── compsets --------- configurations used by some regression tests
├── conf --------- unused
├── conf --------- compile options for Tier 1 and 2 platforms
├── doc --------- READMEs with build, reg-test hints
├── FMS --------- The Flexible Modeling System (FMS),a software framework
├── FV3 --------- FV3 atmosphere model
Expand All @@ -84,13 +84,12 @@ When the ufs-weather-model is cloned, the basic directory structure will be simi
│ │ ├── physics -------- CCPP compliant physics schemes
│ │ └── suites -------- CCPP physics suite definition files (SDFs)
│ ├── cpl -------- Coupling field data structures
│ ├── gfsphysics -------- unused - IPD version of physics codes
│ ├── gfsphysics
│ │ ├── CCPP_layer
│ │ ├── GFS_layer
│ │ └── physics
│ ├── io --------- nemsio code
│ │ └── physics --------- unused - IPD version of physics codes
│ ├── io --------- FV3 write grid comp code
│ ├── ipd --------- unused - IPD driver/interfaces
│ ├── test --------- unused
├── log --------- log files from NEMS compset regression tests
├── modulefile --------- system module files for supported HPC systems
├── NEMS --------- NOAA Earth Modeling System framework
Expand Down
11 changes: 1 addition & 10 deletions doc/UsersGuide/source/ContributingDevelopment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,4 @@
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 chapter is being developed here: https://github.com/ufs-community/ufs-weather-model/pull/32
1 change: 0 additions & 1 deletion doc/UsersGuide/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ Welcome to the UFS Weather Model User's Guide
FAQforModelConfiguration
ContributingDevelopment
CompilingCodeWithoutApp
RegTests
Acronyms
Glossary

0 comments on commit 4b6a914

Please sign in to comment.