Skip to content

Commit

Permalink
Updated README with correct JSON config names
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Dendukuri committed May 22, 2024
1 parent 0700222 commit 76ece7c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ The full example uses data files from the `data` directory, which is why you nee
```
cd /output
cp -r /build/data .
tuv-x /build/examples/full_config.json
# to use the standalone tool
./tuv-x examples/tuv_5_4.json
# or
./tuv-x examples/ts1_tsmlt.json
```

Now, in your downloads folder, you should have to nc files, `photolysis_rate_constants.nc` and `dose_rates.nc`.
Expand All @@ -93,8 +96,12 @@ make -j 8

You will now have a runnable exectubable for `tuv-x` and the tests in the build directory.

`./tuv-x examples/full_config.json`.

```
# to use the standalone tool
./tuv-x examples/tuv_5_4.json
# or
./tuv-x examples/ts1_tsmlt.json
```
Inspect the output file `photolysis_rate_constants.nc` to see the results!

## Install
Expand Down
4 changes: 3 additions & 1 deletion etc/derecho/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ make test

```
cd $TUVX_HOME/tuv-x/build
./tuv-x examples/full_config.json
./tuv-x examples/tuv_5_4.json
# or
./tuv-x examples/ts1_tsmlt.json
```

0 comments on commit 76ece7c

Please sign in to comment.