Skip to content

Commit

Permalink
readme fix (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett authored Oct 3, 2024
1 parent b29e9d4 commit 273e5ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ The rrfs-workflow code is organized in the following subdirectories:
* parm - parameter files - generally namelists or configure files.
* scripts - the "ex scripts" - the primary script for a given task,
and called by the J-job.
* sorc - all of the source codes that need to be built/compiled for
use within the package.
* sorc - the build script for the RRFS system, as well as the scripts
to download and install all dependencies.
* tests - unit tests for rrfs-workflow code.
* ush - the utility scripts - scripts typically called by the "ex
scripts" to handle specific tasks, often repeatedly for different
Expand All @@ -38,8 +38,8 @@ The rrfs-workflow code is organized in the following subdirectories:
versions of all dependencies, for building and for running
rrfs-workflow.

These are in compliance with the [NCO implementation standard]
(https://www.nco.ncep.noaa.gov/idsb/implementation_standards/ImplementationStandards.v11.0.0.pdf).
These are in compliance with the (NCO implementation standard)
[https://www.nco.ncep.noaa.gov/idsb/implementation_standards/ImplementationStandards.v11.0.0.pdf].

## Build Instructions

Expand Down

0 comments on commit 273e5ee

Please sign in to comment.