Skip to content

Commit

Permalink
Rename bufr2ioda to encodeBufr and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyhcliu committed Nov 25, 2024
1 parent 5679a32 commit 70f90d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ush/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This is a prototype for testing BUFR to IODA conversion and is still evolving.
- testinput/2021080100/gdas.t00z.satwnd.tm00.bufr_d (copied from the global dump)

- Processing shell script:
- bufr2ioda.sh
- encodeBufr.sh

## How to run the test shell script
- Get the help page for usage
Expand All @@ -67,29 +67,29 @@ This is a prototype for testing BUFR to IODA conversion and is still evolving.
- Run with default input parameters

```
bufrioda.sh
encodeBufr.sh
```

- Run with user-defined input parameters

```
obsforge_dir="/scratch1/NCEPDEV/da/Emily.Liu/EMC-obsForge/obsForge"
bufr2ioda.sh ${obsforge_dir} 2021080100 satwnd satwnd_amv_goes abi true script_backend 4
encodeBufr.sh ${obsforge_dir} 2021080100 satwnd satwnd_amv_goes abi true script_backend 4
bufr2ioda.sh ${obsforge_dir} 2021080100 sfcsno sfcsno sfcsno false script_backend 4
encodeBufr.sh ${obsforge_dir} 2021080100 sfcsno sfcsno sfcsno false script_backend 4
bufr2ioda.sh ${obsforge_dir} 2021080100 atms atms atms true script_backend 4
encodeBufr.sh ${obsforge_dir} 2021080100 atms atms atms true script_backend 4
```

- Run with user-defined mode and number of processes

```
bufr2ioda.sh "" "" "" "" "" "" bufr2netcdf" 8
encodeBufr.sh "" "" "" "" "" "" bufr2netcdf" 8
bufr2ioda.sh "" "" "" "" "" "" script2netcdf" 0
encodeBufr.sh "" "" "" "" "" "" script2netcdf" 0
bufr2ioda.sh "" "" "" "" "" "" bufr_backend" 12
encodeBufr.sh "" "" "" "" "" "" bufr_backend" 12
bufr2ioda.sh "" "" "" "" "" "" script_backend" 4
encodeBufr.sh "" "" "" "" "" "" script_backend" 4
```
File renamed without changes.

0 comments on commit 70f90d9

Please sign in to comment.