@@ -27,6 +27,7 @@ grid_tools | R. J. Purser (regional_esg_grid), Tom Black/Ben Blake (shave.fd), G
27
27
orog_mask_tools | Ning Wang, Jordan Alpert, Shan Sun and Ning Wang
28
28
sfc_climo_gen | George Gayno
29
29
vcoord_gen | Fanglin Yang, Mark Iredell
30
+ weight_gen | George Gayno
30
31
31
32
UFS_UTILS Code managers: George Gayno, Kyle Gerheiser, Jeff Beck, Larissa Reames
32
33
@@ -76,51 +77,36 @@ make install
76
77
77
78
## Contents
78
79
79
- The UFS_UTILS package contains the following utilities (under the sorc
80
- directory):
81
- - chgres_cube
82
- - cpld_gridgen
83
- - emcsfc_ice_blend
84
- - emcsfc_snow2mdl
85
- - fre-nctools
86
- - fvcom_tools
87
- - gblevents
88
- - global_cycle
89
- - grid_tools
90
- - orog_mask_tools
91
- - sfc_climo_gen
92
- - vcoord_gen
93
-
94
- The reg_tests directory contains the consistency test code.
95
-
96
- The fix directory is where we set links to directories containing
80
+ The ` sorc ` directory contains the source code.
81
+
82
+ The ` reg_tests ` directory contains the consistency test code.
83
+
84
+ The ` fix ` directory contains links to directories containing
97
85
large, static data files used by UFS_UTILS programs.
98
86
99
- The tests directory contains unit tests.
87
+ The ` tests ` directory contains unit tests.
100
88
101
- The ush directory contains scripts to run UFS_UTILS programs. Most
89
+ The ` ush ` directory contains scripts to run UFS_UTILS programs. Most
102
90
are called from driver scripts.
103
91
104
- The util directory contains utility scripts to create coldstart
105
- initial conditions for GFS parallels, and to run the vertical
106
- coordinate generator.
92
+ The ` util ` directory contains utility scripts.
107
93
108
- The parm directory contains variable mapping parameter tables used by
94
+ The ` parm ` directory contains variable mapping parameter tables used by
109
95
the chgres_cube program.
110
96
111
- The driver_scripts directory contains high-level driver scripts to
97
+ The ` driver_scripts ` directory contains high-level driver scripts to
112
98
create a model grid on officially supported HPC platforms.
113
99
114
- The modulefiles directory contains modules loaded when building
100
+ The ` modulefiles ` directory contains modules loaded when building
115
101
UFS_UTILS on supported HPC platforms. They are also loaded at runtime
116
102
by utility and consistency test scripts.
117
103
118
- The docs directory contains the control file for the doxygen
104
+ The ` docs ` directory contains the control file for the doxygen
119
105
documentation build, as well as some markdown files which are part of
120
106
the documentation. It also contains (in the source subdirectory) the
121
107
ReadTheDocs documentation files.
122
108
123
- The cmake directory contains CMake package find utilities, and utilities to
109
+ The ` cmake ` directory contains CMake package find utilities, and utilities to
124
110
run units tests on some supported HPC platforms.
125
111
126
112
## References
0 commit comments