Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starting to list utilities in user_guide.md #254

Merged
merged 10 commits into from
Feb 11, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions docs/user_guide.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
@mainpage

## UFS_UTILS
# UFS_UTILS

Utilities for the NCEP models. This is part of the
[NCEPLIBS](https://github.com/NOAA-EMC/NCEPLIBS) project.

The UFS_UTILS code here: https://github.com/NOAA-EMC/UFS_UTILS.
The UFS_UTILS code can be found here:
https://github.com/NOAA-EMC/UFS_UTILS.

## The Utilities

- exemcsfc_global_sfc_prep.sh
edwardhartnett marked this conversation as resolved.
Show resolved Hide resolved
- chgres_cube
- emcsfc_ice_blend
- emcsfc_snow2mdl
- fre-nctools
- fvcom_tools
- global_chgres
- global_cycle
- grid_tools
- nst_tf_chg
edwardhartnett marked this conversation as resolved.
Show resolved Hide resolved
- orog_mask_tools
- sfc_climo_gen
- vcoord_gen

4 changes: 4 additions & 0 deletions sorc/chgres_cube.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This is the CMake build file for the chgres_cube utility in the UFS_UTILS package.
#
# George Gayno, Mark Potts

set(fortran_src
atmosphere.F90
chgres.F90
Expand Down
Loading