Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Code Verification Platform webtool for comparison

This webpage provides a tool for comparing your computed results with results obtained by others.

To view archived results

To view results on the comparison webpage that have been uploaded by others, do the following:

Then plots of the depth and surface elevation at this gauge should appear on the right.

To quickly view/compare one of your own results

If you want to quickly look at a single gauge from your own results and see how it compares to any or all of the archived results, you can use the “Upload File” button to upload a single .txt file with the format described below. Then select one or more datasets to compare to and make sure you select the “file type” corresponding to your own run (kinematic or instant) and the “receiver” corresponding to the gauge number of the file you upload. Then “Show graphs” should show the comparison.

When you do it this way, you can only upload and examine one gauge at a time and no data is stored on the server.

To upload a set of results and have them archived

File format

The time series for each gauge should be in a separate file with names like BL13M_gauge00001.txt or BL13M_instant_gauge00001.txt. You can include a header with as many lines as you like, each line starting with #. The format below is recommended.

# Benchmark problem (TSHA-BP1)
# Code name
# Code version (optional)
# Modeler
# Date
# Tsunami Source (event)
# Gauge number
# Gauge location (optional)
# Anything else you think is relevant, e.g. resolution used (optional)

Then there should be a line

t depth surf

followed by a line for each time in the time series with values time, water depth, and surface elevation of the water (or of the land if dry).

Here’s an example file BL13M_instant_gauge00040.txt:

# TSHA-BP1
# Code name: GeoClaw
# Version: 5.14.0
# Modeler: Randy LeVeque
# Date: 2026-08-29
# Tsunami Source: BL13M_instant
# Gauge 40
# Gauge location:  -124.200000, 41.600000
# v4: Computed with AMR using 1/3" grids at finest level
# onshore, where refinement is forced starting at time 0.
# After fixing the 1s topo to use the 2025 CRM vol 7.

t depth surf

    0.000     40.188      0.000
    5.434     40.188     -0.852
    10.665     40.188     -0.852
    15.896     40.188     -0.852
    21.126     40.188     -0.852
    etc.