Skip to content
Snippets Groups Projects
Commit 28628f95 authored by Tim Michaels's avatar Tim Michaels
Browse files

Tweak Markdown

parent 5f07a5ec
Branches bumps_20190308
No related tags found
No related merge requests found
Pipeline #40773 passed
...@@ -2,31 +2,31 @@ ...@@ -2,31 +2,31 @@
## Directory Structure ## Directory Structure
build/ : contains things which pertain to compiling and building the package build/ : contains things which pertain to compiling and building the package
docs/ : contains various relevant documentation docs/ : contains various relevant documentation
src/ : contains the package source code files src/ : contains the package source code files
* acha/ : awg cloud height algorithm codes * acha/ : awg cloud height algorithm codes
* asos/ : automatic surface observing system codes * asos/ : automatic surface observing system codes
* baseline_cloud_height/ : baseline cloud height and 11um emissivity * baseline_cloud_height/ : baseline cloud height and 11um emissivity
* baseline_cloud_mask/ : GOES-R baseline cloud mask * baseline_cloud_mask/ : GOES-R baseline cloud mask
* ccl/ : cloud cover layers * ccl/ : cloud cover layers
* cloud_base/ : cloud base algorithm codes * cloud_base/ : cloud base algorithm codes
* cloud_mask/ : enterprise cloud mask codes * cloud_mask/ : enterprise cloud mask codes
* cloud_type/ : clavrx cloud typing codes * cloud_type/ : clavrx cloud typing codes
* cx_dncomp/ : the day / night cloud optical and microphysical codes * cx_dncomp/ : the day / night cloud optical and microphysical codes
* cx_sds_io/ : general I/O code for HDF4-, HDF5-, and NetCDF- format datasets * cx_sds_io/ : general I/O code for HDF4-, HDF5-, and NetCDF- format datasets
* dark_composite/ : code for geostationary dark-sky vis composites * dark_composite/ : code for geostationary dark-sky vis composites
* main/ : houses most of the CLAVR-x processing system code * main/ : houses most of the CLAVR-x processing system code
* misc/ : miscellaneous code that does not seem to fit elsewhere * misc/ : miscellaneous code that does not seem to fit elsewhere
* muri/ : aerosol retrieval code * muri/ : aerosol retrieval code
* pfaast/ : fast IR RTM code (Pressure-Layer Fast Algorithm for Atmospheric Transmittance) * pfaast/ : fast IR RTM code (Pressure-Layer Fast Algorithm for Atmospheric Transmittance)
* rttov/ : code to interface with the RTTOV RTM (Radiative Transfer for TOVS) * rttov/ : code to interface with the RTTOV RTM (Radiative Transfer for TOVS)
* sasrab/ : the solar insolation codes * sasrab/ : the solar insolation codes
tests/ : contains a variety of tests that can be run manually or during CI/CD tests/ : contains a variety of tests that can be run manually or during CI/CD
* Requires py.test; `test.sh` runs `py.test` in the `tests/` directory. * Requires py.test; `test.sh` runs `py.test` in the `tests/` directory.
* Sample output from select tests are saved for each release at `/ships19/cloud/archive/clavrx_test_data/version_granules` * Sample output from select tests are saved for each release at `/ships19/cloud/archive/clavrx_test_data/version_granules`
run/ : will be present after a successful build, and contains the built executables and example/template run configuration files run/ : will be present after a successful build, and contains the built executables and example/template run configuration files
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment