Skip to content
Snippets Groups Projects
Verified Commit a3459e0b authored by David Hoese's avatar David Hoese
Browse files

Remove unnecessary path information in docker example

parent 97826de4
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,8 @@ Gridded GLM package. ...@@ -7,8 +7,8 @@ Gridded GLM package.
```bash ```bash
docker run -it -v $PWD:/work --rm cspp_geo_gridded_glm/run_package:r20191024 \ docker run -it -v $PWD:/work --rm cspp_geo_gridded_glm/run_package:r20191024 \
bash /opt/ssec/cspp_geo_gridded_glm-v1.0.0-prealpha0/bin/make_glm_grids.sh -o /work \ make_glm_grids.sh -o /work --fixed_grid --split_events \
--fixed_grid --split_events --goes_position east --goes_sector conus --dx=2.0 --dy=2.0 OR*.nc --goes_position east --goes_sector conus --dx=2.0 --dy=2.0 OR*.nc
``` ```
Note that "OR*.nc" must exist in the current directory to make bash expand Note that "OR*.nc" must exist in the current directory to make bash expand
......
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