Skip to content

Commit 4232e19

Browse files
Update README.md
1 parent 142f1e7 commit 4232e19

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

BingClaw_fortfile_display_example/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,17 @@ but you will need to adjust paths for GMT and install all of the python dependen
2727

2828
If successful, you should end up with a figure resembling this one:
2929

30-
![png file generated of BingClaw simulation output](example_q0179.png)
30+
![png file generated of BingClaw simulation output](example_q0179.png)
31+
32+
In the case of running GMT6, where the program gmt is in the user's path (e.g. under /usr/bin), then the script *gmt6_one_fortfile_2_png.sh* should work.
33+
Running
34+
35+
```
36+
bash make_all_png_files.sh
37+
```
38+
39+
should make one png file for each output file from BingCLAW (../fort.q*) and an animated gif file can be made by running
40+
41+
```
42+
python3 make_animated_gif_file.py
43+
```

0 commit comments

Comments
 (0)