Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrocoast committed Mar 23, 2024
1 parent 27a6d20 commit fbddb5d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
[![Coveralls](https://coveralls.io/repos/github/hydrocoast/VisClaw.jl/badge.svg?branch=master)](https://coveralls.io/github/hydrocoast/VisClaw.jl?branch=master)

<p align="center">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/ex1.svg", width="250">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/ex2.svg", width="250">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/ex3.svg", width="250">
<img src="/figure/ex1.svg", width="250">
<img src="/figure/ex2.svg", width="250">
<img src="/figure/ex3.svg", width="250">
</p>

VisClaw.jl is a Julia package of the Clawpack visualization tools (see http://www.clawpack.org).
Expand Down Expand Up @@ -61,57 +61,57 @@ The following figures are generated with the Julia scripts in `example/` .

#### sea surface elevation
<p align="center">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/chile2010_eta_GMT.gif", width="375">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/ike_eta_GMT.gif", width="425">
<img src="/figure/chile2010_eta_GMT.gif", width="375">
<img src="/figure/ike_eta_GMT.gif", width="425">
</p>


#### topography and bathymetry
<p align="center">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/chile2010_topo.png", width="350">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/ike_topo.png", width="450">
<img src="/figure/chile2010_topo.png", width="350">
<img src="/figure/ike_topo.png", width="450">
</p>

#### seafloor deformation (dtopo)
<p align="center">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/chile2010_dtopo.png", width="400">
<img src="/figure/chile2010_dtopo.png", width="400">
</p>

#### wind and pressure fields
<p align="center">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/ike_storm_GMT.gif", width="400">
<img src="/figure/ike_storm_GMT.gif", width="400">
</p>


### using Plots.jl

#### sea surface elevation
<p align="center">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/chile2010_eta.gif", width="400">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/ike_eta.gif", width="400">
<img src="/figure/chile2010_eta.gif", width="400">
<img src="/figure/ike_eta.gif", width="400">
</p>

#### flow velocity
<p align="center">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/chile2010_velo.gif", width="400">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/ike_velo.gif", width="400">
<img src="/figure/chile2010_velo.gif", width="400">
<img src="/figure/ike_velo.gif", width="400">
</p>

#### topography and bathymetry
<p align="center">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/chile2010_topo.svg", width="400">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/ike_topo.svg", width="400">
<img src="/figure/chile2010_topo.svg", width="400">
<img src="/figure/ike_topo.svg", width="400">
</p>

#### wave gauge
<p align="center">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/chile2010_waveform_gauge.svg", width="400">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/ike_waveform_gauge.svg", width="400">
<img src="/figure/chile2010_waveform_gauge.svg", width="400">
<img src="/figure/ike_waveform_gauge.svg", width="400">
</p>

#### fixed grid monitoring (fgmax)
<p align="center">
<img src="https://github.com/hydrocoast/VisClaw.jl/blob/master/figure/fgmax4vars.svg", width="700">
<img src="/figure/fgmax4vars.svg", width="700">
</p>


Expand Down

0 comments on commit fbddb5d

Please sign in to comment.