Skip to content

Commit

Permalink
Merge pull request #11 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
syntax error
  • Loading branch information
santiago123x authored Jun 21, 2024
2 parents 28e4dc9 + bb7b740 commit 8ec9655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ wrf_postprocessing -i "/path/to/input/" -o "/path/to/output/"
## Example

```bash
python wrf_postprocessing.py -i "/home/user/data/WRF_outputs" -o "/home/user/data/processed_outputs"
wrf_postprocessing -i "/home/user/data/WRF_outputs" -o "/home/user/data/processed_outputs"
```

This command processes NetCDF files from /home/user/data/WRF_outputs, converts them into daily raster images, and saves the resulting PNG files in /home/user/data/processed_outputs.

0 comments on commit 8ec9655

Please sign in to comment.